Go to the source code of this file.
Functions | |
bool | FlashServiceDecode (void *Data, tFlashService *Service) |
bool | FlashServiceEncode (void *Data, tFlashService *Service) |
bool | FlashServiceDelete (void *Data) |
bool | FlashServiceDelServiceName (int SvcType, int SvcNum) |
bool FlashServiceDecode | ( | void * | Data, |
tFlashService * | Service | ||
) |
Definition at line 71 of file FlashServiceLowLevel.c.
References GetSystemType(), ST_C, ST_CT, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSS, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceGetInfo().
bool FlashServiceDelete | ( | void * | Data | ) |
Definition at line 282 of file FlashServiceLowLevel.c.
References GetSystemType(), ST_C, ST_CT, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSS, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceDel().
bool FlashServiceDelServiceName | ( | int | SvcType, |
int | SvcNum | ||
) |
Definition at line 320 of file FlashServiceLowLevel.c.
References bool, FIS_fwAppl_DeleteRadioSvcName(), FIS_fwAppl_DeleteTvSvcName(), TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceDel().
bool FlashServiceEncode | ( | void * | Data, |
tFlashService * | Service | ||
) |
Definition at line 197 of file FlashServiceLowLevel.c.
References GetSystemType(), ST_C, ST_CT, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSS, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceSetInfo().