#include "tap.h"
#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | tFWDATHeader |
struct | tToppyInfo |
struct | tFWInfo |
struct | BMP_HEAD |
struct | BMP_INFO |
struct | tOSDMapInfo |
struct | tAudioTrk |
struct | TYPE_EPGInfo |
struct | ezxml |
struct | tDirEntry |
struct | tFlashService |
struct | tFlashLNB |
struct | tFlashSatTable |
struct | tFlashTransponderTable |
struct | tFlashTimeInfo |
struct | tFlashTimer |
struct | tAutoDescrambleTimer |
struct | tFavorites |
struct | tFontDef |
struct | tFontData |
struct | tFontDefUC |
struct | tGlyphCacheUC |
struct | tFontDataUC |
struct | textPartitionInfo |
struct | tinfBlock |
struct | tRECHeaderInfo |
struct | tnavSD |
struct | tnavHD |
struct | tBuffer |
struct | tPSBuffer |
struct | tStringDB |
struct | tTMSTAPTaskTable |
struct | tTAPInfo |
Macros | |
#define | __FBLIB_RELEASEDATE__ "2020-01-02" |
#define | __FBLIB_VERSION__ __FBLIB_RELEASEDATE__ |
#define | isTMS 1 |
#define | __USE_LARGEFILE64 |
#define | _LARGEFILE64_SOURCE |
#define | _FILE_OFFSET_BITS 64 |
#define | TAP_MAX 16 |
#define | DIR_PROGRAMFILES "/ProgramFiles" |
#define | DIR_SETTINGS "Settings" |
#define | LE16(p) (p) |
#define | LE32(p) (p) |
#define | XDATA |
#define | TS_FILE_NAME_SIZE (MAX_FILE_NAME_SIZE + 1) |
#define | ATTR_PARENT 0xf0 |
#define | TAP_PrintNet(...) do { snprintf(PrintNetBuffer, sizeof(PrintNetBuffer), __VA_ARGS__); PrintNet(PrintNetBuffer); } while (0) |
#define | TAP_Print TAP_PrintNet |
#define | RKEY_Red RKEY_NewF1 |
#define | RKEY_Green RKEY_F2 |
#define | RKEY_Yellow RKEY_F3 |
#define | RKEY_Blue RKEY_F4 |
#define | RKEY_Option 0x10049 |
#define | RKEY_White RKEY_Option |
#define | SVCSTATUS_MASK_Audio 0x00010000 |
#define | TAP_ALPHA 255 |
#define | _Clip(a) (a)>255 ? 255 : (a)<0 ? 0 : (a) |
#define | YUVR(y, u, v) ((0x2568*(y) + 0x3343*(u)) >>13) |
#define | YUVG(y, u, v) ((0x2568*(y) - 0x0c92*(v) - 0x1a1e*(u)) >>13) |
#define | YUVB(y, u, v) ((0x2568*(y) + 0x40cf*(v)) >>13) |
#define | win_w(w) ((w) + 51) |
#define | win_h(h) (((h) / 22 + ((h) % 22 ? 1 : 0)) * 22 + 8) |
#define | win_l(h) ((win_h(h) - 8) / 22) |
#define | A1555(x) (((x)>>15)&0x01) |
#define | R1555(x) (((x)>>10)&0x1f) |
#define | G1555(x) (((x)>> 5)&0x1f) |
#define | B1555(x) (((x)>> 0)&0x1f) |
#define | A8888(x) (((x)>>24)&0xff) |
#define | R8888(x) (((x)>>16)&0xff) |
#define | G8888(x) (((x)>> 8)&0xff) |
#define | B8888(x) (((x)>> 0)&0xff) |
#define | ARGB2TMS(a, r, g, b) ((dword) (((a) ? TAP_ALPHA : 0) << 24 | (byte) ((r) * 8.2258) << 16 | (byte) ((g) * 8.2258) << 8 | (byte) ((b) * 8.2258))) |
#define | ARGBtoTMS(a, r, g, b) a*=0xff;r*=8.2258;g*=8.2258;b*=8.2258 |
#define | TMStoARGB(a, r, g, b) a/=0xff;r/=8.2258;g/=8.2258;b/=8.2258 |
#define | CURLOPTTYPE_LONG 0 |
#define | CURLOPTTYPE_OBJECTPOINT 10000 |
#define | CURLOPTTYPE_FUNCTIONPOINT 20000 |
#define | CURLOPTTYPE_OFF_T 30000 |
#define | CINIT(na, t, nu) CURLOPT_ ## na = CURLOPTTYPE_ ## t + nu |
#define | CURLOPT_SERVER_RESPONSE_TIMEOUT CURLOPT_FTP_RESPONSE_TIMEOUT |
#define | CURLOPT_WRITEDATA CURLOPT_FILE |
#define | LogEntryFBLibPrintf(Console, ...) do { if (0) TAP_Print(__VA_ARGS__); } while (0) |
#define | CallTraceInit(...) (void) 0 |
#define | CallTraceEnable(...) (void) 0 |
#define | CallTraceEnter(...) (void) 0 |
#define | CallTraceExit(...) (void) 0 |
#define | CallTraceExitResult(...) (void) 0 |
#define | CallTraceComment(...) (void) 0 |
#define | CallTraceExportStats(...) (void) 0 |
#define | CallTraceResetStats(...) (void) 0 |
#define | TRACEENTER() (void) 0 |
#define | TRACEEXIT() (void) 0 |
#define | TAP_MemAlloc_Chk(Comment, ...) TAP_MemAlloc(__VA_ARGS__) |
#define | TAP_Osd_Copy_Chk(Comment, ...) TAP_Osd_Copy(__VA_ARGS__) |
#define | TAP_Osd_Create_Chk(Comment, ...) TAP_Osd_Create(__VA_ARGS__) |
#define | TAP_Osd_FillBox_Chk(Comment, ...) TAP_Osd_FillBox(__VA_ARGS__) |
#define | TAP_Osd_PutFreeColorGd_Chk(Comment, ...) TAP_Osd_PutFreeColorGd(__VA_ARGS__) |
#define | TAP_Osd_PutGd_Chk(Comment, ...) TAP_Osd_PutGd(__VA_ARGS__) |
#define | TAP_Osd_PutPixel_Chk(Comment, ...) TAP_Osd_PutPixel(__VA_ARGS__) |
#define | TAP_Osd_RestoreBox_Chk(Comment, ...) TAP_Osd_RestoreBox(__VA_ARGS__) |
#define | TAP_Osd_SaveBox_Chk(Comment, ...) TAP_Osd_SaveBox(__VA_ARGS__) |
#define | ezxml_next(xml) ((xml) ? xml->next : NULL) |
#define | ezxml_name(xml) ((xml) ? xml->name : NULL) |
#define | ezxml_txt(xml) ((xml) ? xml->txt : "") |
#define | DIR_FONTS "Fonts" |
#define | FONTSDIR DIR_PROGRAMFILES "/" DIR_SETTINGS "/" DIR_FONTS |
#define | TAPFSROOT "/mnt/hd" |
#define | FBLIB_DIR_SIZE 512 |
#define | SEEK_SET 0 /* set file offset to offset */ |
#define | SEEK_CUR 1 /* set file offset to current plus offset */ |
#define | SEEK_END 2 /* set file offset to EOF plus offset */ |
#define | INFBLOCKMAGIC "SFIB" |
#define | INFBLOCKVERSION 1 |
#define | DIR_LOGOS "Logos" |
#define | LOGOROOT DIR_PROGRAMFILES "/" DIR_SETTINGS "/" DIR_LOGOS |
#define | LOGOPACK "LogoPack.tar" |
#define | LOGOCACHE "Logo.cache" |
#define | LOGOCACHEID "LGC" |
#define | LOGOCACHEVERSION 2 |
#define | LILNAME "Logos.lil" |
#define | EVT_TAPCOM 0xFFF |
#define | TAPCOM_App_BROADCAST 0 |
#define | TAPCOM_NO_RETURN_VALUE 0x80000000 |
#define | LAN_Persian LAN_Iran |
#define | LAN_Suomi (LAN_Persian + 1) |
#define | LAN_Slovak (LAN_Persian + 2) |
#define | LAN_Thai (LAN_Persian + 3) |
#define | LAN_Czech (LAN_Persian + 4) |
#define | LAN_Bulgarian (LAN_Persian + 5) |
#define | DATE(mjd, h, m) ((dword) (((mjd) << 16) | ((h) << 8) | (m))) |
#define | MJD(d) ((word) (((d) >> 16) & 0xffff)) |
#define | TIME(d) ((word) ((d) & 0xffff)) |
#define | HOUR(d) ((byte) (((d) >> 8) & 0xff)) |
#define | MINUTE(d) ((byte) ((d) & 0xff)) |
#define | OSDMenuGetW OSDMenuGetStringWidth |
#define | EVT_TMSREMOTEASCII 0x0ffd |
#define | REL_ADDR(x) (((dword)(x) & 0x0fffffff) >> 2) |
#define | ABS_ADDR(x) (((x & JMP_ADDRMASK) << 2) | 0x80000000) |
#define | ADD_SP_CMD 0x27BD0000 |
#define | ADD_SP_MASK 0xFFFF0000 |
#define | ADDIU_A0_CMD 0x24040000 |
#define | ADDIU_GP_CMD 0x279C0000 |
#define | ADDIU_S1_CMD 0x24110000 |
#define | ADDIU_CMD 0x24000000 |
#define | BASE_MASK 0xFFE00000 |
#define | CMD_MASK 0xFC000000 |
#define | JAL_CMD 0x0C000000 |
#define | JMP_ADDRMASK 0x03FFFFFF |
#define | JMP_CMD 0x08000000 |
#define | JR_RA_CMD 0x03E00008 |
#define | LBU_CMD 0x90000000 |
#define | LUI_A0_CMD 0x3c040000 |
#define | LUI_A1_CMD 0x3C050000 |
#define | LUI_A2_CMD 0x3C060000 |
#define | LUI_CMD 0x3C000000 |
#define | LUI_GP_CMD 0x3C1C0000 |
#define | LUI_S0_CMD 0x3C100000 |
#define | LUI_S1_CMD 0x3C110000 |
#define | LUI_S3_CMD 0x3C130000 |
#define | LUI_S4_CMD 0x3C140000 |
#define | LUI_S6_CMD 0x3C160000 |
#define | LUI_T0_CMD 0x3C080000 |
#define | LUI_T1_CMD 0x3C090000 |
#define | LUI_T8_CMD 0x3C180000 |
#define | LUI_T9_CMD 0x3C190000 |
#define | LW_GP_CMD 0x8F800000 |
#define | LW_S7T9_CMD 0x8F370000 |
#define | LW_T1_SP_CMD 0x8FA90000 |
#define | MOVE_A0_48 0x24040030 |
#define | MOVE_A0_CMD 0x34040000 |
#define | MOVE_A2_48 0x24060030 |
#define | MOVE_T9_RA 0x03E02020 |
#define | NOP_CMD 0x00000000 |
#define | OR_A1_CMD 0x34A50000 |
#define | OR_T8_CMD 0x37180000 |
#define | ORI_A0_CMD 0x34840000 |
#define | ORI_A1_CMD 0x34A50000 |
#define | ORI_A2_CMD 0x34C60000 |
#define | ORI_GP_CMD 0x379C0000 |
#define | ORI_S0_CMD 0x36100000 |
#define | ORI_S1_CMD 0x36310000 |
#define | ORI_S3_CMD 0x36730000 |
#define | ORI_S4_CMD 0x36940000 |
#define | ORI_S6_CMD 0x36D60000 |
#define | ORI_T0_CMD 0x35080000 |
#define | ORI_T1_CMD 0x35290000 |
#define | REG_MASK 0x03FF0000 |
#define | SB_0_GP_CMD 0xA3800000 |
#define | SW_RA_SP_CMD 0xAFBF0000 |
#define | SW_S5T9_CMD 0xAF350000 |
#define | SW_S7T9_CMD 0xAF370000 |
Typedefs | |
typedef void | CURL |
typedef struct ezxml * | ezxml_t |
typedef void * | TAPCOM_Channel |
Enumerations | |
enum | SYSTEM_TYPE { ST_UNKNOWN , ST_S , ST_T , ST_C , ST_T5700 , ST_TMSS , ST_TMST , ST_TMSC , ST_T5800 , ST_ST , ST_CT , ST_TF7k7HDPVR , ST_NRTYPES } |
enum | tBootReason { BOOT_FRONT_PANEL , BOOT_REMOTE_CONTROL , BOOT_TIMER , BOOT_FW_REBOOT , BOOT_RESERVED_4 , BOOT_POWER , BOOT_ANTIFREEZE } |
enum | eTimeStampFormat { TIMESTAMP_NONE , TIMESTAMP_HM , TIMESTAMP_HMS , TIMESTAMP_YMD , TIMESTAMP_YMDHM , TIMESTAMP_YMDHMS , TIMESTAMP_FNYMDHM } |
enum | DISPLAY_TYPE { DT_LED , DT_VFD5500 , DT_VFDMP } |
enum | REMOTE_TYPE { RT_5000 , RT_2100 , RT_7100PLUS , RT_7260PLUS } |
enum | eCopyDirection { X , Y } |
enum | tPvrListType { PLT_Unchanged = 0 , PLT_DataFiles = 1 , PLT_ProgramFiles = 2 , PLT_MP3Files = 3 , PLT_MediaFiles = 4 } |
enum | TFDTYPE { TFDTYPE_LoaderPgm , TFDTYPE_ApplPgm , TFDTYPE_FlashData , TFDTYPE_EepromData , TFDTYPE_FactoryData , TFDTYPE_BackgndPict } |
enum | CURLcode { CURLE_OK = 0 , CURLE_UNSUPPORTED_PROTOCOL , CURLE_FAILED_INIT , CURLE_URL_MALFORMAT , CURLE_NOT_BUILT_IN , CURLE_COULDNT_RESOLVE_PROXY , CURLE_COULDNT_RESOLVE_HOST , CURLE_COULDNT_CONNECT , CURLE_FTP_WEIRD_SERVER_REPLY , CURLE_REMOTE_ACCESS_DENIED , CURLE_FTP_ACCEPT_FAILED , CURLE_FTP_WEIRD_PASS_REPLY , CURLE_FTP_ACCEPT_TIMEOUT , CURLE_FTP_WEIRD_PASV_REPLY , CURLE_FTP_WEIRD_227_FORMAT , CURLE_FTP_CANT_GET_HOST , CURLE_OBSOLETE16 , CURLE_FTP_COULDNT_SET_TYPE , CURLE_PARTIAL_FILE , CURLE_FTP_COULDNT_RETR_FILE , CURLE_OBSOLETE20 , CURLE_QUOTE_ERROR , CURLE_HTTP_RETURNED_ERROR , CURLE_WRITE_ERROR , CURLE_OBSOLETE24 , CURLE_UPLOAD_FAILED , CURLE_READ_ERROR , CURLE_OUT_OF_MEMORY , CURLE_OPERATION_TIMEDOUT , CURLE_OBSOLETE29 , CURLE_FTP_PORT_FAILED , CURLE_FTP_COULDNT_USE_REST , CURLE_OBSOLETE32 , CURLE_RANGE_ERROR , CURLE_HTTP_POST_ERROR , CURLE_SSL_CONNECT_ERROR , CURLE_BAD_DOWNLOAD_RESUME , CURLE_FILE_COULDNT_READ_FILE , CURLE_LDAP_CANNOT_BIND , CURLE_LDAP_SEARCH_FAILED , CURLE_OBSOLETE40 , CURLE_FUNCTION_NOT_FOUND , CURLE_ABORTED_BY_CALLBACK , CURLE_BAD_FUNCTION_ARGUMENT , CURLE_OBSOLETE44 , CURLE_INTERFACE_FAILED , CURLE_OBSOLETE46 , CURLE_TOO_MANY_REDIRECTS , CURLE_UNKNOWN_OPTION , CURLE_TELNET_OPTION_SYNTAX , CURLE_OBSOLETE50 , CURLE_PEER_FAILED_VERIFICATION , CURLE_GOT_NOTHING , CURLE_SSL_ENGINE_NOTFOUND , CURLE_SSL_ENGINE_SETFAILED , CURLE_SEND_ERROR , CURLE_RECV_ERROR , CURLE_OBSOLETE57 , CURLE_SSL_CERTPROBLEM , CURLE_SSL_CIPHER , CURLE_SSL_CACERT , CURLE_BAD_CONTENT_ENCODING , CURLE_LDAP_INVALID_URL , CURLE_FILESIZE_EXCEEDED , CURLE_USE_SSL_FAILED , CURLE_SEND_FAIL_REWIND , CURLE_SSL_ENGINE_INITFAILED , CURLE_LOGIN_DENIED , CURLE_TFTP_NOTFOUND , CURLE_TFTP_PERM , CURLE_REMOTE_DISK_FULL , CURLE_TFTP_ILLEGAL , CURLE_TFTP_UNKNOWNID , CURLE_REMOTE_FILE_EXISTS , CURLE_TFTP_NOSUCHUSER , CURLE_CONV_FAILED , CURLE_CONV_REQD , CURLE_SSL_CACERT_BADFILE , CURLE_REMOTE_FILE_NOT_FOUND , CURLE_SSH , CURLE_SSL_SHUTDOWN_FAILED , CURLE_AGAIN , CURLE_SSL_CRL_BADFILE , CURLE_SSL_ISSUER_ERROR , CURLE_FTP_PRET_FAILED , CURLE_RTSP_CSEQ_ERROR , CURLE_RTSP_SESSION_ERROR , CURLE_FTP_BAD_FILE_LIST , CURLE_CHUNK_FAILED , CURL_LAST } |
enum | CURLoption { CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CINIT =(FILE, OBJECTPOINT, 1) , CURLOPT_LASTENTRY } |
enum | tCrashCheckStatus { CCS_Ok , CCS_RebootDetected , CCS_ExcessiveRebootsDetected } |
enum | tRunningStatus { RST_undefined , RST_NotRunning , RST_StartsSoon , RST_Pausing , RST_Running , RST_ServiceOffAir , RST_reserved1 , RST_reserved2 } |
enum | eRootDirs { DIR_ROOT , DIR_DATA_FILES , DIR_PROGRAM_FILES , DIR_MP3 , DIR_MP3_FILES = DIR_MP3 , DIR_INCOMING , DIR_MEDIA_FILES , DIR_PHOTO_FILES , DIR_SYSTEM_FILES , DIR_TMP } |
enum | tFileInUse { FIU_No , FIU_Playback , FIU_PlayMP3 , FIU_RecSlot1 , FIU_RecSlot2 , FIU_RecSlot3 , FIU_RecSlot4 } |
enum | tPathFormat { PF_FileNameOnly , PF_TAPPathOnly , PF_LinuxPathOnly , PF_FullTAPPath , PF_FullLinuxPath } |
enum | INILOCATION { INILOCATION_NotFound , INILOCATION_NewFile , INILOCATION_AtCurrentDir , INILOCATION_AtAppName , INILOCATION_AtSettings , INILOCATION_AtProgramFiles , INILOCATION_NrENUMs } |
enum | tLogoStyle { LGST_3pgstyle , LGST_QtstyleBlue , LGST_QtstyleGrey , LGST_QtstyleTMS , LGST_TransBlack , LGST_TransIBBlue , LGST_TransIBGrey , LGST_TransQTBlue , LGST_TransQTGrey , LGST_NRITEMS } |
enum | tLogoSize { LGSZ_qtl , LGSZ_ibl , LGSZ_qsl , LGSZ_NRITEMS } |
enum | tLogoAspect { LGAR_43 , LGAR_169 , LGAR_NRITEMS } |
enum | TaskEnum { TaskPlayback = 0xe601 , TaskRecordings = 0xe602 , TaskVideo = 0xe503 , TaskAudio = 0xe603 , TaskPower = 0xef00 } |
enum | eRemoveChars { ControlChars = 1 , LFChars = 2 , InvalidFileNameChars = 4 , NonPrintableChars = 8 } |
enum | TAPCOM_Status { TAPCOM_Status_OPEN , TAPCOM_Status_SERVER_NOT_AVAILABLE , TAPCOM_Status_ACKNOWLEDGED , TAPCOM_Status_REJECTED , TAPCOM_Status_FINISHED , TAPCOM_Status_VERSIONMISMATCH , TAPCOM_Status_NO_CHANNEL } |
enum | tDSTRule { DSTR_Undefined , DSTR_Firmware , DSTR_Europe , DSTR_Manual } |
enum | tLineHeight { LH_Normal , LH_Small , LH_Tiny } |
enum | tCursorType { CT_Standard , CT_Dark , CT_Box , CT_Hide , CT_NRITEMS } |
enum | { DO_SYNC , NO_SYNC } |
enum | tOSDCB { OSDCB_Title , OSDCB_List , OSDCB_Buttons , OSDCB_Logo , OSDCB_ListItem , OSDCB_MASK = 0xFF } |
enum | tButtonIcon { BI_None , BI_0 , BI_1 , BI_2 , BI_3 , BI_4 , BI_5 , BI_6 , BI_7 , BI_8 , BI_9 , BI_AR , BI_Audio , BI_Aux , BI_Blue , BI_Cut , BI_Down , BI_Exit , BI_Fav , BI_Ffwd , BI_FileList , BI_Green , BI_Guide , BI_Info , BI_JumpEnd , BI_JumpStart , BI_Left , BI_List , BI_M , BI_Menu , BI_Mute , BI_Ok , BI_Option , BI_Pause , BI_Play , BI_ProgMinus , BI_ProgPlus , BI_Recall , BI_Record , BI_Red , BI_Right , BI_Rwd , BI_Sat , BI_Select , BI_Sleep , BI_Step , BI_Stop , BI_Subtitle , BI_TTX , BI_TV_Radio , BI_Up , BI_VF , BI_VolMinus , BI_VolPlus , BI_White , BI_Yellow , BI_NoUse , BI_UserDefined } |
enum | tKeyPadMode { KPM_Standard , KPM_CAPS , KPM_Num , KPM_Symbols , KPM_SpecialChars1 , KPM_SpecialChars2 , KPM_SpecialChars3 , KPM_NrModes } |
enum | tKeyboardCursor { KC_Text , KC_Box , KC_NRITEMS } |
enum | tVFDIcon { VFD_AC3 , VFD_AM , VFD_Attn , VFD_CDCenter , VFD_Clock , VFD_Colon , VFD_Dolby , VFD_Dollar , VFD_FFwd , VFD_HDD , VFD_HDDFull , VFD_JumpStart , VFD_JumpEnd , VFD_MP3 , VFD_Mute , VFD_Network , VFD_Pause , VFD_Play , VFD_PM , VFD_Power , VFD_Radio , VFD_REC , VFD_Slot1 , VFD_Slot2 , VFD_RepeatLeft , VFD_RepeatRight , VFD_Rwd , VFD_Satellite , VFD_TimeShift , VFD_TV } |
enum | tVFDCharset { CS_8859_1 , CS_8859_5 , CS_8859_1_HAPPY } |
Functions | |
void | PrintNet (char *puffer) |
int | snprintf (char *, size_t, const char *,...) |
bool | InitTAPex (void) |
void | InitTAPexFailedMsg (char *ProgramName) |
tBootReason | BootReason (void) |
dword | FirmwareDatMJD (void) |
void | FlushCache (dword *pAddr, int Size) |
bool | FrontPanelEEPROMRead (word Address, byte *Data) |
bool | FrontPanelEEPROMWrite (word Address, byte Data) |
bool | FrontPanelGetPatch (byte *Version, byte *Type) |
char * | GetApplVer (void) |
byte * | GetMacAddress (void) |
word | GetSysID (void) |
SYSTEM_TYPE | GetSystemType (void) |
char * | GetToppyString (word SysID) |
dword | GetUptime (void) |
bool | isIceTVToppy (void) |
char * | iso639_1 (int OSDLan) |
char * | iso639_2 (int OSDLan) |
bool | LoadFirmwareDat (tFWDATHeader **FWDatHeader, tToppyInfo **ToppyInfo, tFWInfo **FWInfo) |
bool | PutDevEvent (word Event, dword Param1) |
tAudioTrk * | AudioTrackInfo (void) |
bool | CaptureScreen (int BMPwidth, int BMPheight, byte *BMPPixelBuffer, bool bOSD, int Alpha) |
void | DrawOSDLine (word OSDRgn, dword Ax, dword Ay, dword Bx, dword By, dword Color) |
void | DrawScrollbar (word sbRegion, int sbX, int sbY, int sbHeight, int sbCurrent, int sbWindow, int sbMax) |
void | EndMessageWin (void) |
void | FreeOSDRegion (word Region) |
dword | GetOSDMapAddress (void) |
word | GetOSDRegionHeight (word Region) |
word | GetOSDRegionWidth (word Region) |
bool | GetPIPPosition (int *North, int *South, int *East, int *West) |
byte | GetStreamFormat (byte Index) |
bool | isAnyOSDVisible (dword CheckX, dword CheckY, dword CheckW, dword CheckH) |
bool | isAnyOSDVisibleEx (dword CheckX, dword CheckY, dword CheckW, dword CheckH, byte Plane) |
bool | isInfoBoxVisible (void) |
bool | isDirectSvcNumVisible (void) |
bool | isOSDRegionAlive (word Region) |
bool | isPIPActive (void) |
void | OSDCopy (word rgn, dword x, dword y, dword w, dword h, word items, eCopyDirection direction) |
bool | PlayMediaFile (char *MediaFileName) |
bool | SaveBitmap (char *FileName, int width, int height, byte *pBuffer) |
void | SetRemoteMode (byte Mode, byte Index, bool Active) |
void | ShowMessageWin (char *title, char *lpMessage1, char *lpMessage2, dword dwDelay) |
void | ShowMessageWindow (char **content, dword pos_x, dword pos_y, byte fntSize, byte align, dword bdcolor, dword titlecolor, dword msgcolor, dword bgcolor, dword delay) |
bool | ShowPvrList (tPvrListType PvrListType) |
void | SoundSinus (word freq, dword durationInMilliseconds, word Amplitude) |
bool | TAP_GetSysOsdControl (TYPE_TapSysOsdId osdId) |
int | TAP_Osd_PutFreeColorGd (word rgn, int x, int y, TYPE_GrData *gd, bool sprite, dword FilterColor) |
byte | TunerGet (int MainSub) |
bool | TunerSet (byte Tuner) |
word | CompressBlock (byte *pInput, word InBufferSize, byte *pOutput) |
dword | CompressTFD (byte *pSrc, dword SourceBufferSize, byte *pDest, word TFDType, word SysID, void *pPercentFinishedCallback) |
dword | CompressedTFDSize (byte *pSrc, dword SourceBufferSize, void *pPercentFinishedCallback) |
word | CRC16 (word StartValue, void *StartAddress, dword Length) |
dword | CRC32 (dword StartValue, void *StartAddress, dword Length) |
bool | MD5String (char *inString, byte *Digest) |
bool | MD5File (char *FileName, byte *Digest) |
dword | OATH (register byte *data, int len, dword hash) |
dword | SuperFastHash (register byte *data, int len, dword hash) |
word | UncompressBlock (byte *pInput, word compCount, byte *pOutput, word BufferSize) |
dword | UncompressLoader (byte *pSrc, byte *pDest, void *pPercentFinishedCallback) |
dword | UncompressedLoaderSize (byte *pSrc) |
dword | UncompressFirmware (byte *pSrc, byte *pDest, void *pPercentFinishedCallback) |
dword | UncompressedFirmwareSize (byte *pSrc) |
dword | UncompressTFD (byte *pSrc, byte *pDest, void *pPercentFinishedCallback) |
dword | UncompressedTFDSize (byte *pSrc) |
dword | TFDSize (byte *pTFD) |
CURL * | curl_easy_init (void) |
CURLcode | curl_easy_perform (CURL *curl) |
CURLcode | curl_easy_setopt (CURL *curl, CURLoption option, void *arg) |
CURLcode | curl_global_init (long flags) |
void | curl_easy_cleanup (CURL *curl) |
void | curl_global_cleanup (void) |
void | DumpMemory (byte *p, dword size, int BytesPerLine) |
void | DumpMemoryDword (dword *p, dword size) |
dword * | FindGotPointer (dword FunctionAddress) |
void | LogEntry (char *FileName, char *ProgramName, bool Console, eTimeStampFormat TimeStampFormat, char *Text) |
void | LogEntryPrintf (char *FileName, char *ProgramName, bool Console, eTimeStampFormat TimeStampFormat, char *format,...) |
void | LogEntryGeneric (char *ProgramName, bool Console, char *Text) |
void | LogEntryGenericPrintf (char *ProgramName, bool Console, char *format,...) |
bool | HookFirmware (char *FirmwareFunctionName, void *RedirectTo, void *PointerToOriginal) |
bool | UnhookFirmware (char *FirmwareFunctionName, void *RedirectTo, void *PointerToOriginal) |
void | CrashCheck_Startup (char *TAPName, tCrashCheckStatus *CCStatus) |
void | CrashCheck_Shutdown (char *TAPName) |
void | EPGInfo_FilterReset (void) |
void | EPGInfo_FilterTime (dword StartTime, dword EndTime) |
void | EPGInfo_FilterChannelByIndex (TYPE_ServiceType SvcType, int SvcNum, bool StartCurrent) |
void | EPGInfo_FilterDuration (word MinDuration, word MaxDuration) |
void | EPGInfo_FilterGenre (byte *GenreArray, byte GenreArraySize) |
void | EPGInfo_FilterCallback (void *CallbackRoutine) |
void | EPGInfo_AbortLoad (void) |
int | EPGInfo_FindFirst (TYPE_EPGInfo *EPGData) |
bool | EPGInfo_FindNext (TYPE_EPGInfo *EPGData) |
bool | EPGInfo_FindPrev (TYPE_EPGInfo *EPGData) |
bool | EPGInfo_FindLast (TYPE_EPGInfo *EPGData) |
bool | EPGInfo_FindItem (TYPE_EPGInfo *EPGData, int EPGIndex, bool EPGReset) |
bool | EPGInfo_FindCurrent (byte SvcType, int SvcNum, TYPE_EPGInfo *EPGData) |
void | EPGInfo_Free (void) |
dword | EPGInfo_GetNrFreeEntries (void) |
TYPE_TapEvent * | GetCurrentEvent (int *curEvent) |
bool | isOnMainTuner (int SvcType, int SvcNum) |
bool | ELFOpenFile (const char *FileName) |
bool | ELFReadELFHeader (void) |
bool | ELFReadSectionHeaders (void) |
bool | ELFReadShstrtabSection (void) |
dword | ELFGetSectionIndex (const char *SectionName) |
bool | ELFGetSectionAddress (dword SectionIndex, dword *SectionAddress, dword *SectionSize) |
bool | ELFGetSectionOffset (dword SectionIndex, dword *SectionOffset, dword *SectionSize) |
bool | ELFReadDWORD (dword SectionIndex, dword *Data) |
bool | ELFReadData (dword SectionIndex, byte *Data) |
void | ELFCleanup (void) |
int | ExtAttribExists (char *FileName, char *AttrName) |
bool | ExtAttribGet (char *FileName, char *AttrName, byte *Data, int MaxDataLen, int *DataLen) |
bool | ExtAttribRemove (char *FileName, char *AttrName) |
bool | ExtAttribSet (char *FileName, char *AttrName, byte *Data, int DataLen) |
ezxml_t | ezxml_parse_str (char *s, size_t len) |
ezxml_t | ezxml_parse_file (const char *file) |
ezxml_t | ezxml_child (ezxml_t xml, const char *name) |
ezxml_t | ezxml_idx (ezxml_t xml, int idx) |
const char * | ezxml_attr (ezxml_t xml, const char *attr) |
void | ezxml_free (ezxml_t xml) |
const char * | ezxml_error (ezxml_t xml) |
int | Appl_CheckRecording (int SvcType, int SvcNum, bool Unknown) |
int | Appl_CheckRecording_Tuner (byte TunerIndex, int SvcType, int SvcNum, bool Unknown) |
void | Appl_ClrTimer (byte *TimerHandle) |
bool | Appl_EvtProc_PincodeKey (dword p1, dword p2) |
void | Appl_ExecProgram (char *FileName) |
bool | Appl_ExportChData (char *FileName) |
void * | Appl_GetCurrentEvent (byte SatIndex, word NetID, word TSID, word ServiceID) |
dword | Appl_GetEvtCount (byte SatIndex, word NetID, word TSID, word ServiceID) |
dword | Appl_GetEvtCountInFreePool (void) |
dword * | Appl_GetEvtListHeadInHash (word NetID, word TSID, word ServiceID) |
dword * | Appl_GetEvtListHeadInHashByChannelID (ulong64 ChannelID) |
dword * | Appl_GetEvtListHeadInUsePool (void) |
bool | Appl_GetIsExternal (void) |
dword | Appl_GetFreeExtRecordSpace (char *MountPath) |
void * | Appl_GetSameTimeEvent (byte SatIndex, word NetID, word TSID, word ServiceID) |
dword | Appl_KeyCvt (dword NECKeyCode) |
bool | Appl_ImportChData (char *FileName) |
void | Appl_PvrPause (bool p1) |
void | Appl_RestartTimeShiftSvc (bool p1, dword Block) |
void | Appl_SetIsExternal (bool External) |
void | Appl_SetPlaybackSpeed (byte Mode, int Speed, bool p3) |
void | Appl_ShoutCast (void) |
int | Appl_StartPlayback (char *FileName, unsigned int p2, bool p3, bool ScaleInPip) |
int | Appl_StartPlaybackMedia (char *FileName, unsigned int p2, bool p3, bool ScaleInPip) |
int | Appl_StartPlaybackDivx (char *FileName, unsigned int p2, bool p3) |
int | Appl_StartPlaybackMp3 (char *FileName) |
dword | Appl_StopPlaying (void) |
void | Appl_StopRecPlaying (bool p1) |
dword | Appl_TimeToLocal (dword UTCTime) |
dword | Appl_WaitEvt (dword Event, dword *a1, dword a2, dword a3, dword Timeout) |
void | Appl_WriteRecInfo (dword Slot) |
byte | ApplChannel_GetAgc (byte TunerIndex, byte *AGC) |
byte | ApplChannel_GetBer (byte TunerIndex, byte *BER) |
void | ApplCiplus_CamSelect (byte CamIndex) |
byte | ApplCiplus_GetSelectedCam (void) |
word | ApplClock_SetTimeMJD (word mjd, byte hour, byte min, byte sec) |
dword | ApplHdd_FileCutPaste (char *SourceFileName, unsigned int StartBlock, unsigned int NrBlocks, char *CutFileName) |
dword | ApplHdd_FreeSize (char *MountPath, bool a1) |
word | ApplHdd_GetFileInfo (word p1, int *TotalBlocks, int *CurrentBlock, byte p4, byte p5) |
dword | ApplHdd_GetInfoFromExternalDevice (dword *TotalSpaceMB, dword *FreeSpaceMB, char *MountPath) |
void | ApplHdd_RestoreWorkFolder (void) |
void | ApplHdd_SaveWorkFolder (void) |
dword | ApplHdd_SelectFolder (tDirEntry *FolderStruct, char *FolderPath) |
void | ApplHdd_SetWorkFolder (tDirEntry *FolderStruct) |
void | ApplNewVfd_Stop (void) |
void | ApplPin_Delete (void) |
bool | ApplPin_IsLockPopup (void) |
word | ApplSvc_GetSvcIdx (byte TYPE_ServiceType, byte SatIndex, word TPIndex, word ServiceID, word Start, word NrOfServicesToSearch) |
word | ApplSvc_GetTpIdx (byte SatIndex, word NetworkID, word TSID) |
int | ApplTap_GetEmptyTask (void) |
void | ApplTimer_OptimizeList (void) |
byte | DevFront_SetIlluminate (byte a0, byte Brightness) |
void | DevFront_SetIrCode (byte Index, byte Active, byte MfgID1, byte MfgID2, byte Code0a) |
dword | DevHdd_DeviceClose (tDirEntry *hddPlaybackFolder) |
dword | DevHdd_DeviceOpen (tDirEntry **hddPlaybackFolder, tDirEntry *DirEntry) |
int | DevService_Mute (bool Mute) |
int | FlashServiceGetTotal (int SvcType) |
bool | FlashServiceGetInfo (int SvcType, int SvcNum, tFlashService *Service) |
bool | FlashServiceSetInfo (int SvcType, int SvcNum, tFlashService *Service) |
bool | FlashServiceAdd (int SvcType, tFlashService *Service) |
int | FlashServiceFind (int SvcType, word ServiceID, word PMTPID, word PCRPID, tFlashService *Service) |
bool | FlashServiceFindNum (byte SatIndex, word NetworkID, word TSID, word ServiceID, TYPE_ServiceType *SvcType, int *SvcNum) |
bool | FlashServiceDel (int SvcType, int SvcNum) |
bool | FlashServiceMove (int SvcType, int FromSvcNum, int ToSvcNum) |
bool | FlashServiceDecode (void *Data, tFlashService *Service) |
bool | FlashServiceEncode (void *Data, tFlashService *Service) |
int | FlashSatTablesGetTotal (void) |
bool | FlashSatTablesGetInfo (int SatNum, tFlashSatTable *SatTable) |
bool | FlashSatTablesDecode (void *Data, tFlashSatTable *SatTable) |
int | FlashTransponderTablesGetTotal (int SatNum) |
bool | FlashTransponderTablesGetInfo (int SatNum, int TransponderNum, tFlashTransponderTable *TransponderTable) |
bool | FlashTransponderTablesSetInfo (int SatNum, int TransponderNum, tFlashTransponderTable *TransponderTable) |
int | FlashTransponderTablesAdd (int SatNum, tFlashTransponderTable *TransponderTable) |
bool | FlashTransponderTablesDel (int SatNum, int TransponderNum) |
int | FlashTransponderFindIndex (dword SatIndex, dword NetworkID, dword TSID) |
int | FlashTransponderFindIndex2 (dword SatIndex, dword NetworkID, dword TSID, byte ModSystem) |
bool | FlashTransponderTablesDecode (void *Data, tFlashTransponderTable *TransponderTable) |
bool | FlashTransponderTablesEncode (void *Data, tFlashTransponderTable *TransponderTable) |
bool | FlashTimeGetInfo (tFlashTimeInfo *TimeInfo) |
bool | FlashTimeSetInfo (tFlashTimeInfo *TimeInfo) |
bool | FlashTimeDecode (tFlashTimeInfo *Data, tFlashTimeInfo *TimeInfo) |
bool | FlashTimeEncode (tFlashTimeInfo *TimeInfo, tFlashTimeInfo *Data) |
bool | FlashTimerGetInfo (int TimerIndex, tFlashTimer *TimerInfo) |
bool | FlashTimerSetInfo (int TimerIndex, tFlashTimer *TimerInfo) |
bool | FlashTimerDecode (void *Data, tFlashTimer *TimerInfo) |
bool | FlashTimerEncode (void *Data, tFlashTimer *TimerInfo) |
int | FlashTimerStructSize (void) |
bool | FlashADGetInfo (tAutoDescrambleTimer *ADTimer) |
bool | FlashADDecode (void *Data, tAutoDescrambleTimer *ADTimer) |
bool | FlashADSetInfo (tAutoDescrambleTimer *ADTimer) |
bool | FlashADEncode (void *Data, tAutoDescrambleTimer *ADTimer) |
int | FlashFavoritesGetTotal (void) |
char * | FlashFavoritesGetSelectedGroupName (char *FavName, byte FavNameSize) |
bool | FlashFavoritesGetInfo (int FavNum, tFavorites *Favorites) |
bool | FlashFavoritesGetInfoCurrent (tFavorites *Favorites) |
bool | FlashFavoritesSetInfo (int FavNum, tFavorites *Favorites) |
int | FlashFavoritesFindService (int SvcType, int SvcNum) |
void | FlashFavoritesGetParameters (int *NrGroups, int *NrSvcsPerGroup) |
dword | FIS_vFlashBlockAutoDec (void) |
dword | FIS_vFlashBlockDLNAData (void) |
dword | FIS_vFlashBlockFavoriteGroup (void) |
dword | FIS_vFlashBlockGameSaveData (void) |
dword | FIS_vFlashBlockLanIPConfig (void) |
dword | FIS_vFlashBlockNetwork (void) |
dword | FIS_vFlashBlockNetworkUpdateConfig (void) |
dword | FIS_vFlashBlockOTAInfo (void) |
dword | FIS_vFlashBlockProviderInfo (void) |
dword | FIS_vFlashBlockRadioServices (void) |
dword | FIS_vFlashBlockSatInfo (void) |
dword | FIS_vFlashBlockServerData (void) |
dword | FIS_vFlashBlockServiceName (void) |
dword | FIS_vFlashBlockTVServices (void) |
dword | FIS_vFlashBlockTimeInfo (void) |
dword | FIS_vFlashBlockTimer (void) |
dword | FIS_vFlashBlockTransponderInfo (void) |
void | FlashProgram (void) |
dword | GetEEPROMAddress (void) |
word | GetEEPROMPin (void) |
bool | SetEEPROMPin (word NewPin) |
dword | FM_GetStringWidth (char *Text, tFontData *FontData) |
dword | FM_GetStringHeight (char *Text, tFontData *FontData) |
void | FM_PutString (word rgn, dword x, dword y, dword maxX, char *str, dword fcolor, dword bcolor, tFontData *FontData, byte bDot, byte align) |
void | FM_PutStringAA (word rgn, dword x, dword y, dword maxX, char *str, dword fcolor, dword bcolor, tFontData *FontData, byte bDot, byte align, float AntiAliasFactor) |
bool | FM_LoadFontFile (char *FontFileName, tFontData *FontData) |
void | FM_FreeFontFile (tFontData *FontData) |
void | FM_MakeFontDir (void) |
bool | FMUC_LoadFontFile (char *FontFileName, tFontDataUC *FontData) |
dword | FMUC_GetStringHeight (const char *Text, tFontDataUC *FontData) |
dword | FMUC_GetStringWidth (const char *Text, tFontDataUC *FontData) |
void | FMUC_PutString (word rgn, dword x, dword y, dword maxX, const char *str, dword fcolor, dword bcolor, tFontDataUC *FontData, byte bDot, byte align) |
void | FMUC_PutStringAA (word rgn, dword x, dword y, dword maxX, const char *str, dword fcolor, dword bcolor, tFontDataUC *FontData, byte bDot, byte align, float AntiAliasFactor) |
void | FMUC_FreeFontFile (tFontDataUC *FontData) |
bool | FixInvalidFileName (char *FileName) |
void | ConvertPathType (const char *Source, char *Dest, tPathFormat DestFormat) |
tPathFormat | GetPathType (const char *Source) |
int | HDD_AAM_Disable (void) |
int | HDD_AAM_Enable (byte AAMLevel) |
int | HDD_APM_Disable (void) |
int | HDD_APM_Enable (byte APMLevel) |
bool | HDD_BuildExtDriveList (textPartitionInfo *ExtPartitionList, dword *NrListItems) |
bool | HDD_ChangeDir (const char *Dir) |
void | HDD_Delete (const char *FileName) |
bool | HDD_Exist (const char *FileName) |
TYPE_File * | HDD_FappendOpen (const char *FileName) |
bool | HDD_FappendWrite (TYPE_File *file, const char *data) |
bool | HDD_FindMountPoint (const char *File, char *MountPoint) |
bool | HDD_FindMountPointDevice (const char *File, char *MountPoint, char *MountDevice) |
int | HDD_FindSymbolicLink (const char *pathName, char *returnedPath, char *fullPathName) |
bool | HDD_GetAbsolutePathByTypeFile (TYPE_File *File, char *AbsFileName) |
bool | HDD_GetFileDir (const char *FileName, eRootDirs Root, char *Dir) |
bool | HDD_GetFileSizeAndInode (const char *FileName, __ino64_t *CInode, __off64_t *FileSize) |
dword | HDD_GetFileTimeByFileName (const char *FileName) |
dword | HDD_GetFileTimeByTypeFile (TYPE_File *File) |
bool | HDD_GetHddID (char *ModelNo, char *SerialNo, char *FirmwareNo) |
__ino64_t | HDD_GetInodeByFileName (const char *Filename) |
__ino64_t | HDD_GetInodeByTypeFile (TYPE_File *File) |
bool | HDD_IdentifyDevice (char *IdentifyDeviceBuffer) |
bool | HDD_InfBlockGet (const char *RecPath, tinfBlock *infBlock) |
bool | HDD_InfBlockSet (const char *RecPath, tinfBlock *infBlock) |
bool | HDD_Move (const char *FileName, const char *FromDir, const char *ToDir) |
bool | HDD_Recycle (const char *FileName) |
bool | HDD_RecycleSF (const char *FileName) |
void | HDD_RemoveDir (const char *DirPath, bool Recursive) |
bool | HDD_Rename (const char *FileName, const char *NewFileName) |
int | HDD_Smart_DisableAttributeAutoSave (void) |
int | HDD_Smart_DisableOperations (void) |
int | HDD_Smart_EnableAttributeAutoSave (void) |
int | HDD_Smart_EnableOperations (void) |
int | HDD_Smart_ReadData (word *DataBuf) |
int | HDD_Smart_ReadThresholdData (word *DataBuf) |
int | HDD_Smart_ReturnStatus (void) |
bool | HDD_Unrecycle (const char *FileName) |
bool | HDD_UnrecycleSF (const char *FileName) |
bool | HDD_Write (void *data, dword length, TYPE_File *f) |
tFileInUse | HDD_isFileInUse (const char *FileName) |
void | MakeUniqueFileName (char *FileName) |
void | SeparateFileNameComponents (const char *FileName, char *Path, char *Name, char *Ext, int *Index, bool *isRec, bool *isDel) |
INILOCATION | INIOpenFile (char *FileName, char *AppName) |
bool | INISaveFile (char *FileName, INILOCATION INILocation, char *AppName) |
void | INICloseFile (void) |
bool | INIKeyExists (char *Key) |
bool | INIGetRGB (char *Key, byte *Red, byte *Green, byte *Blue, dword DefaultValue) |
bool | INIGetARGB (char *Key, byte *Alpha, byte *Red, byte *Green, byte *Blue, dword DefaultValue) |
bool | INIGetRGB8 (char *Key, byte *Red, byte *Green, byte *Blue, dword DefaultValue) |
bool | INIGetARGB8 (char *Key, byte *Alpha, byte *Red, byte *Green, byte *Blue, dword DefaultValue) |
byte | INIGetHexByte (char *Key, byte DefaultValue, byte MinValue, byte MaxValue) |
dword | INIGetHexDWord (char *Key, dword DefaultValue, dword MinValue, dword MaxValue) |
word | INIGetHexWord (char *Key, word DefaultValue, word MinValue, word MaxValue) |
long int | INIGetInt (char *Key, long int DefaultValue, long int MinValue, long int MaxValue) |
bool | INIGetString (char *Key, char *Value, char *DefaultValue, dword MaxLength) |
void | INIKillKey (char *Key) |
INILOCATION | INILocateFile (char *FileName, char *AppName) |
void | INISetRGB (char *Key, byte Red, byte Green, byte Blue) |
void | INISetRGB8 (char *Key, byte Red, byte Green, byte Blue) |
void | INISetARGB (char *Key, byte Alpha, byte Red, byte Green, byte Blue) |
void | INISetARGB8 (char *Key, byte Alpha, byte Red, byte Green, byte Blue) |
void | INISetHexByte (char *Key, byte Value) |
void | INISetHexDWord (char *Key, dword Value) |
void | INISetHexWord (char *Key, word Value) |
void | INISetInt (char *Key, long int Value) |
void | INISetString (char *Key, char *Value) |
INILOCATION | LangLoadStrings (char *LangFile, dword NrStrings, int FallbackLang, char *AppName) |
void | LangUnloadStrings (void) |
char * | LangGetString (dword StringID) |
char * | LangGetStringDefault (dword StringID, char *DefaultString) |
dword | TryResolve (char *Function) |
dword | FindInstructionSequence (char *SearchPattern, char *SearchMask, dword StartAddress, dword EndAddress, int EntryPointOffset, bool SearchForPrevADDIUSP) |
dword | FIS_fwAppl_AddSvcName (void) |
dword | FIS_fwAppl_CheckRecording (void) |
dword | FIS_fwAppl_CheckRecording_Tuner (void) |
dword | FIS_fwAppl_CiMenu (void) |
dword | FIS_fwAppl_CiplusMenu (void) |
dword | FIS_fwAppl_ClrTimer (void) |
dword | FIS_fwAppl_ConvertToValidUTF8Str (void) |
dword | FIS_fwAppl_DeleteRadioSvcName (void) |
dword | FIS_fwAppl_DeleteTvSvcName (void) |
dword | FIS_fwAppl_EnterNormal (void) |
dword | FIS_fwAppl_EvtProc_PincodeKey (void) |
dword | FIS_fwAppl_ExecProgram (void) |
dword | FIS_fwAppl_ExportChData (void) |
dword | FIS_fwAppl_GetCurrentEvent (void) |
dword | FIS_fwAppl_GetEvtCount (void) |
dword | FIS_fwAppl_GetEvtCountInFreePool (void) |
dword | FIS_fwAppl_GetEvtListHeadInHash (void) |
dword | FIS_fwAppl_GetEvtListHeadInUsePool (void) |
dword | FIS_fwAppl_GetFreeExtRecordSpace (void) |
dword | FIS_fwAppl_GetIsExternal (void) |
dword | FIS_fwAppl_GetSameTimeEvent (void) |
dword | FIS_fwAppl_GetStreamFormat (void) |
dword | FIS_fwAppl_KeyCvt (void) |
dword | FIS_fwAppl_ImportChData (void) |
dword | FIS_fwAppl_InitTempRec (void) |
dword | FIS_fwAppl_IsTimeShifting (void) |
dword | FIS_fwAppl_PvrList (void) |
dword | FIS_fwAppl_PvrList_SetListType (void) |
dword | FIS_fwAppl_PvrPause (void) |
dword | FIS_fwAppl_RestartTimeShiftSvc (void) |
dword | FIS_fwAppl_SetApplVer (void) |
dword | FIS_fwAppl_SetIsExternal (void) |
dword | FIS_fwAppl_SetPlaybackSpeed (void) |
dword | FIS_fwAppl_SetProviderName (void) |
dword | FIS_fwAppl_SetTimeShift (void) |
dword | FIS_fwAppl_ShoutCast (void) |
dword | FIS_fwAppl_StartPlayback (void) |
dword | FIS_fwAppl_StartPlaybackMedia (void) |
dword | FIS_fwAppl_StartPlaybackMp3 (void) |
dword | FIS_fwAppl_StartPlaybackDivx (void) |
dword | FIS_fwAppl_StartTempRec (void) |
dword | FIS_fwAppl_StopPlaying (void) |
dword | FIS_fwAppl_StopRecPlaying (void) |
dword | FIS_fwAppl_StopTempRec (void) |
dword | FIS_fwAppl_TimeToLocal (void) |
dword | FIS_fwAppl_WaitEvt (void) |
dword | FIS_fwAppl_WriteFlash (void) |
dword | FIS_fwAppl_WriteRecInfo (void) |
dword | FIS_fwApplChannel_GetAgc (void) |
dword | FIS_fwApplChannel_GetBer (void) |
dword | FIS_fwApplCiplus_CamSelect (void) |
dword | FIS_fwApplCiplus_GetSelectedCam (void) |
dword | FIS_fwApplClock_SetTimeMJD (void) |
dword | FIS_fwApplHdd_FileCutPaste (void) |
dword | FIS_fwApplHdd_FreeSize (void) |
dword | FIS_fwApplHdd_GetFileInfo (void) |
dword | FIS_fwApplHdd_GetInfoFromExternalDevice (void) |
dword | FIS_fwApplHdd_RestoreWorkFolder (void) |
dword | FIS_fwApplHdd_SaveWorkFolder (void) |
dword | FIS_fwApplHdd_SelectFolder (void) |
dword | FIS_fwApplHdd_SetWorkFolder (void) |
dword | FIS_fwApplIcelink_EitFromHdd (void) |
dword | FIS_fwApplOsd_DrawJpeg (void) |
dword | FIS_fwApplPin_Delete (void) |
dword | FIS_fwApplPin_IsLockPopup (void) |
dword | FIS_fwApplSvc_GetSvcIdx (void) |
dword | FIS_fwApplSvc_GetTpIdx (void) |
dword | FIS_fwApplTap_CallEventHandler (void) |
dword | FIS_fwApplTap_GetEmptyTask (void) |
dword | FIS_fwApplTimer_OptimizeList (void) |
dword | FIS_fwApplVfdSendData (void) |
dword | FIS_fwApplVfdStart (void) |
dword | FIS_fwApplVfdStop (void) |
dword | FIS_fwcurl_easy_cleanup (void) |
dword | FIS_fwcurl_easy_init (void) |
dword | FIS_fwcurl_easy_perform (void) |
dword | FIS_fwcurl_easy_setopt (void) |
dword | FIS_fwcurl_global_cleanup (void) |
dword | FIS_fwcurl_global_init (void) |
dword | FIS_fwDevEeprom_GetMacAddr (void) |
dword | FIS_fwDevEeprom_Info (void) |
dword | FIS_fwDevFront_PowerOffCancel (void) |
dword | FIS_fwDevFront_PowerOffReply (void) |
dword | FIS_fwDevFront_SetIlluminate (void) |
dword | FIS_fwDevHdd_DeviceClose (void) |
dword | FIS_fwDevHdd_DeviceOpen (void) |
dword | FIS_fwDevService_Mute (void) |
dword | FIS_fwEeprom_DirectWrite (void) |
dword | FIS_fwezxml_attr (void) |
dword | FIS_fwezxml_child (void) |
dword | FIS_fwezxml_error (void) |
dword | FIS_fwezxml_free (void) |
dword | FIS_fwezxml_idx (void) |
dword | FIS_fwezxml_parse_file (void) |
dword | FIS_fwezxml_parse_str (void) |
dword | FIS_fwPowerOff (void) |
dword | FIS_fwPutDevEvt (void) |
dword | FIS_fwSetIrCode (void) |
dword | FIS_fwTimeToLinux (void) |
dword | FIS_vApplState (void) |
dword | FIS_vAudioTrack (void) |
dword | FIS_vbookmarkTime (void) |
dword | FIS_vBootReason (void) |
dword | FIS_vCheckAutoDecTimerId (void) |
dword | FIS_vciMenuMode (void) |
dword | FIS_vciplusMenuMode (void) |
dword | FIS_vCurTapTask (void) |
dword | FIS_vDirectSvcNumTimerId (void) |
dword | FIS_vdupEntry (void) |
dword | FIS_vEEPROM (void) |
dword | FIS_vEEPROMPin (void) |
dword | FIS_vEtcInfo (void) |
dword | FIS_vExtPartitionInfo (void) |
dword | FIS_vExtTsFolder (void) |
dword | FIS_vfavName (void) |
dword | FIS_vFlash (void) |
dword | FIS_vfrontfd (void) |
dword | FIS_vgmt (void) |
dword | FIS_vGrid (void) |
dword | FIS_vHddDivxFolder (void) |
dword | FIS_vhddRecordFile (void) |
dword | FIS_vHddTapFolder (void) |
dword | FIS_vHddTsFolder (void) |
dword | FIS_vIboxTimerId (void) |
dword | FIS_vIsAllPartitionInvalid (void) |
dword | FIS_vIsPipActive (void) |
dword | FIS_vIsPopUpOn (void) |
dword | FIS_vMACAddress (void) |
dword | FIS_vnDupTimer (void) |
dword | FIS_vnExtPartition (void) |
dword | FIS_vnPipSvcNum (void) |
dword | FIS_vnRadioSvc (void) |
dword | FIS_vnTvSvc (void) |
dword | FIS_vOsdMap (void) |
dword | FIS_vOsdOutBuf (void) |
dword | FIS_vParentalInfo (void) |
dword | FIS_vPhotoAlbumInfo (void) |
dword | FIS_vPipH (void) |
dword | FIS_vPipSvcNum (void) |
dword | FIS_vPipW (void) |
dword | FIS_vPipX (void) |
dword | FIS_vPipY (void) |
dword | FIS_vPvrPlayInfo (void) |
dword | FIS_vPvrRecTempInfo (void) |
dword | FIS_vPvrRecTsInfo (void) |
dword | FIS_vPvrRecTsPlayInfo (void) |
dword | FIS_vRECSlotAddress (byte Slot) |
dword | FIS_vSelectedPartition (void) |
dword | FIS_vShoutCastInfo (void) |
dword | FIS_vShoutCastState (void) |
dword | FIS_vTAPTable (void) |
dword | FIS_vTapSysOsdCtrl (void) |
dword | FIS_vTempRecSlot (void) |
dword | FIS_vTimerEditInfo (void) |
dword | FIS_vTimerTempInfo (void) |
dword | FIS_vTopEvent (void) |
dword | FIS_vVfdBrightTimerId (void) |
dword | FIS_vVfdTimerId (void) |
void | LogoManager_Initialize (void *CallbackRoutine) |
void | LogoManager_MoveExternalUpdates (void) |
char * | LogoManager_ChannelNameToLogoName (char *ChannelName, char *LogoName, int LogoNameSize) |
void | LogoManager_Cleanup (void) |
void | LogoManager_CleanupMemory (void) |
bool | LogoManager_LogoCacheLoad (void) |
void | LogoManager_LogoCacheRebuild (void) |
TYPE_GrData * | LogoManager_GetLogoByChannelID (ulong64 ChannelID, tLogoStyle LogoStyle, tLogoSize LogoSize, tLogoAspect LogoAR) |
TYPE_GrData * | LogoManager_GetLogoByLogoName (char *LogoName, tLogoStyle LogoStyle, tLogoSize LogoSize, tLogoAspect LogoAR) |
TYPE_GrData * | LogoManager_GetLogoByChannelName (char *ChannelName, tLogoStyle LogoStyle, tLogoSize LogoSize, tLogoAspect LogoAR) |
TYPE_GrData * | LogoManager_GetLogoByChannel (int SvcType, int SvcNum, tLogoStyle LogoStyle, tLogoSize LogoSize, tLogoAspect LogoAR) |
char * | LogoManager_GetDirectory (tLogoStyle LogoStyle, tLogoAspect LogoAR, char *LogoPath) |
char * | LogoManager_GetPathToLogoByChannelID (ulong64 ChannelID, tLogoStyle LogoStyle, tLogoSize LogoSize, tLogoAspect LogoAR, char *LogoPath) |
bool | LogoManager_LogosAvailable (tLogoStyle LogoStyle) |
int | LogoManager_UpdateLIL (void) |
void | LogoManager_ProcessLILAdd (char *AddFileName) |
ulong64 | LogoManager_CalculateChannelID (word SatLongitude, word NetworkID, word TSID, word ServiceID) |
ulong64 | LogoManager_GetChannelID (int SvcType, int SvcNum) |
bool | LogoManager_GetServiceNumByChannelID (ulong64 ChannelID, int *SvcType, int *SvcNum) |
char * | GetRecExtension (void) |
bool | HDD_DecodeRECHeader (byte *Buffer, tRECHeaderInfo *RECHeaderInfo, SYSTEM_TYPE SystemType) |
bool | HDD_EncodeRECHeader (byte *Buffer, tRECHeaderInfo *RECHeaderInfo, SYSTEM_TYPE SystemType) |
int | HDD_FindPCR (const byte *pBuffer, dword BufferSize, word PID) |
byte * | HDD_GetPvrRecTsInfoPointer (byte Slot) |
byte * | HDD_GetPvrRecTsPlayInfoPointer (byte Slot) |
bool | HDD_GetRecSlotFiles (byte Slot, TYPE_File **RecFile, TYPE_File **InfFile, TYPE_File **NavFile) |
bool | HDD_isAnyRecording (void) |
bool | HDD_isCryptedStream (const byte *Buffer, dword BufferSize) |
bool | HDD_isExtRecording (void) |
bool | HDD_isRecFileName (const char *FileName) |
bool | HDD_isRecording (byte RecSlot) |
char * | HDD_MakeNewRecName (const char *fname, word sequence, char *NewRecname, int NewRecNameSize) |
dword | HDD_NumberOfRECSlots (void) |
bool | HDD_RecSlotDecode (byte Slot, tFlashTimer *RecSlot) |
bool | HDD_RecSlotEncode (byte Slot, tFlashTimer *RecSlot) |
bool | HDD_RECSlotSetDuration (byte Slot, word Duration) |
word | HDD_SetExtRecording (bool ExtDisk) |
bool | infData_isAvail (const char *infFileName, const char *NameTag, dword *PayloadSize) |
bool | infData_Get (const char *infFileName, const char *NameTag, dword *PayloadSize, byte **Payload) |
bool | infData_GetNameByIndex (const char *infFileName, dword NameIndex, char *NameTag) |
bool | infData_Set (const char *infFileName, char *NameTag, dword PayloadSize, byte *Payload) |
bool | infData_Delete (const char *infFileName, const char *NameTag) |
bool | PSBuffer_Init (tPSBuffer *PSBuffer, word PID, int BufferSize) |
void | PSBuffer_Free (tPSBuffer *PSBuffer) |
bool | PSBuffer_ProcessTSPacket (tPSBuffer *PSBuffer, const byte *TSBuffer, ulong64 FileOffset) |
bool | Shutdown (TaskEnum Task) |
bool | Reboot (bool StopRecordings) |
bool | SDS (void) |
void | SDSTerminate (void) |
char * | ansicstr (const char *string, int len, int flags, int *sawc, int *rlen) |
void | DeleteAt (char *SourceString, int Pos, int Len) |
void | ExtractLine (char *Text, char *Line) |
size_t | GetLine (const char *data, bool strip) |
void | GetStringEncoding (const char *Text, bool *hasAnsiChars, bool *hasUTFChars) |
byte * | GetUCPos (const byte *String, int CharPos) |
void | InsertAt (const char *SourceString, int Pos, char *NewString) |
bool | isUTF8Char (const byte *p, byte *BytesPerChar) |
bool | isUTFToppy (void) |
void | LowerCase (char *string) |
void | MakeValidFileName (char *strName, eRemoveChars ControlCharacters) |
char * | ParseLine (const char *zeile, size_t *n, char delim) |
void | ReplaceInvalidFileNameChars (char *strName) |
char * | RTrim (char *s) |
void | SeparatePathComponents (const char *FullName, char *Path, char *FileName, char *FileExt) |
byte * | SkipCharTableBytes (const byte *p) |
byte * | strcpyUC (byte *dest, const byte *src) |
bool | StringEndsWith (const char *text, const char *postfix) |
int | strlenUC (const byte *s) |
bool | StrMkISO (byte *SourceString) |
bool | StrMkUTF8 (byte *SourceString, size_t SourceSize, byte DefaultISO8859CharSet) |
byte * | strncpyUC (byte *dest, const byte *src, size_t n) |
bool | StrReplace (char *String, const char *Find, const char *Replace) |
void | StrToISO (const byte *SourceString, byte *DestString) |
void | StrToISOAlloc (const byte *SourceString, byte **DestString) |
bool | StrToUTF8 (const byte *SourceString, byte *DestString, byte DefaultISO8859CharSet) |
void | UpperCase (char *string) |
dword | UTF8ToUTF32 (const byte *UTF8Character, byte *BytesPerChar) |
void | UTF32ToUTF8 (dword UTF32Character, byte *UTF8Character, byte *BytesPerChar) |
char * | ValidFileName (const char *strName, eRemoveChars ControlCharacters, char *Result, int ResultSize) |
bool | StringDBInit (tStringDB *StringDB, dword InitialSize) |
char * | StringDBGet (tStringDB *StringDB, dword Index) |
dword | StringDBAdd (tStringDB *StringDB, char *Text) |
int | StringDBCountRecords (tStringDB *StringDB) |
dword | StringDBCurrent (tStringDB *StringDB) |
dword | StringDBFirst (tStringDB *StringDB) |
dword | StringDBNext (tStringDB *StringDB) |
dword | StringDBPrev (tStringDB *StringDB) |
bool | StringDBDel (tStringDB *StringDB) |
bool | StringDBLoad (tStringDB *StringDB, char *FileName) |
bool | StringDBLoadFromFile (tStringDB *StringDB, TYPE_File *f) |
bool | StringDBSave (tStringDB *StringDB, char *FileName) |
bool | StringDBSaveToFile (tStringDB *StringDB, TYPE_File *f) |
bool | StringDBEOF (tStringDB *StringDB) |
bool | StringDBDestroy (tStringDB *StringDB) |
dword | HDD_TAP_Callback (dword TAPID, void *ProcedureAddress, dword param1, dword param2, dword param3, dword param4) |
bool | HDD_TAP_CheckCollision (void) |
bool | HDD_TAP_Disable (dword TAPID, bool DisableEvents) |
dword | HDD_TAP_DisableAll (bool DisableEvents) |
int | HDD_TAP_GetCurrentDir (char *CurrentDir) |
bool | HDD_TAP_GetFileNameByIndex (int Index, char **TAPFileName) |
dword | HDD_TAP_GetIDByFileName (const char *TAPFileName) |
dword | HDD_TAP_GetIDByIndex (int TAPIndex) |
int | HDD_TAP_GetIndexByID (dword TAPID) |
bool | HDD_TAP_GetInfo (const char *FileName, tTAPInfo *pTAPInfo) |
void * | HDD_TAP_GetStartParameter (void) |
bool | HDD_TAP_PopDir (void) |
bool | HDD_TAP_PushDir (void) |
dword | HDD_TAP_SendEvent (dword TAPID, bool AllowParamInterception, word event, dword param1, dword param2) |
dword | HDD_TAP_Start (const char *TAPFileName, bool BatchMode, void *ParameterBlock, dword *TAPID) |
bool | HDD_TAP_StartedByTAP (void) |
void | HDD_TAP_Terminate (dword TAPID) |
bool | HDD_TAP_isAnyRunning (void) |
bool | HDD_TAP_isBatchMode (void) |
dword | HDD_TAP_isDisabled (dword TAPID) |
bool | HDD_TAP_isDisabledAll (void) |
bool | HDD_TAP_isRunning (dword TAPID) |
bool | KeyTranslate (bool Enable, void *EventHandler) |
bool | NoAutoStartTAP (void) |
void * | TAP_MemRealloc (void *ptr, size_t OldSize, size_t NewSize, bool InitMemory) |
void | TAP_EnterNormalNoInfo (void) |
TAPCOM_Channel | TAPCOM_OpenChannel (dword TargetID, dword ServiceID, dword ParamBlockVersion, void *ParamBlock) |
TAPCOM_Status | TAPCOM_GetStatus (TAPCOM_Channel Channel) |
dword | TAPCOM_LastAlive (TAPCOM_Channel Channel) |
int | TAPCOM_GetReturnValue (TAPCOM_Channel Channel) |
void | TAPCOM_CloseChannel (TAPCOM_Channel Channel) |
TAPCOM_Channel | TAPCOM_GetChannel (dword param1, dword *CallerID, dword *ServiceID, dword *ParamBlockVersion, void **ParamBlock) |
void | TAPCOM_Reject (TAPCOM_Channel Channel) |
void | TAPCOM_Finish (TAPCOM_Channel Channel, int val) |
void | TAPCOM_StillAlive (TAPCOM_Channel Channel) |
dword | AddSec (dword date, byte dateSec, int add) |
dword | AddTime (dword pvrDate, int addMinutes) |
int | cronRegisterEvent (long frequency, dword firstExecution, void *callback) |
void | cronEventHandler (void) |
bool | cronGetEvent (int Index, int *frequency, dword *nextExecution) |
bool | cronModifyEvent (int Index, int frequency, dword nextExecution) |
bool | cronUnregisterEvent (int Index) |
void | cronUnregisterAllEvents (void) |
char * | DayOfWeek (byte WeekDay) |
dword | DST_FindNextTransition (void) |
dword | DST_CalcTransition (byte ruleOrdinal, byte ruleDay, byte ruleMonth, byte ruleHour, byte ruleMin, dword StartDate) |
void | DST_SetDSTRule (tDSTRule NewDSTRule) |
bool | GetCurrentTimeZone (short *TZOffset, bool *DST) |
bool | isMJD (dword MJD) |
dword | LocalTime2UTC (dword LocalTime, short *Offset) |
dword | Now (byte *Sec) |
dword | PvrTimeToLinux (dword PVRTime) |
dword | TF2UnixTime (dword TFTimeStamp) |
long | TimeDiff (dword FromTime, dword ToTime) |
char * | TimeFormat (dword DateTime, byte Sec, eTimeStampFormat TimeStampFormat, char *Result) |
bool | TimerPaddingAPICheck (void) |
bool | TimerPaddingGet (short *PrePaddingMin, short *PostPaddingMin) |
bool | TimerPaddingSet (short *PrePaddingMin, short *PostPaddingMin) |
dword | Unix2TFTime (dword UnixTimeStamp) |
dword | UTC2LocalTime (dword UTCTime, short *Offset) |
void | OSDMenuInitialize (bool AllowScrollingOfLongText, bool HasValueColumn, bool NumberedItems, bool ScrollLoop, const char *TitleLeft, const char *TitleRight) |
void | OSDMenuSetFont (tFontDataUC *LeftTitle, tFontDataUC *RightTitle, tFontDataUC *ListNumber, tFontDataUC *ListName, tFontDataUC *ListValue, tFontDataUC *Buttons, tFontDataUC *Memo) |
void | OSDMenuSetMemo (bool SelectionAlwaysOnTop) |
void | OSDMenuSetCursor (tCursorType CursorType) |
void | OSDMenuSetLineHeight (tLineHeight type) |
int | OSDMenuGetNrOfLines (void) |
void | OSDMenuUpdate (bool SuppressOSDSync) |
void | OSDMenuModifyTitleLeft (const char *Text) |
void | OSDMenuModifyTitleRight (const char *Text) |
void | OSDMenuModifyItemLongTextScrolling (bool AllowScrollingOfLongText) |
void | OSDMenuModifyItemValueColumn (bool HasValueColumn) |
void | OSDMenuModifyItemNumbered (bool NumberedItems) |
void | OSDMenuModifyScrollLoop (bool ScrollLoop) |
void | OSDMenuLogo (dword X, dword Y, TYPE_GrData *LogoGd) |
void | OSDMenuDestroy (void) |
void | OSDMenuDestroyNoOSDUpdate (void) |
dword | OSDMenuGetStringHeight (const char *str, byte fntSize) |
dword | OSDMenuGetStringWidth (const char *str, byte fntSize) |
void | OSDMenuPutString (word rgn, dword x, dword y, dword maxX, const char *str, dword fcolor, dword bcolor, byte fntSize, byte bDot, byte align) |
bool | OSDMenuIsVisible (void) |
void | OSDMenuSetCallback (void *OSDCallbackRoutine) |
void | OSDMenuButtonsClear (void) |
void | OSDMenuButtonColor (dword Color) |
void | OSDMenuButtonAdd (dword Line, tButtonIcon ButtonIcon, TYPE_GrData *ButtonGd, const char *Text) |
void | OSDMenuButtonModifyText (dword ButtonIndex, const char *Text) |
tButtonIcon | OSDMenuGetButtonIcon (dword key) |
int | OSDMenuFindNextSelectableEntry (int CurrentSelection) |
int | OSDMenuFindPreviousSelectableEntry (int CurrentSelection) |
bool | OSDMenuSelectItem (int ItemIndex) |
bool | OSDMenuSelectTopItem (int TopIndex) |
int | OSDMenuGetCurrentItem (void) |
dword | OSDMenuItemGetTopIndex (void) |
int | OSDMenuScrollUp (void) |
int | OSDMenuScrollPageUp (void) |
int | OSDMenuScrollDown (void) |
int | OSDMenuScrollPageDown (void) |
int | OSDMenuScrollHome (void) |
int | OSDMenuScrollEnd (void) |
void | OSDMenuItemsClear (void) |
bool | OSDMenuItemAdd (const char *Name, const char *Value, TYPE_GrData *pNameIconGd, TYPE_GrData *pValueIconGd, bool Selectable, bool ValueArrows, dword ID) |
bool | OSDMenuItemPassDrawing (int ItemIndex, bool VisibleName, bool VisibleValue) |
bool | OSDMenuItemModifyName (int ItemIndex, const char *Text) |
bool | OSDMenuItemModifyValue (int ItemIndex, const char *Text) |
void | OSDMenuItemModifyValueXPos (dword NewValueXPos) |
void | OSDMenuItemModifyValueLeftArrowGap (int NewGapWidth) |
bool | OSDMenuItemModifyNameIcon (int ItemIndex, TYPE_GrData *pNameIconGd) |
bool | OSDMenuItemModifyValueIcon (int ItemIndex, TYPE_GrData *pValueIconGd) |
bool | OSDMenuItemModifySelectable (int ItemIndex, bool Selectable) |
bool | OSDMenuItemModifyColorPatch (int ItemIndex, dword Color) |
bool | OSDMenuItemModifyNameColor (int ItemIndex, dword Color) |
bool | OSDMenuItemModifyTextColor (int ItemIndex, dword Color) |
bool | OSDMenuItemModifyID (int ItemIndex, dword ID) |
bool | OSDMenuItemModifyValueArrows (int ItemIndex, bool ValueArrows) |
bool | OSDMenuItemModifyCustomIndex (int ItemIndex, int CustomIndex) |
char * | OSDMenuItemGetValue (int ItemIndex) |
char * | OSDMenuItemGetName (int ItemIndex) |
dword | OSDMenuItemGetNameColor (int ItemIndex) |
dword | OSDMenuItemGetTextColor (int ItemIndex) |
dword | OSDMenuItemGetID (int ItemIndex) |
char * | OSDMenuItemGetCurrentValue (void) |
char * | OSDMenuItemGetCurrentName (void) |
dword | OSDMenuItemGetCurrentID (void) |
dword | OSDMenuItemGetNrOfItems (void) |
void | OSDMenuItemSortNameColumn (bool Ascending, bool CaseSensitive) |
void | OSDMenuItemSortValueColumn (bool Ascending, bool CaseSensitive) |
void | OSDMenuItemSortID (bool Ascending) |
int | OSDMenuItemFindName (const char *Text) |
int | OSDMenuItemFindValue (const char *Text) |
int | OSDMenuItemFindID (dword ID) |
bool | OSDMenuPush (void) |
bool | OSDMenuPop (void) |
void | OSDMenuSaveMyRegion (word Rgn) |
bool | OSDMenuListBoxInitialize (bool AllowScrollingOfLongText, bool HasValueColumn, bool NumberedItems, bool ScrollLoop, const char *Title, dword x, dword width, bool OSDUpdate) |
bool | OSDMenuListBoxIsVisible (void) |
void | OSDMenuListBoxDestroy (void) |
void | OSDMenuListBoxDestroyNoOSDUpdate (void) |
void | OSDMemoInitialize (bool ScrollLoop, const char *TitleLeft, const char *TitleRight, const char *Text) |
void | OSDMenuInfoBoxShow (const char *Title, const char *Text, dword Timeout) |
void | OSDMenuWaitSpinnerInit (void) |
void | OSDMenuInfoBoxDestroy (void) |
void | OSDMenuInfoBoxDestroyNoOSDUpdate (void) |
bool | OSDMenuInfoBoxIsVisible (void) |
void | OSDMenuInfoBoxExitButton (bool ExitButton) |
void | OSDMenuMessageBoxInitialize (const char *Title, const char *Text) |
void | OSDMenuMessageBoxButtonAdd (const char *Text) |
void | OSDMenuMessageBoxButtonSelect (dword SelectedButton) |
void | OSDMenuMessageBoxAllowScrollOver (void) |
void | OSDMenuMessageBoxDoNotEnterNormalMode (bool DoNotEnterNormalMode) |
void | OSDMenuMessageBoxShow (void) |
void | OSDMenuMessageBoxModifyText (const char *Text) |
void | OSDMenuMessageBoxDestroy (void) |
void | OSDMenuMessageBoxDestroyNoOSDUpdate (void) |
bool | OSDMenuMessageBoxIsVisible (void) |
dword | OSDMenuMessageBoxLastButton (void) |
void | OSDMenuColorPickerShow (const char *Title, dword DefaultColor) |
void | OSDMenuColorPickerDestroy (void) |
bool | OSDMenuColorPickerIsVisible (void) |
dword | OSDMenuColorPickerColor (void) |
void | OSDMenuProgressBarShow (const char *Title, const char *Text, dword Value, dword MaxValue, TYPE_GrData *DifferentProgressBar) |
void | OSDMenuProgressBarDestroy (void) |
void | OSDMenuProgressBarDestroyNoOSDUpdate (void) |
bool | OSDMenuProgressBarIsVisible (void) |
bool | OSDMenuEvent (word *event, dword *param1, dword *param2) |
dword | OSDMenuGetLastUnprocessedKey (void) |
void | OSDMenuKeyboard_Setup (const char *Title, char *Variable, dword MaxLength) |
void | OSDMenuKeyboard_AutomaticLowerCase (bool automatic) |
bool | OSDMenuKeyboard_ChangeKeypad (tKeyPadMode mode, char keypad[26][4]) |
void | OSDMenuKeyboard_SetCursor (tKeyboardCursor KeyboardCursor) |
bool | OSDMenuKeyboard_SetKeypadMode (tKeyPadMode mode) |
void | OSDMenuKeyboard_LegendButton (dword Line, tButtonIcon ButtonIcon, const char *Text) |
void | OSDMenuKeyboard_Show (void) |
bool | OSDMenuKeyboard_EventHandler (word *event, dword *param1, dword *param2) |
bool | OSDMenuKeyboard_isVisible (void) |
void | OSDMenuKeyboard_Destroy (void) |
bool | VFD_GetControl (bool GiveControl) |
bool | VFD_isInUseByTAP (void) |
bool | VFD_Clear (void) |
bool | VFD_SetLargeText (char *Text) |
bool | VFD_SetSmallText (char *Text) |
bool | VFD_Update (void) |
bool | VFD_EnableCD (bool Enable) |
bool | VFD_SetCDValue (int Percent) |
bool | VFD_EnableHDD (bool Enable) |
bool | VFD_SetHDDValue (int Percent) |
bool | VFD_SetIcon (tVFDIcon VFDIcon, bool On) |
bool | VFD_EnableCDAnimation (bool Enable) |
bool | VFD_CDAnimation (bool Forward) |
bool | VFD_SetCharacterSet (tVFDCharset VFDCharset) |
Variables | |
word | ApplID |
dword | TAP_TableIndex |
char | PrintNetBuffer [1024] |
#define __FBLIB_RELEASEDATE__ "2020-01-02" |
Definition at line 4 of file libFireBird.h.
#define __FBLIB_VERSION__ __FBLIB_RELEASEDATE__ |
Definition at line 6 of file libFireBird.h.
#define __USE_LARGEFILE64 |
Definition at line 42 of file libFireBird.h.
#define _Clip | ( | a | ) | (a)>255 ? 255 : (a)<0 ? 0 : (a) |
Definition at line 225 of file libFireBird.h.
#define _FILE_OFFSET_BITS 64 |
Definition at line 45 of file libFireBird.h.
#define _LARGEFILE64_SOURCE |
Definition at line 44 of file libFireBird.h.
#define A1555 | ( | x | ) | (((x)>>15)&0x01) |
Definition at line 235 of file libFireBird.h.
#define A8888 | ( | x | ) | (((x)>>24)&0xff) |
Definition at line 240 of file libFireBird.h.
#define ABS_ADDR | ( | x | ) | (((x & JMP_ADDRMASK) << 2) | 0x80000000) |
Definition at line 3078 of file libFireBird.h.
#define ADD_SP_CMD 0x27BD0000 |
Definition at line 3080 of file libFireBird.h.
#define ADD_SP_MASK 0xFFFF0000 |
Definition at line 3081 of file libFireBird.h.
#define ADDIU_A0_CMD 0x24040000 |
Definition at line 3082 of file libFireBird.h.
#define ADDIU_CMD 0x24000000 |
Definition at line 3085 of file libFireBird.h.
#define ADDIU_GP_CMD 0x279C0000 |
Definition at line 3083 of file libFireBird.h.
#define ADDIU_S1_CMD 0x24110000 |
Definition at line 3084 of file libFireBird.h.
#define ARGB2TMS | ( | a, | |
r, | |||
g, | |||
b | |||
) | ((dword) (((a) ? TAP_ALPHA : 0) << 24 | (byte) ((r) * 8.2258) << 16 | (byte) ((g) * 8.2258) << 8 | (byte) ((b) * 8.2258))) |
Definition at line 245 of file libFireBird.h.
#define ARGBtoTMS | ( | a, | |
r, | |||
g, | |||
b | |||
) | a*=0xff;r*=8.2258;g*=8.2258;b*=8.2258 |
Definition at line 246 of file libFireBird.h.
#define ATTR_PARENT 0xf0 |
Definition at line 168 of file libFireBird.h.
#define B1555 | ( | x | ) | (((x)>> 0)&0x1f) |
Definition at line 238 of file libFireBird.h.
#define B8888 | ( | x | ) | (((x)>> 0)&0xff) |
Definition at line 243 of file libFireBird.h.
#define BASE_MASK 0xFFE00000 |
Definition at line 3086 of file libFireBird.h.
#define CallTraceComment | ( | ... | ) | (void) 0 |
Definition at line 1234 of file libFireBird.h.
#define CallTraceEnable | ( | ... | ) | (void) 0 |
Definition at line 1230 of file libFireBird.h.
#define CallTraceEnter | ( | ... | ) | (void) 0 |
Definition at line 1231 of file libFireBird.h.
#define CallTraceExit | ( | ... | ) | (void) 0 |
Definition at line 1232 of file libFireBird.h.
#define CallTraceExitResult | ( | ... | ) | (void) 0 |
Definition at line 1233 of file libFireBird.h.
#define CallTraceExportStats | ( | ... | ) | (void) 0 |
Definition at line 1235 of file libFireBird.h.
#define CallTraceInit | ( | ... | ) | (void) 0 |
Definition at line 1229 of file libFireBird.h.
#define CallTraceResetStats | ( | ... | ) | (void) 0 |
Definition at line 1236 of file libFireBird.h.
#define CINIT | ( | na, | |
t, | |||
nu | |||
) | CURLOPT_ ## na = CURLOPTTYPE_ ## t + nu |
Definition at line 501 of file libFireBird.h.
#define CMD_MASK 0xFC000000 |
Definition at line 3087 of file libFireBird.h.
#define CURLOPT_SERVER_RESPONSE_TIMEOUT CURLOPT_FTP_RESPONSE_TIMEOUT |
Definition at line 835 of file libFireBird.h.
#define CURLOPT_WRITEDATA CURLOPT_FILE |
Definition at line 1188 of file libFireBird.h.
#define CURLOPTTYPE_FUNCTIONPOINT 20000 |
Definition at line 498 of file libFireBird.h.
#define CURLOPTTYPE_LONG 0 |
Definition at line 496 of file libFireBird.h.
#define CURLOPTTYPE_OBJECTPOINT 10000 |
Definition at line 497 of file libFireBird.h.
#define CURLOPTTYPE_OFF_T 30000 |
Definition at line 499 of file libFireBird.h.
#define DATE | ( | mjd, | |
h, | |||
m | |||
) | ((dword) (((mjd) << 16) | ((h) << 8) | (m))) |
Definition at line 2702 of file libFireBird.h.
#define DIR_FONTS "Fonts" |
Definition at line 1808 of file libFireBird.h.
#define DIR_LOGOS "Logos" |
Definition at line 2216 of file libFireBird.h.
#define DIR_PROGRAMFILES "/ProgramFiles" |
Definition at line 62 of file libFireBird.h.
#define DIR_SETTINGS "Settings" |
Definition at line 63 of file libFireBird.h.
#define EVT_TAPCOM 0xFFF |
Definition at line 2636 of file libFireBird.h.
#define EVT_TMSREMOTEASCII 0x0ffd |
Definition at line 3071 of file libFireBird.h.
#define ezxml_name | ( | xml | ) | ((xml) ? xml->name : NULL) |
Definition at line 1425 of file libFireBird.h.
#define ezxml_next | ( | xml | ) | ((xml) ? xml->next : NULL) |
Definition at line 1418 of file libFireBird.h.
#define ezxml_txt | ( | xml | ) | ((xml) ? xml->txt : "") |
Definition at line 1428 of file libFireBird.h.
#define FBLIB_DIR_SIZE 512 |
Definition at line 1871 of file libFireBird.h.
#define FONTSDIR DIR_PROGRAMFILES "/" DIR_SETTINGS "/" DIR_FONTS |
Definition at line 1809 of file libFireBird.h.
#define G1555 | ( | x | ) | (((x)>> 5)&0x1f) |
Definition at line 237 of file libFireBird.h.
#define G8888 | ( | x | ) | (((x)>> 8)&0xff) |
Definition at line 242 of file libFireBird.h.
#define HOUR | ( | d | ) | ((byte) (((d) >> 8) & 0xff)) |
Definition at line 2705 of file libFireBird.h.
#define INFBLOCKMAGIC "SFIB" |
Definition at line 1929 of file libFireBird.h.
#define INFBLOCKVERSION 1 |
Definition at line 1930 of file libFireBird.h.
#define isTMS 1 |
Definition at line 8 of file libFireBird.h.
#define JAL_CMD 0x0C000000 |
Definition at line 3088 of file libFireBird.h.
#define JMP_ADDRMASK 0x03FFFFFF |
Definition at line 3089 of file libFireBird.h.
#define JMP_CMD 0x08000000 |
Definition at line 3090 of file libFireBird.h.
#define JR_RA_CMD 0x03E00008 |
Definition at line 3091 of file libFireBird.h.
#define LAN_Bulgarian (LAN_Persian + 5) |
Definition at line 2687 of file libFireBird.h.
#define LAN_Czech (LAN_Persian + 4) |
Definition at line 2686 of file libFireBird.h.
#define LAN_Persian LAN_Iran |
Definition at line 2682 of file libFireBird.h.
#define LAN_Slovak (LAN_Persian + 2) |
Definition at line 2684 of file libFireBird.h.
#define LAN_Suomi (LAN_Persian + 1) |
Definition at line 2683 of file libFireBird.h.
#define LAN_Thai (LAN_Persian + 3) |
Definition at line 2685 of file libFireBird.h.
#define LBU_CMD 0x90000000 |
Definition at line 3092 of file libFireBird.h.
#define LE16 | ( | p | ) | (p) |
Definition at line 163 of file libFireBird.h.
#define LE32 | ( | p | ) | (p) |
Definition at line 164 of file libFireBird.h.
#define LILNAME "Logos.lil" |
Definition at line 2222 of file libFireBird.h.
#define LogEntryFBLibPrintf | ( | Console, | |
... | |||
) | do { if (0) TAP_Print(__VA_ARGS__); } while (0) |
Definition at line 1214 of file libFireBird.h.
#define LOGOCACHE "Logo.cache" |
Definition at line 2219 of file libFireBird.h.
#define LOGOCACHEID "LGC" |
Definition at line 2220 of file libFireBird.h.
#define LOGOCACHEVERSION 2 |
Definition at line 2221 of file libFireBird.h.
#define LOGOPACK "LogoPack.tar" |
Definition at line 2218 of file libFireBird.h.
#define LOGOROOT DIR_PROGRAMFILES "/" DIR_SETTINGS "/" DIR_LOGOS |
Definition at line 2217 of file libFireBird.h.
#define LUI_A0_CMD 0x3c040000 |
Definition at line 3093 of file libFireBird.h.
#define LUI_A1_CMD 0x3C050000 |
Definition at line 3094 of file libFireBird.h.
#define LUI_A2_CMD 0x3C060000 |
Definition at line 3095 of file libFireBird.h.
#define LUI_CMD 0x3C000000 |
Definition at line 3096 of file libFireBird.h.
#define LUI_GP_CMD 0x3C1C0000 |
Definition at line 3097 of file libFireBird.h.
#define LUI_S0_CMD 0x3C100000 |
Definition at line 3098 of file libFireBird.h.
#define LUI_S1_CMD 0x3C110000 |
Definition at line 3099 of file libFireBird.h.
#define LUI_S3_CMD 0x3C130000 |
Definition at line 3100 of file libFireBird.h.
#define LUI_S4_CMD 0x3C140000 |
Definition at line 3101 of file libFireBird.h.
#define LUI_S6_CMD 0x3C160000 |
Definition at line 3102 of file libFireBird.h.
#define LUI_T0_CMD 0x3C080000 |
Definition at line 3103 of file libFireBird.h.
#define LUI_T1_CMD 0x3C090000 |
Definition at line 3104 of file libFireBird.h.
#define LUI_T8_CMD 0x3C180000 |
Definition at line 3105 of file libFireBird.h.
#define LUI_T9_CMD 0x3C190000 |
Definition at line 3106 of file libFireBird.h.
#define LW_GP_CMD 0x8F800000 |
Definition at line 3107 of file libFireBird.h.
#define LW_S7T9_CMD 0x8F370000 |
Definition at line 3108 of file libFireBird.h.
#define LW_T1_SP_CMD 0x8FA90000 |
Definition at line 3109 of file libFireBird.h.
#define MINUTE | ( | d | ) | ((byte) ((d) & 0xff)) |
Definition at line 2706 of file libFireBird.h.
#define MJD | ( | d | ) | ((word) (((d) >> 16) & 0xffff)) |
Definition at line 2703 of file libFireBird.h.
#define MOVE_A0_48 0x24040030 |
Definition at line 3110 of file libFireBird.h.
#define MOVE_A0_CMD 0x34040000 |
Definition at line 3111 of file libFireBird.h.
#define MOVE_A2_48 0x24060030 |
Definition at line 3112 of file libFireBird.h.
#define MOVE_T9_RA 0x03E02020 |
Definition at line 3113 of file libFireBird.h.
#define NOP_CMD 0x00000000 |
Definition at line 3114 of file libFireBird.h.
#define OR_A1_CMD 0x34A50000 |
Definition at line 3115 of file libFireBird.h.
#define OR_T8_CMD 0x37180000 |
Definition at line 3116 of file libFireBird.h.
#define ORI_A0_CMD 0x34840000 |
Definition at line 3117 of file libFireBird.h.
#define ORI_A1_CMD 0x34A50000 |
Definition at line 3118 of file libFireBird.h.
#define ORI_A2_CMD 0x34C60000 |
Definition at line 3119 of file libFireBird.h.
#define ORI_GP_CMD 0x379C0000 |
Definition at line 3120 of file libFireBird.h.
#define ORI_S0_CMD 0x36100000 |
Definition at line 3121 of file libFireBird.h.
#define ORI_S1_CMD 0x36310000 |
Definition at line 3122 of file libFireBird.h.
#define ORI_S3_CMD 0x36730000 |
Definition at line 3123 of file libFireBird.h.
#define ORI_S4_CMD 0x36940000 |
Definition at line 3124 of file libFireBird.h.
#define ORI_S6_CMD 0x36D60000 |
Definition at line 3125 of file libFireBird.h.
#define ORI_T0_CMD 0x35080000 |
Definition at line 3126 of file libFireBird.h.
#define ORI_T1_CMD 0x35290000 |
Definition at line 3127 of file libFireBird.h.
#define OSDMenuGetW OSDMenuGetStringWidth |
Definition at line 2762 of file libFireBird.h.
#define R1555 | ( | x | ) | (((x)>>10)&0x1f) |
Definition at line 236 of file libFireBird.h.
#define R8888 | ( | x | ) | (((x)>>16)&0xff) |
Definition at line 241 of file libFireBird.h.
#define REG_MASK 0x03FF0000 |
Definition at line 3128 of file libFireBird.h.
#define REL_ADDR | ( | x | ) | (((dword)(x) & 0x0fffffff) >> 2) |
Definition at line 3077 of file libFireBird.h.
#define RKEY_Blue RKEY_F4 |
Definition at line 214 of file libFireBird.h.
#define RKEY_Green RKEY_F2 |
Definition at line 212 of file libFireBird.h.
#define RKEY_Option 0x10049 |
Definition at line 215 of file libFireBird.h.
#define RKEY_Red RKEY_NewF1 |
Definition at line 211 of file libFireBird.h.
#define RKEY_White RKEY_Option |
Definition at line 216 of file libFireBird.h.
#define RKEY_Yellow RKEY_F3 |
Definition at line 213 of file libFireBird.h.
#define SB_0_GP_CMD 0xA3800000 |
Definition at line 3129 of file libFireBird.h.
#define SEEK_CUR 1 /* set file offset to current plus offset */ |
Definition at line 1879 of file libFireBird.h.
#define SEEK_END 2 /* set file offset to EOF plus offset */ |
Definition at line 1883 of file libFireBird.h.
#define SEEK_SET 0 /* set file offset to offset */ |
Definition at line 1875 of file libFireBird.h.
#define SVCSTATUS_MASK_Audio 0x00010000 |
Definition at line 219 of file libFireBird.h.
#define SW_RA_SP_CMD 0xAFBF0000 |
Definition at line 3130 of file libFireBird.h.
#define SW_S5T9_CMD 0xAF350000 |
Definition at line 3131 of file libFireBird.h.
#define SW_S7T9_CMD 0xAF370000 |
Definition at line 3132 of file libFireBird.h.
#define TAP_ALPHA 255 |
Definition at line 222 of file libFireBird.h.
#define TAP_MAX 16 |
Definition at line 60 of file libFireBird.h.
#define TAP_MemAlloc_Chk | ( | Comment, | |
... | |||
) | TAP_MemAlloc(__VA_ARGS__) |
Definition at line 1268 of file libFireBird.h.
#define TAP_Osd_Copy_Chk | ( | Comment, | |
... | |||
) | TAP_Osd_Copy(__VA_ARGS__) |
Definition at line 1269 of file libFireBird.h.
#define TAP_Osd_Create_Chk | ( | Comment, | |
... | |||
) | TAP_Osd_Create(__VA_ARGS__) |
Definition at line 1270 of file libFireBird.h.
#define TAP_Osd_FillBox_Chk | ( | Comment, | |
... | |||
) | TAP_Osd_FillBox(__VA_ARGS__) |
Definition at line 1271 of file libFireBird.h.
#define TAP_Osd_PutFreeColorGd_Chk | ( | Comment, | |
... | |||
) | TAP_Osd_PutFreeColorGd(__VA_ARGS__) |
Definition at line 1272 of file libFireBird.h.
#define TAP_Osd_PutGd_Chk | ( | Comment, | |
... | |||
) | TAP_Osd_PutGd(__VA_ARGS__) |
Definition at line 1273 of file libFireBird.h.
#define TAP_Osd_PutPixel_Chk | ( | Comment, | |
... | |||
) | TAP_Osd_PutPixel(__VA_ARGS__) |
Definition at line 1274 of file libFireBird.h.
#define TAP_Osd_RestoreBox_Chk | ( | Comment, | |
... | |||
) | TAP_Osd_RestoreBox(__VA_ARGS__) |
Definition at line 1275 of file libFireBird.h.
#define TAP_Osd_SaveBox_Chk | ( | Comment, | |
... | |||
) | TAP_Osd_SaveBox(__VA_ARGS__) |
Definition at line 1276 of file libFireBird.h.
#define TAP_Print TAP_PrintNet |
Definition at line 181 of file libFireBird.h.
#define TAP_PrintNet | ( | ... | ) | do { snprintf(PrintNetBuffer, sizeof(PrintNetBuffer), __VA_ARGS__); PrintNet(PrintNetBuffer); } while (0) |
Definition at line 180 of file libFireBird.h.
#define TAPCOM_App_BROADCAST 0 |
Definition at line 2644 of file libFireBird.h.
#define TAPCOM_NO_RETURN_VALUE 0x80000000 |
Definition at line 2648 of file libFireBird.h.
#define TAPFSROOT "/mnt/hd" |
Definition at line 1870 of file libFireBird.h.
#define TIME | ( | d | ) | ((word) ((d) & 0xffff)) |
Definition at line 2704 of file libFireBird.h.
#define TMStoARGB | ( | a, | |
r, | |||
g, | |||
b | |||
) | a/=0xff;r/=8.2258;g/=8.2258;b/=8.2258 |
Definition at line 247 of file libFireBird.h.
#define TRACEENTER | ( | ) | (void) 0 |
Definition at line 1243 of file libFireBird.h.
#define TRACEEXIT | ( | ) | (void) 0 |
Definition at line 1244 of file libFireBird.h.
#define TS_FILE_NAME_SIZE (MAX_FILE_NAME_SIZE + 1) |
Definition at line 167 of file libFireBird.h.
#define win_h | ( | h | ) | (((h) / 22 + ((h) % 22 ? 1 : 0)) * 22 + 8) |
Definition at line 232 of file libFireBird.h.
#define win_l | ( | h | ) | ((win_h(h) - 8) / 22) |
Definition at line 233 of file libFireBird.h.
#define win_w | ( | w | ) | ((w) + 51) |
Definition at line 231 of file libFireBird.h.
#define XDATA |
Definition at line 166 of file libFireBird.h.
#define YUVB | ( | y, | |
u, | |||
v | |||
) | ((0x2568*(y) + 0x40cf*(v)) >>13) |
Definition at line 229 of file libFireBird.h.
#define YUVG | ( | y, | |
u, | |||
v | |||
) | ((0x2568*(y) - 0x0c92*(v) - 0x1a1e*(u)) >>13) |
Definition at line 228 of file libFireBird.h.
#define YUVR | ( | y, | |
u, | |||
v | |||
) | ((0x2568*(y) + 0x3343*(u)) >>13) |
Definition at line 227 of file libFireBird.h.
typedef void CURL |
Definition at line 1190 of file libFireBird.h.
Definition at line 1389 of file libFireBird.h.
typedef void* TAPCOM_Channel |
Definition at line 2661 of file libFireBird.h.
anonymous enum |
Enumerator | |
---|---|
DO_SYNC | |
NO_SYNC |
Definition at line 2755 of file libFireBird.h.
enum CURLcode |
Definition at line 385 of file libFireBird.h.
enum CURLoption |
Definition at line 509 of file libFireBird.h.
enum DISPLAY_TYPE |
Enumerator | |
---|---|
DT_LED | |
DT_VFD5500 | |
DT_VFDMP |
Definition at line 115 of file libFireBird.h.
enum eCopyDirection |
Enumerator | |
---|---|
X | |
Y |
Definition at line 288 of file libFireBird.h.
enum eRemoveChars |
Enumerator | |
---|---|
ControlChars | |
LFChars | |
InvalidFileNameChars | |
NonPrintableChars |
Definition at line 2502 of file libFireBird.h.
enum eRootDirs |
Enumerator | |
---|---|
DIR_ROOT | |
DIR_DATA_FILES | |
DIR_PROGRAM_FILES | |
DIR_MP3 | |
DIR_MP3_FILES | |
DIR_INCOMING | |
DIR_MEDIA_FILES | |
DIR_PHOTO_FILES | |
DIR_SYSTEM_FILES | |
DIR_TMP |
Definition at line 1886 of file libFireBird.h.
enum eTimeStampFormat |
Enumerator | |
---|---|
TIMESTAMP_NONE | |
TIMESTAMP_HM | |
TIMESTAMP_HMS | |
TIMESTAMP_YMD | |
TIMESTAMP_YMDHM | |
TIMESTAMP_YMDHMS | |
TIMESTAMP_FNYMDHM |
Definition at line 93 of file libFireBird.h.
enum INILOCATION |
Enumerator | |
---|---|
INILOCATION_NotFound | |
INILOCATION_NewFile | |
INILOCATION_AtCurrentDir | |
INILOCATION_AtAppName | |
INILOCATION_AtSettings | |
INILOCATION_AtProgramFiles | |
INILOCATION_NrENUMs |
Definition at line 1999 of file libFireBird.h.
enum REMOTE_TYPE |
Enumerator | |
---|---|
RT_5000 | |
RT_2100 | |
RT_7100PLUS | |
RT_7260PLUS |
Definition at line 122 of file libFireBird.h.
enum SYSTEM_TYPE |
Enumerator | |
---|---|
ST_UNKNOWN | |
ST_S | |
ST_T | |
ST_C | |
ST_T5700 | |
ST_TMSS | |
ST_TMST | |
ST_TMSC | |
ST_T5800 | |
ST_ST | |
ST_CT | |
ST_TF7k7HDPVR | |
ST_NRTYPES |
Definition at line 65 of file libFireBird.h.
enum TAPCOM_Status |
Enumerator | |
---|---|
TAPCOM_Status_OPEN | |
TAPCOM_Status_SERVER_NOT_AVAILABLE | |
TAPCOM_Status_ACKNOWLEDGED | |
TAPCOM_Status_REJECTED | |
TAPCOM_Status_FINISHED | |
TAPCOM_Status_VERSIONMISMATCH | |
TAPCOM_Status_NO_CHANNEL |
Definition at line 2650 of file libFireBird.h.
enum TaskEnum |
Enumerator | |
---|---|
TaskPlayback | |
TaskRecordings | |
TaskVideo | |
TaskAudio | |
TaskPower |
Definition at line 2483 of file libFireBird.h.
enum tBootReason |
Enumerator | |
---|---|
BOOT_FRONT_PANEL | |
BOOT_REMOTE_CONTROL | |
BOOT_TIMER | |
BOOT_FW_REBOOT | |
BOOT_RESERVED_4 | |
BOOT_POWER | |
BOOT_ANTIFREEZE |
Definition at line 82 of file libFireBird.h.
enum tButtonIcon |
Definition at line 2802 of file libFireBird.h.
enum tCrashCheckStatus |
Enumerator | |
---|---|
CCS_Ok | |
CCS_RebootDetected | |
CCS_ExcessiveRebootsDetected |
Definition at line 1247 of file libFireBird.h.
enum tCursorType |
Enumerator | |
---|---|
CT_Standard | |
CT_Dark | |
CT_Box | |
CT_Hide | |
CT_NRITEMS |
Definition at line 2746 of file libFireBird.h.
enum tDSTRule |
Enumerator | |
---|---|
DSTR_Undefined | |
DSTR_Firmware | |
DSTR_Europe | |
DSTR_Manual |
Definition at line 2694 of file libFireBird.h.
enum TFDTYPE |
Enumerator | |
---|---|
TFDTYPE_LoaderPgm | |
TFDTYPE_ApplPgm | |
TFDTYPE_FlashData | |
TFDTYPE_EepromData | |
TFDTYPE_FactoryData | |
TFDTYPE_BackgndPict |
Definition at line 352 of file libFireBird.h.
enum tFileInUse |
Enumerator | |
---|---|
FIU_No | |
FIU_Playback | |
FIU_PlayMP3 | |
FIU_RecSlot1 | |
FIU_RecSlot2 | |
FIU_RecSlot3 | |
FIU_RecSlot4 |
Definition at line 1900 of file libFireBird.h.
enum tKeyboardCursor |
Enumerator | |
---|---|
KC_Text | |
KC_Box | |
KC_NRITEMS |
Definition at line 2986 of file libFireBird.h.
enum tKeyPadMode |
Enumerator | |
---|---|
KPM_Standard | |
KPM_CAPS | |
KPM_Num | |
KPM_Symbols | |
KPM_SpecialChars1 | |
KPM_SpecialChars2 | |
KPM_SpecialChars3 | |
KPM_NrModes |
Definition at line 2974 of file libFireBird.h.
enum tLineHeight |
Enumerator | |
---|---|
LH_Normal | |
LH_Small | |
LH_Tiny |
Definition at line 2739 of file libFireBird.h.
enum tLogoAspect |
Enumerator | |
---|---|
LGAR_43 | |
LGAR_169 | |
LGAR_NRITEMS |
Definition at line 2246 of file libFireBird.h.
enum tLogoSize |
Enumerator | |
---|---|
LGSZ_qtl | |
LGSZ_ibl | |
LGSZ_qsl | |
LGSZ_NRITEMS |
Definition at line 2238 of file libFireBird.h.
enum tLogoStyle |
Enumerator | |
---|---|
LGST_3pgstyle | |
LGST_QtstyleBlue | |
LGST_QtstyleGrey | |
LGST_QtstyleTMS | |
LGST_TransBlack | |
LGST_TransIBBlue | |
LGST_TransIBGrey | |
LGST_TransQTBlue | |
LGST_TransQTGrey | |
LGST_NRITEMS |
Definition at line 2224 of file libFireBird.h.
enum tOSDCB |
Enumerator | |
---|---|
OSDCB_Title | |
OSDCB_List | |
OSDCB_Buttons | |
OSDCB_Logo | |
OSDCB_ListItem | |
OSDCB_MASK |
Definition at line 2789 of file libFireBird.h.
enum tPathFormat |
Enumerator | |
---|---|
PF_FileNameOnly | |
PF_TAPPathOnly | |
PF_LinuxPathOnly | |
PF_FullTAPPath | |
PF_FullLinuxPath |
Definition at line 1920 of file libFireBird.h.
enum tPvrListType |
Enumerator | |
---|---|
PLT_Unchanged | |
PLT_DataFiles | |
PLT_ProgramFiles | |
PLT_MP3Files | |
PLT_MediaFiles |
Definition at line 308 of file libFireBird.h.
enum tRunningStatus |
Enumerator | |
---|---|
RST_undefined | |
RST_NotRunning | |
RST_StartsSoon | |
RST_Pausing | |
RST_Running | |
RST_ServiceOffAir | |
RST_reserved1 | |
RST_reserved2 |
Definition at line 1284 of file libFireBird.h.
enum tVFDCharset |
Enumerator | |
---|---|
CS_8859_1 | |
CS_8859_5 | |
CS_8859_1_HAPPY |
Definition at line 3043 of file libFireBird.h.
enum tVFDIcon |
Definition at line 3009 of file libFireBird.h.
dword AddSec | ( | dword | date, |
byte | dateSec, | ||
int | add | ||
) |
dword AddTime | ( | dword | pvrDate, |
int | addMinutes | ||
) |
Definition at line 3 of file AddTime.c.
References TRACEENTER, and TRACEEXIT.
Referenced by DST_GetTransitions_Europe(), DST_GetTransitions_Manual(), GetCurrentTimeZone(), LocalTime2UTC(), and UTC2LocalTime().
char * ansicstr | ( | const char * | string, |
int | len, | ||
int | flags, | ||
int * | sawc, | ||
int * | rlen | ||
) |
Definition at line 32 of file ansicstr.c.
References CTLESC, CTLNUL, ESC, HEXVALUE, ISOCTAL, ISXDIGIT, OCTVALUE, TOCTRL, TRACEENTER, and TRACEEXIT.
Referenced by HDD_FindMountPointDevice().
int Appl_CheckRecording | ( | int | SvcType, |
int | SvcNum, | ||
bool | Unknown | ||
) |
Definition at line 3 of file Appl_CheckRecording.c.
References bool, FIS_fwAppl_CheckRecording(), TRACEENTER, and TRACEEXIT.
int Appl_CheckRecording_Tuner | ( | byte | TunerIndex, |
int | SvcType, | ||
int | SvcNum, | ||
bool | Unknown | ||
) |
Definition at line 3 of file Appl_CheckRecording_Tuner.c.
References bool, FIS_fwAppl_CheckRecording_Tuner(), TRACEENTER, and TRACEEXIT.
void Appl_ClrTimer | ( | byte * | TimerHandle | ) |
Definition at line 3 of file Appl_ClrTimer.c.
References FIS_fwAppl_ClrTimer(), TRACEENTER, and TRACEEXIT.
bool Appl_EvtProc_PincodeKey | ( | dword | p1, |
dword | p2 | ||
) |
Definition at line 3 of file Appl_EvtProc_PincodeKey.c.
References bool, FIS_fwAppl_EvtProc_PincodeKey(), TRACEENTER, and TRACEEXIT.
void Appl_ExecProgram | ( | char * | FileName | ) |
Definition at line 3 of file Appl_ExecProgram.c.
References FIS_fwAppl_ExecProgram(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_Start().
bool Appl_ExportChData | ( | char * | FileName | ) |
Definition at line 3 of file Appl_ExportChData.c.
References bool, FIS_fwAppl_ExportChData(), TRACEENTER, and TRACEEXIT.
void * Appl_GetCurrentEvent | ( | byte | SatIndex, |
word | NetID, | ||
word | TSID, | ||
word | ServiceID | ||
) |
Definition at line 3 of file Appl_GetCurrentEvent.c.
References FIS_fwAppl_GetCurrentEvent(), TRACEENTER, and TRACEEXIT.
dword Appl_GetEvtCount | ( | byte | SatIndex, |
word | NetID, | ||
word | TSID, | ||
word | ServiceID | ||
) |
Definition at line 3 of file Appl_GetEvtCount.c.
References FIS_fwAppl_GetEvtCount(), TRACEENTER, and TRACEEXIT.
dword Appl_GetEvtCountInFreePool | ( | void | ) |
Definition at line 3 of file Appl_GetEvtCountInFreePool.c.
References FIS_fwAppl_GetEvtCountInFreePool(), TRACEENTER, and TRACEEXIT.
Referenced by EPGInfo_GetNrFreeEntries().
dword * Appl_GetEvtListHeadInHash | ( | word | NetID, |
word | TSID, | ||
word | ServiceID | ||
) |
Definition at line 3 of file Appl_GetEvtListHeadInHash.c.
References FIS_fwAppl_GetEvtListHeadInHash(), TRACEENTER, and TRACEEXIT.
Referenced by Appl_GetSameTimeEvent(), and EPGInfo_FindFirst().
dword * Appl_GetEvtListHeadInHashByChannelID | ( | ulong64 | ChannelID | ) |
Definition at line 3 of file Appl_GetEvtListHeadInHashByChannelID.c.
References FIS_fwAppl_GetEvtListHeadInHash(), TRACEENTER, and TRACEEXIT.
dword * Appl_GetEvtListHeadInUsePool | ( | void | ) |
Definition at line 3 of file Appl_GetEvtListHeadInUsePool.c.
References FIS_fwAppl_GetEvtListHeadInUsePool(), TRACEENTER, and TRACEEXIT.
Referenced by EPGInfo_CalculateStructSize(), and EPGInfo_FindFirst().
dword Appl_GetFreeExtRecordSpace | ( | char * | MountPath | ) |
Definition at line 3 of file Appl_GetFreeExtRecordSpace.c.
References FIS_fwAppl_GetFreeExtRecordSpace(), TRACEENTER, and TRACEEXIT.
bool Appl_GetIsExternal | ( | void | ) |
Definition at line 3 of file Appl_GetIsExternal.c.
References bool, FIS_fwAppl_GetIsExternal(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_isExtRecording().
void * Appl_GetSameTimeEvent | ( | byte | SatIndex, |
word | NetID, | ||
word | TSID, | ||
word | ServiceID | ||
) |
Definition at line 3 of file Appl_GetSameTimeEvent.c.
References Appl_GetEvtListHeadInHash(), TYPE_EvtInfo::DataStatus, TYPE_EvtInfo::EndTime, LocalTime2UTC(), TYPE_EvtInfo::NetworkID, Now(), TYPE_EvtInfo::SatIndex, TYPE_EvtInfo::ServiceID, TYPE_EvtInfo::StartTime, TRACEENTER, TRACEEXIT, and TYPE_EvtInfo::TSID.
Referenced by EPGInfo_FindCurrent(), and EPGInfo_FindFirst().
bool Appl_ImportChData | ( | char * | FileName | ) |
Definition at line 3 of file Appl_ImportChData.c.
References bool, FIS_fwAppl_ImportChData(), TRACEENTER, and TRACEEXIT.
dword Appl_KeyCvt | ( | dword | NECKeyCode | ) |
Definition at line 3 of file Appl_KeyCvt.c.
References FIS_fwAppl_KeyCvt(), TRACEENTER, and TRACEEXIT.
void Appl_PvrPause | ( | bool | p1 | ) |
Definition at line 3 of file Appl_PvrPause.c.
References bool, FIS_fwAppl_PvrPause(), TRACEENTER, and TRACEEXIT.
void Appl_RestartTimeShiftSvc | ( | bool | p1, |
dword | Block | ||
) |
Definition at line 3 of file Appl_RestartTimeShiftSvc.c.
References bool, FIS_fwAppl_RestartTimeShiftSvc(), TRACEENTER, and TRACEEXIT.
void Appl_SetIsExternal | ( | bool | External | ) |
Definition at line 3 of file Appl_SetIsExternal.c.
References bool, FIS_fwAppl_SetIsExternal(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_SetExtRecording().
void Appl_SetPlaybackSpeed | ( | byte | Mode, |
int | Speed, | ||
bool | p3 | ||
) |
Definition at line 3 of file Appl_SetPlaybackSpeed.c.
References bool, FIS_fwAppl_SetPlaybackSpeed(), TRACEENTER, and TRACEEXIT.
void Appl_ShoutCast | ( | void | ) |
Definition at line 3 of file Appl_ShoutCast.c.
References FIS_fwAppl_ShoutCast(), TRACEENTER, and TRACEEXIT.
Definition at line 5 of file Appl_StartPlayback.c.
References bool, FIS_fwAppl_StartPlayback(), TRACEENTER, and TRACEEXIT.
Referenced by PlayMediaFile().
int Appl_StartPlaybackDivx | ( | char * | FileName, |
unsigned int | p2, | ||
bool | p3 | ||
) |
Definition at line 5 of file Appl_StartPlaybackDivx.c.
References bool, FIS_fwAppl_StartPlaybackDivx(), TRACEENTER, and TRACEEXIT.
Referenced by PlayMediaFile().
Definition at line 5 of file Appl_StartPlaybackMedia.c.
References bool, FIS_fwAppl_StartPlaybackMedia(), TRACEENTER, and TRACEEXIT.
Referenced by PlayMediaFile().
int Appl_StartPlaybackMp3 | ( | char * | FileName | ) |
Definition at line 5 of file Appl_StartPlaybackMp3.c.
References FIS_fwAppl_StartPlaybackMp3(), TRACEENTER, and TRACEEXIT.
Referenced by PlayMediaFile().
dword Appl_StopPlaying | ( | void | ) |
Definition at line 3 of file Appl_StopPlaying.c.
References FIS_fwAppl_StopPlaying(), TRACEENTER, and TRACEEXIT.
void Appl_StopRecPlaying | ( | bool | p1 | ) |
Definition at line 3 of file Appl_StopRecPlaying.c.
References bool, FIS_fwAppl_StopPlaying(), TRACEENTER, and TRACEEXIT.
dword Appl_TimeToLocal | ( | dword | UTCTime | ) |
Definition at line 3 of file Appl_TimeToLocal.c.
References FIS_fwAppl_TimeToLocal(), TRACEENTER, and TRACEEXIT.
Referenced by UTC2LocalTime().
dword Appl_WaitEvt | ( | dword | Event, |
dword * | a1, | ||
dword | a2, | ||
dword | a3, | ||
dword | Timeout | ||
) |
Definition at line 3 of file Appl_WaitEvt.c.
References FIS_fwAppl_WaitEvt(), TRACEENTER, and TRACEEXIT.
void Appl_WriteRecInfo | ( | dword | Slot | ) |
Definition at line 3 of file Appl_WriteRecInfo.c.
References FIS_fwAppl_WriteRecInfo(), TRACEENTER, and TRACEEXIT.
byte ApplChannel_GetAgc | ( | byte | TunerIndex, |
byte * | AGC | ||
) |
Definition at line 3 of file ApplChannel_GetAgc.c.
References FIS_fwApplChannel_GetAgc(), TRACEENTER, and TRACEEXIT.
byte ApplChannel_GetBer | ( | byte | TunerIndex, |
byte * | BER | ||
) |
Definition at line 3 of file ApplChannel_GetBer.c.
References FIS_fwApplChannel_GetBer(), TRACEENTER, and TRACEEXIT.
void ApplCiplus_CamSelect | ( | byte | CamIndex | ) |
Definition at line 3 of file ApplCiplus_CamSelect.c.
References FIS_fwApplCiplus_CamSelect(), TRACEENTER, and TRACEEXIT.
byte ApplCiplus_GetSelectedCam | ( | void | ) |
Definition at line 3 of file ApplCiplus_GetSelectedCam.c.
References FIS_fwApplCiplus_GetSelectedCam(), TRACEENTER, and TRACEEXIT.
word ApplClock_SetTimeMJD | ( | word | mjd, |
byte | hour, | ||
byte | min, | ||
byte | sec | ||
) |
Definition at line 3 of file ApplClock_SetTimeMJD.c.
References FIS_fwApplClock_SetTimeMJD(), TRACEENTER, and TRACEEXIT.
dword ApplHdd_FileCutPaste | ( | char * | SourceFileName, |
unsigned int | StartBlock, | ||
unsigned int | NrBlocks, | ||
char * | CutFileName | ||
) |
Definition at line 3 of file ApplHdd_FileCutPaste.c.
References FIS_fwApplHdd_FileCutPaste(), TRACEENTER, and TRACEEXIT.
dword ApplHdd_FreeSize | ( | char * | MountPath, |
bool | a1 | ||
) |
Definition at line 3 of file ApplHdd_FreeSize.c.
References bool, FIS_fwApplHdd_SaveWorkFolder(), TRACEENTER, and TRACEEXIT.
word ApplHdd_GetFileInfo | ( | word | p1, |
int * | TotalBlocks, | ||
int * | CurrentBlock, | ||
byte | p4, | ||
byte | p5 | ||
) |
Definition at line 3 of file ApplHdd_GetFileInfo.c.
References FIS_fwApplHdd_GetFileInfo(), TRACEENTER, and TRACEEXIT.
dword ApplHdd_GetInfoFromExternalDevice | ( | dword * | TotalSpaceMB, |
dword * | FreeSpaceMB, | ||
char * | MountPath | ||
) |
Definition at line 3 of file ApplHdd_GetInfoFromExternalDevice.c.
References FIS_fwApplHdd_GetInfoFromExternalDevice(), TRACEENTER, and TRACEEXIT.
void ApplHdd_RestoreWorkFolder | ( | void | ) |
Definition at line 3 of file ApplHdd_RestoreWorkFolder.c.
References FIS_fwApplHdd_RestoreWorkFolder(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_Start(), and PlayMediaFile().
void ApplHdd_SaveWorkFolder | ( | void | ) |
Definition at line 3 of file ApplHdd_SaveWorkFolder.c.
References FIS_fwApplHdd_SaveWorkFolder(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_Start(), and PlayMediaFile().
dword ApplHdd_SelectFolder | ( | tDirEntry * | FolderStruct, |
char * | FolderPath | ||
) |
Definition at line 3 of file ApplHdd_SelectFolder.c.
References FIS_fwApplHdd_SelectFolder(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_Start(), and PlayMediaFile().
void ApplHdd_SetWorkFolder | ( | tDirEntry * | FolderStruct | ) |
Definition at line 3 of file ApplHdd_SetWorkFolder.c.
References FIS_fwApplHdd_SetWorkFolder(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_Start(), and PlayMediaFile().
void ApplNewVfd_Stop | ( | void | ) |
Definition at line 3 of file ApplNewVfd_Stop.c.
References FIS_fwApplVfdStop(), TRACEENTER, and TRACEEXIT.
Referenced by FIS_fwApplVfdStop(), and VFD_GetControl().
void ApplPin_Delete | ( | void | ) |
Definition at line 3 of file ApplPin_Delete.c.
References FIS_fwApplPin_Delete(), TRACEENTER, and TRACEEXIT.
bool ApplPin_IsLockPopup | ( | void | ) |
Definition at line 3 of file ApplPin_IsLockPopup.c.
References FIS_fwApplPin_IsLockPopup(), TRACEENTER, and TRACEEXIT.
word ApplSvc_GetSvcIdx | ( | byte | TYPE_ServiceType, |
byte | SatIndex, | ||
word | TPIndex, | ||
word | ServiceID, | ||
word | Start, | ||
word | NrOfServicesToSearch | ||
) |
Definition at line 3 of file ApplSvc_GetSvcIdx.c.
References FIS_fwApplSvc_GetSvcIdx(), TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceFindNum().
word ApplSvc_GetTpIdx | ( | byte | SatIndex, |
word | NetworkID, | ||
word | TSID | ||
) |
Definition at line 3 of file ApplSvc_GetTpIdx.c.
References FIS_fwApplSvc_GetTpIdx(), TRACEENTER, and TRACEEXIT.
int ApplTap_GetEmptyTask | ( | void | ) |
Definition at line 3 of file ApplTap_GetEmptyTask.c.
References FIS_fwApplTap_GetEmptyTask(), TRACEENTER, and TRACEEXIT.
void ApplTimer_OptimizeList | ( | void | ) |
Definition at line 3 of file ApplTimer_OptimizeList.c.
References FIS_fwApplTimer_OptimizeList(), TRACEENTER, and TRACEEXIT.
tAudioTrk * AudioTrackInfo | ( | void | ) |
Definition at line 5 of file AudioTrackInfo.c.
References FIS_vAudioTrack(), TRACEENTER, and TRACEEXIT.
tBootReason BootReason | ( | void | ) |
Definition at line 3 of file BootReason.c.
References BOOT_FRONT_PANEL, FIS_vBootReason(), TRACEENTER, and TRACEEXIT.
Definition at line 4 of file CaptureScreen.c.
References GetPIPPosition(), OSDToBMP(), TRACEENTER, TRACEEXIT, and VideoToBMP().
word CompressBlock | ( | byte * | pInput, |
word | InBufferSize, | ||
byte * | pOutput | ||
) |
Definition at line 1309 of file lh5.c.
References TRACEENTER, and TRACEEXIT.
Referenced by CompressTFD().
dword CompressedTFDSize | ( | byte * | pSrc, |
dword | SourceBufferSize, | ||
void * | pPercentFinishedCallback | ||
) |
Definition at line 4 of file CompressedTFDSize.c.
References CompressTFD(), TRACEENTER, and TRACEEXIT.
dword CompressTFD | ( | byte * | pSrc, |
dword | SourceBufferSize, | ||
byte * | pDest, | ||
word | TFDType, | ||
word | SysID, | ||
void * | pPercentFinishedCallback | ||
) |
Definition at line 20 of file CompressTFD.c.
References CompressBlock(), CRC16(), STORE_WORD, TRACEENTER, and TRACEEXIT.
Referenced by CompressedTFDSize(), and LogoManager_LogoCacheRebuild().
void ConvertPathType | ( | const char * | Source, |
char * | Dest, | ||
tPathFormat | DestFormat | ||
) |
Definition at line 4 of file ConvertPathType.c.
References FBLIB_DIR_SIZE, GetPathType(), HDD_TAP_GetCurrentDir(), PF_FileNameOnly, PF_FullLinuxPath, PF_FullTAPPath, PF_LinuxPathOnly, PF_TAPPathOnly, StringEndsWith(), TAPFSROOT, TRACEENTER, and TRACEEXIT.
Referenced by ELFOpenFile(), ExtAttribExists(), ExtAttribGet(), ExtAttribRemove(), ExtAttribSet(), FM_LoadFontFile(), FMUC_LoadFontFile(), HDD_ChangeDir(), HDD_Delete(), HDD_Exist(), HDD_FappendOpen(), HDD_FindMountPointDevice(), HDD_GetFileSizeAndInode(), HDD_GetFileTimeByFileName(), HDD_InfBlockGet(), HDD_InfBlockSet(), HDD_isFileInUse(), HDD_Move(), HDD_Recycle(), HDD_RecycleSF(), HDD_RemoveDir(), HDD_Rename(), HDD_TAP_Start(), HDD_Unrecycle(), HDD_UnrecycleSF(), infData_OpenFile(), infData_Truncate(), LogEntry(), MD5File(), PlayMediaFile(), SaveBitmap(), StringDBLoad(), and StringDBSave().
void CrashCheck_Shutdown | ( | char * | TAPName | ) |
Definition at line 3 of file CrashCheck_Shutdown.c.
References CRASHCHECKINI, HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), INICloseFile(), INILOCATION_AtSettings, INILOCATION_NewFile, INIOpenFile(), INISaveFile(), INISetInt(), TRACEENTER, and TRACEEXIT.
void CrashCheck_Startup | ( | char * | TAPName, |
tCrashCheckStatus * | CCStatus | ||
) |
Definition at line 3 of file CrashCheck_Startup.c.
References CCS_ExcessiveRebootsDetected, CCS_Ok, CCS_RebootDetected, CRASHCHECKINI, HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), INICloseFile(), INIGetInt(), INILOCATION_AtSettings, INILOCATION_NewFile, INIOpenFile(), INISaveFile(), INISetInt(), TRACEENTER, and TRACEEXIT.
word CRC16 | ( | word | StartValue, |
void * | StartAddress, | ||
dword | Length | ||
) |
Definition at line 23 of file CRC16.c.
References CRC16Table, TRACEENTER, and TRACEEXIT.
Referenced by CompressTFD(), TFDSize(), UncompressedTFDSize(), and UncompressTFD().
dword CRC32 | ( | dword | StartValue, |
void * | StartAddress, | ||
dword | Length | ||
) |
Definition at line 38 of file CRC32.c.
References CRC32Table, CRCTableOK, make_crc_table(), TRACEENTER, and TRACEEXIT.
void cronEventHandler | ( | void | ) |
Definition at line 7 of file cronEventHandler.c.
References TYPE_CRONTAB::active, cronInit, cronItemCount, cronTable, cronUnregisterAllEvents(), TYPE_CRONTAB::frequency, TYPE_CRONTAB::function, MAX_CRON_EVENTS, TYPE_CRONTAB::nextExecution, TRACEENTER, and TRACEEXIT.
bool cronGetEvent | ( | int | Index, |
int * | frequency, | ||
dword * | nextExecution | ||
) |
Definition at line 6 of file cronGetEvent.c.
References cronInit, cronTable, cronUnregisterAllEvents(), TYPE_CRONTAB::frequency, MAX_CRON_EVENTS, TYPE_CRONTAB::nextExecution, TRACEENTER, and TRACEEXIT.
bool cronModifyEvent | ( | int | Index, |
int | frequency, | ||
dword | nextExecution | ||
) |
Definition at line 6 of file cronModifyEvent.c.
References cronInit, cronTable, cronUnregisterAllEvents(), TYPE_CRONTAB::frequency, MAX_CRON_EVENTS, TYPE_CRONTAB::nextExecution, TRACEENTER, and TRACEEXIT.
int cronRegisterEvent | ( | long | frequency, |
dword | firstExecution, | ||
void * | callback | ||
) |
Definition at line 8 of file cronRegisterEvent.c.
References TYPE_CRONTAB::active, cronInit, cronItemCount, cronTable, cronUnregisterAllEvents(), TYPE_CRONTAB::frequency, TYPE_CRONTAB::function, MAX_CRON_EVENTS, TYPE_CRONTAB::nextExecution, TRACEENTER, and TRACEEXIT.
void cronUnregisterAllEvents | ( | void | ) |
Definition at line 7 of file cronUnregisterAllEvents.c.
References cronInit, cronItemCount, cronTable, MAX_CRON_EVENTS, TRACEENTER, and TRACEEXIT.
Referenced by cronEventHandler(), cronGetEvent(), cronModifyEvent(), cronRegisterEvent(), and cronUnregisterEvent().
bool cronUnregisterEvent | ( | int | Index | ) |
Definition at line 7 of file cronUnregisterEvent.c.
References TYPE_CRONTAB::active, cronInit, cronItemCount, cronTable, cronUnregisterAllEvents(), MAX_CRON_EVENTS, TRACEENTER, and TRACEEXIT.
void curl_easy_cleanup | ( | CURL * | curl | ) |
Definition at line 3 of file curl_easy_cleanup.c.
References FIS_fwcurl_easy_cleanup(), TRACEENTER, and TRACEEXIT.
CURL * curl_easy_init | ( | void | ) |
Definition at line 3 of file curl_easy_init.c.
References FIS_fwcurl_easy_init(), TRACEENTER, and TRACEEXIT.
Definition at line 3 of file curl_easy_perform.c.
References FIS_fwcurl_easy_perform(), TRACEENTER, and TRACEEXIT.
CURLcode curl_easy_setopt | ( | CURL * | curl, |
CURLoption | option, | ||
void * | arg | ||
) |
Definition at line 3 of file curl_easy_setopt.c.
References FIS_fwcurl_easy_setopt(), TRACEENTER, and TRACEEXIT.
void curl_global_cleanup | ( | void | ) |
Definition at line 3 of file curl_global_cleanup.c.
References FIS_fwcurl_global_cleanup(), TRACEENTER, and TRACEEXIT.
CURLcode curl_global_init | ( | long | flags | ) |
Definition at line 3 of file curl_global_init.c.
References CURLE_FAILED_INIT, FIS_fwcurl_global_init(), TRACEENTER, and TRACEEXIT.
char * DayOfWeek | ( | byte | WeekDay | ) |
Definition at line 5 of file DayOfWeek.c.
References TRACEENTER, TRACEEXIT, and WDString.
void DeleteAt | ( | char * | SourceString, |
int | Pos, | ||
int | Len | ||
) |
Definition at line 4 of file DeleteAt.c.
References GetUCPos(), strlenUC(), TRACEENTER, and TRACEEXIT.
Referenced by FM_PutStringAA(), FMUC_PutStringAA(), LogoManager_ChannelNameToLogoName(), OSDMenuKeyboard_DeleteLeft(), and OSDMenuKeyboard_DeleteRight().
byte DevFront_SetIlluminate | ( | byte | a0, |
byte | Brightness | ||
) |
Definition at line 3 of file DevFront_SetIlluminate.c.
References FIS_fwDevFront_SetIlluminate(), TRACEENTER, and TRACEEXIT.
void DevFront_SetIrCode | ( | byte | Index, |
byte | Active, | ||
byte | MfgID1, | ||
byte | MfgID2, | ||
byte | Code0a | ||
) |
Definition at line 3 of file DevFront_SetIrCode.c.
References DevFront_SetIrCode(), FIS_fwSetIrCode(), TRACEENTER, and TRACEEXIT.
Referenced by DevFront_SetIrCode(), and SetRemoteMode().
dword DevHdd_DeviceClose | ( | tDirEntry * | hddPlaybackFolder | ) |
Definition at line 3 of file DevHdd_DeviceClose.c.
References FIS_fwDevHdd_DeviceClose(), TRACEENTER, and TRACEEXIT.
Definition at line 3 of file DevHdd_DeviceOpen.c.
References FIS_fwDevHdd_DeviceOpen(), TRACEENTER, and TRACEEXIT.
int DevService_Mute | ( | bool | Mute | ) |
Definition at line 3 of file DevService_Mute.c.
References bool, FIS_fwDevService_Mute(), TRACEENTER, and TRACEEXIT.
void DrawOSDLine | ( | word | OSDRgn, |
dword | Ax, | ||
dword | Ay, | ||
dword | Bx, | ||
dword | By, | ||
dword | Color | ||
) |
Definition at line 3 of file DrawOSDLine.c.
References OSDRgn, TAP_Osd_PutPixel_Chk(), TRACEENTER, and TRACEEXIT.
void DrawScrollbar | ( | word | sbRegion, |
int | sbX, | ||
int | sbY, | ||
int | sbHeight, | ||
int | sbCurrent, | ||
int | sbWindow, | ||
int | sbMax | ||
) |
Definition at line 89 of file DrawScrollbar.c.
References sbArrow, sbBackground, sbBotBorder, sbSlider, sbTopBorder, TRACEENTER, and TRACEEXIT.
dword DST_CalcTransition | ( | byte | ruleOrdinal, |
byte | ruleDay, | ||
byte | ruleMonth, | ||
byte | ruleHour, | ||
byte | ruleMin, | ||
dword | StartDate | ||
) |
Definition at line 3 of file DST_CalcTransition.c.
References DST_GetNextTransition(), Now(), TRACEENTER, and TRACEEXIT.
Referenced by DST_GetTransitions_Europe(), and DST_ProcessRule().
dword DST_FindNextTransition | ( | void | ) |
Definition at line 3 of file DST_FindNextTransition.c.
References DST_GetDefaultDSTRule(), DST_GetTransitions_Europe(), DST_GetTransitions_Manual(), DSTR_Europe, DSTR_Firmware, DSTR_Manual, DSTR_Undefined, DSTRule, TRACEENTER, TRACEEXIT, and UTC2LocalTime().
void DST_SetDSTRule | ( | tDSTRule | NewDSTRule | ) |
Definition at line 6 of file DST_SetDSTRule.c.
References DSTRule, TRACEENTER, and TRACEEXIT.
Referenced by DST_GetDefaultDSTRule().
void DumpMemory | ( | byte * | p, |
dword | size, | ||
int | BytesPerLine | ||
) |
Definition at line 5 of file DumpMemory.c.
References TAP_Print, TRACEENTER, and TRACEEXIT.
void DumpMemoryDword | ( | dword * | p, |
dword | size | ||
) |
Definition at line 5 of file DumpMemoryDword.c.
References TAP_Print, TRACEENTER, and TRACEEXIT.
void ELFCleanup | ( | void | ) |
Definition at line 5 of file ELFCleanup.c.
References ELFHeader, fTAP, SectionHeaders, shstrtab, strtab, TRACEENTER, and TRACEEXIT.
Referenced by FindGotPointer(), GetApplVer(), and HDD_TAP_GetInfo().
bool ELFGetSectionAddress | ( | dword | SectionIndex, |
dword * | SectionAddress, | ||
dword * | SectionSize | ||
) |
Definition at line 4 of file ELFGetSectionAddress.c.
References Elf32_Ehdr::e_shnum, ELFHeader, SectionHeaders, Elf32_Shdr::sh_addr, Elf32_Shdr::sh_size, TRACEENTER, and TRACEEXIT.
Referenced by FindGotPointer(), and GetApplVer().
dword ELFGetSectionIndex | ( | const char * | SectionName | ) |
Definition at line 4 of file ELFGetSectionIndex.c.
References Elf32_Ehdr::e_shnum, ELFHeader, SectionHeaders, shstrtab, TRACEENTER, and TRACEEXIT.
Referenced by FindGotPointer(), GetApplVer(), and HDD_TAP_GetInfo().
bool ELFGetSectionOffset | ( | dword | SectionIndex, |
dword * | SectionOffset, | ||
dword * | SectionSize | ||
) |
Definition at line 4 of file ELFGetSectionOffset.c.
References Elf32_Ehdr::e_shnum, ELFHeader, SectionHeaders, Elf32_Shdr::sh_offset, Elf32_Shdr::sh_size, TRACEENTER, and TRACEEXIT.
bool ELFOpenFile | ( | const char * | FileName | ) |
Definition at line 12 of file ELFOpenFile.c.
References ConvertPathType(), FBLIB_DIR_SIZE, fTAP, PF_FullLinuxPath, TRACEENTER, and TRACEEXIT.
Referenced by FindGotPointer(), GetApplVer(), and HDD_TAP_GetInfo().
bool ELFReadData | ( | dword | SectionIndex, |
byte * | Data | ||
) |
Definition at line 4 of file ELFReadData.c.
References fTAP, SectionHeaders, SEEK_SET, Elf32_Shdr::sh_offset, Elf32_Shdr::sh_size, TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_GetInfo().
bool ELFReadDWORD | ( | dword | SectionIndex, |
dword * | Data | ||
) |
Definition at line 4 of file ELFReadDWORD.c.
References fTAP, SectionHeaders, SEEK_SET, Elf32_Shdr::sh_offset, Elf32_Shdr::sh_size, TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_GetInfo().
bool ELFReadELFHeader | ( | void | ) |
Definition at line 5 of file ELFReadELFHeader.c.
References ELFHeader, fTAP, TRACEENTER, and TRACEEXIT.
Referenced by FindGotPointer(), GetApplVer(), and HDD_TAP_GetInfo().
bool ELFReadSectionHeaders | ( | void | ) |
Definition at line 5 of file ELFReadSectionHeaders.c.
References Elf32_Ehdr::e_shnum, Elf32_Ehdr::e_shoff, ELFHeader, fTAP, SectionHeaders, SEEK_SET, TRACEENTER, and TRACEEXIT.
Referenced by FindGotPointer(), GetApplVer(), and HDD_TAP_GetInfo().
bool ELFReadShstrtabSection | ( | void | ) |
Definition at line 5 of file ELFReadShstrtabSection.c.
References Elf32_Ehdr::e_shnum, Elf32_Ehdr::e_shstrndx, ELFHeader, fTAP, SectionHeaders, SEEK_SET, Elf32_Shdr::sh_offset, Elf32_Shdr::sh_size, Elf32_Shdr::sh_type, shstrtab, SHT_STRTAB, TRACEENTER, and TRACEEXIT.
Referenced by FindGotPointer(), GetApplVer(), and HDD_TAP_GetInfo().
void EndMessageWin | ( | void | ) |
Definition at line 4 of file EndMessageWin.c.
References fbl_rgn, TRACEENTER, and TRACEEXIT.
Referenced by ShowMessageWindow().
void EPGInfo_AbortLoad | ( | void | ) |
Definition at line 4 of file EPGInfo_AbortLoad.c.
References EPGAbortLoad, TRACEENTER, and TRACEEXIT.
void EPGInfo_FilterCallback | ( | void * | CallbackRoutine | ) |
Definition at line 3 of file EPGInfo_FilterCallback.c.
References tEPGFilter::Callback, EPGFilter, TRACEENTER, TRACEEXIT, and tEPGFilter::UseCallback.
void EPGInfo_FilterChannelByIndex | ( | TYPE_ServiceType | SvcType, |
int | SvcNum, | ||
bool | StartCurrent | ||
) |
Definition at line 3 of file EPGInfo_FilterChannelByIndex.c.
References tEPGFilter::ChannelFilter, EPGFilter, tEPGFilter::NetworkID, tEPGFilter::SatIndex, tEPGFilter::ServiceID, tEPGFilter::StartCurrent, TRACEENTER, TRACEEXIT, and tEPGFilter::TSID.
void EPGInfo_FilterDuration | ( | word | MinDuration, |
word | MaxDuration | ||
) |
Definition at line 3 of file EPGInfo_FilterDuration.c.
References tEPGFilter::DurationFilter, EPGFilter, tEPGFilter::MaxDuration, tEPGFilter::MinDuration, TRACEENTER, and TRACEEXIT.
void EPGInfo_FilterGenre | ( | byte * | GenreArray, |
byte | GenreArraySize | ||
) |
Definition at line 4 of file EPGInfo_FilterGenre.c.
References EPGFilter, tEPGFilter::GenreArray, tEPGFilter::GenreArraySize, tEPGFilter::GenreFilter, TRACEENTER, and TRACEEXIT.
void EPGInfo_FilterReset | ( | void | ) |
Definition at line 3 of file EPGInfo_FilterReset.c.
References EPGFilter, TRACEENTER, and TRACEEXIT.
void EPGInfo_FilterTime | ( | dword | StartTime, |
dword | EndTime | ||
) |
Definition at line 3 of file EPGInfo_FilterTime.c.
References tEPGFilter::EndTime, EPGFilter, tEPGFilter::StartTime, tEPGFilter::TimeFilter, TRACEENTER, and TRACEEXIT.
bool EPGInfo_FindCurrent | ( | byte | SvcType, |
int | SvcNum, | ||
TYPE_EPGInfo * | EPGData | ||
) |
Definition at line 3 of file EPGInfo_FindCurrent.c.
References Appl_GetSameTimeEvent(), TYPE_EvtInfo::EndTime, EPGInfo_CopyData(), TYPE_EvtInfo::StartTime, TRACEENTER, TRACEEXIT, and UTC2LocalTime().
int EPGInfo_FindFirst | ( | TYPE_EPGInfo * | EPGData | ) |
Definition at line 16 of file EPGInfo_FindFirst.c.
References Appl_GetEvtListHeadInHash(), Appl_GetEvtListHeadInUsePool(), Appl_GetSameTimeEvent(), tEPGFilter::ChannelFilter, EPGFilter, EPGInfo_CloneToCache(), EPGInfo_CountEvents(), EPGInfo_CreateCache(), EPGInfoCache, EPGInfoCacheEntries, EPGInfoCurrentEntry, EPGInfoNrEntries, EPGInfoReverseOrder, tEPGFilter::NetworkID, tEPGFilter::SatIndex, tEPGFilter::ServiceID, tEPGFilter::StartCurrent, TRACEENTER, TRACEEXIT, TYPE_EvtInfo::TreeByHash, and tEPGFilter::TSID.
bool EPGInfo_FindItem | ( | TYPE_EPGInfo * | EPGData, |
int | EPGIndex, | ||
bool | EPGReset | ||
) |
Definition at line 3 of file EPGInfo_FindItem.c.
References EPGInfoCache, EPGInfoCurrentEntry, EPGInfoNrEntries, EPGInfoReverseOrder, TRACEENTER, and TRACEEXIT.
Referenced by EPGInfo_FindLast(), EPGInfo_FindNext(), and EPGInfo_FindPrev().
bool EPGInfo_FindLast | ( | TYPE_EPGInfo * | EPGData | ) |
Definition at line 3 of file EPGInfo_FindLast.c.
References EPGInfo_FindItem(), EPGInfoNrEntries, TRACEENTER, and TRACEEXIT.
bool EPGInfo_FindNext | ( | TYPE_EPGInfo * | EPGData | ) |
Definition at line 3 of file EPGInfo_FindNext.c.
References EPGInfo_FindItem(), EPGInfoCurrentEntry, TRACEENTER, and TRACEEXIT.
bool EPGInfo_FindPrev | ( | TYPE_EPGInfo * | EPGData | ) |
Definition at line 3 of file EPGInfo_FindPrev.c.
References EPGInfo_FindItem(), EPGInfoCurrentEntry, TRACEENTER, and TRACEEXIT.
void EPGInfo_Free | ( | void | ) |
Definition at line 4 of file EPGInfo_Free.c.
References EPGFilter, EPGInfo_DestroyCache(), tEPGFilter::GenreArray, TRACEENTER, and TRACEEXIT.
dword EPGInfo_GetNrFreeEntries | ( | void | ) |
Definition at line 3 of file EPGInfo_GetNrFreeEntries.c.
References Appl_GetEvtCountInFreePool(), TRACEENTER, and TRACEEXIT.
int ExtAttribExists | ( | char * | FileName, |
char * | AttrName | ||
) |
Definition at line 8 of file ExtAttribExists.c.
References ConvertPathType(), FBLIB_DIR_SIZE, PF_FullLinuxPath, TRACEENTER, and TRACEEXIT.
bool ExtAttribGet | ( | char * | FileName, |
char * | AttrName, | ||
byte * | Data, | ||
int | MaxDataLen, | ||
int * | DataLen | ||
) |
Definition at line 8 of file ExtAttribGet.c.
References ConvertPathType(), FBLIB_DIR_SIZE, PF_FullLinuxPath, TRACEENTER, and TRACEEXIT.
bool ExtAttribRemove | ( | char * | FileName, |
char * | AttrName | ||
) |
Definition at line 8 of file ExtAttribRemove.c.
References ConvertPathType(), FBLIB_DIR_SIZE, PF_FullLinuxPath, TRACEENTER, and TRACEEXIT.
bool ExtAttribSet | ( | char * | FileName, |
char * | AttrName, | ||
byte * | Data, | ||
int | DataLen | ||
) |
Definition at line 8 of file ExtAttribSet.c.
References ConvertPathType(), FBLIB_DIR_SIZE, PF_FullLinuxPath, TRACEENTER, and TRACEEXIT.
void ExtractLine | ( | char * | Text, |
char * | Line | ||
) |
Definition at line 4 of file ExtractLine.c.
References TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_ProcessLILAdd().
const char * ezxml_attr | ( | ezxml_t | xml, |
const char * | attr | ||
) |
Definition at line 3 of file ezxml_attr.c.
References FIS_fwezxml_attr(), TRACEENTER, and TRACEEXIT.
Definition at line 3 of file ezxml_child.c.
References FIS_fwezxml_child(), TRACEENTER, and TRACEEXIT.
const char * ezxml_error | ( | ezxml_t | xml | ) |
Definition at line 3 of file ezxml_error.c.
References FIS_fwezxml_error(), TRACEENTER, and TRACEEXIT.
void ezxml_free | ( | ezxml_t | xml | ) |
Definition at line 3 of file ezxml_free.c.
References FIS_fwezxml_free(), TRACEENTER, and TRACEEXIT.
Definition at line 3 of file ezxml_idx.c.
References FIS_fwezxml_idx(), TRACEENTER, and TRACEEXIT.
ezxml_t ezxml_parse_file | ( | const char * | file | ) |
Definition at line 3 of file ezxml_parse_file.c.
References FIS_fwezxml_parse_file(), TRACEENTER, and TRACEEXIT.
ezxml_t ezxml_parse_str | ( | char * | s, |
size_t | len | ||
) |
Definition at line 3 of file ezxml_parse_str.c.
References FIS_fwezxml_parse_str(), TRACEENTER, and TRACEEXIT.
dword * FindGotPointer | ( | dword | FunctionAddress | ) |
Definition at line 3 of file FindGotPointer.c.
References ELFCleanup(), ELFGetSectionAddress(), ELFGetSectionIndex(), ELFOpenFile(), ELFReadELFHeader(), ELFReadSectionHeaders(), ELFReadShstrtabSection(), TRACEENTER, and TRACEEXIT.
Referenced by HookFirmware(), and UnhookFirmware().
dword FindInstructionSequence | ( | char * | SearchPattern, |
char * | SearchMask, | ||
dword | StartAddress, | ||
dword | EndAddress, | ||
int | EntryPointOffset, | ||
bool | SearchForPrevADDIUSP | ||
) |
Definition at line 5 of file FindInstructionSequence.c.
References CMD_MASK, JMP_CMD, TRACEENTER, and TRACEEXIT.
dword FirmwareDatMJD | ( | void | ) |
Definition at line 3 of file FirmwareDatMJD.c.
References tFWDATHeader::CompileDate, LoadFirmwareDat(), TRACEENTER, and TRACEEXIT.
|
inline |
Definition at line 3 of file FIS_fwAppl_AddSvcName.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwAppl_CheckRecording.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_CheckRecording().
|
inline |
Definition at line 3 of file FIS_fwAppl_CheckRecording_Tuner.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_CheckRecording_Tuner().
|
inline |
Definition at line 3 of file FIS_fwAppl_CiMenu.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwAppl_CiplusMenu.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwAppl_ClrTimer.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_ClrTimer().
|
inline |
Definition at line 3 of file FIS_fwAppl_ConvertToValidUTF8Str.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by isUTFToppy().
|
inline |
Definition at line 3 of file FIS_fwAppl_DeleteRadioSvcName.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashServiceDelServiceName().
|
inline |
Definition at line 3 of file FIS_fwAppl_DeleteTvSvcName.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashServiceDelServiceName().
|
inline |
Definition at line 3 of file FIS_fwAppl_EnterNormal.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by TAP_EnterNormalNoInfo().
|
inline |
Definition at line 3 of file FIS_fwAppl_EvtProc_PincodeKey.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_EvtProc_PincodeKey().
|
inline |
Definition at line 3 of file FIS_fwAppl_ExecProgram.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_ExecProgram().
|
inline |
Definition at line 3 of file FIS_fwAppl_ExportChData.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_ExportChData().
|
inline |
Definition at line 3 of file FIS_fwAppl_GetCurrentEvent.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_GetCurrentEvent().
|
inline |
Definition at line 3 of file FIS_fwAppl_GetEvtCount.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_GetEvtCount().
|
inline |
Definition at line 3 of file FIS_fwAppl_GetEvtCountInFreePool.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_GetEvtCountInFreePool().
|
inline |
Definition at line 3 of file FIS_fwAppl_GetEvtListHeadInHash.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_GetEvtListHeadInHash(), and Appl_GetEvtListHeadInHashByChannelID().
|
inline |
Definition at line 3 of file FIS_fwAppl_GetEvtListHeadInUsePool.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_GetEvtListHeadInUsePool().
|
inline |
Definition at line 3 of file FIS_fwAppl_GetFreeExtRecordSpace.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_GetFreeExtRecordSpace().
|
inline |
Definition at line 3 of file FIS_fwAppl_GetIsExternal.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_GetIsExternal(), and HDD_isExtRecording().
|
inline |
Definition at line 3 of file FIS_fwAppl_GetSameTimeEvent.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwAppl_GetStreamFormat.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by GetStreamFormat().
|
inline |
Definition at line 3 of file FIS_fwAppl_ImportChData.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_ImportChData().
|
inline |
Definition at line 3 of file FIS_fwAppl_InitTempRec.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwAppl_IsTimeShifting.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwAppl_KeyCvt.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_KeyCvt().
|
inline |
Definition at line 3 of file FIS_fwAppl_PvrList.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ShowPvrList().
|
inline |
Definition at line 3 of file FIS_fwAppl_PvrList_SetListType.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ShowPvrList().
|
inline |
Definition at line 3 of file FIS_fwAppl_PvrPause.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_PvrPause().
|
inline |
Definition at line 3 of file FIS_fwAppl_RestartTimeShiftSvc.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_RestartTimeShiftSvc().
|
inline |
Definition at line 3 of file FIS_fwAppl_SetApplVer.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by GetApplVer().
|
inline |
Definition at line 3 of file FIS_fwAppl_SetIsExternal.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_SetIsExternal(), and HDD_SetExtRecording().
|
inline |
Definition at line 3 of file FIS_fwAppl_SetPlaybackSpeed.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_SetPlaybackSpeed().
|
inline |
Definition at line 3 of file FIS_fwAppl_SetProviderName.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwAppl_SetTimeShift.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwAppl_ShoutCast.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_ShoutCast().
|
inline |
Definition at line 3 of file FIS_fwAppl_StartPlayback.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_StartPlayback().
|
inline |
Definition at line 3 of file FIS_fwAppl_StartPlaybackDivx.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_StartPlaybackDivx().
|
inline |
Definition at line 3 of file FIS_fwAppl_StartPlaybackMedia.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_StartPlaybackMedia().
|
inline |
Definition at line 3 of file FIS_fwAppl_StartPlaybackMP3.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_StartPlaybackMp3().
|
inline |
Definition at line 3 of file FIS_fwAppl_StartTempRec.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwAppl_StopPlaying.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_StopPlaying(), and Appl_StopRecPlaying().
|
inline |
Definition at line 3 of file FIS_fwAppl_StopRecPlaying.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwAppl_StopTempRec.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwAppl_TimeToLocal.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_TimeToLocal().
|
inline |
Definition at line 3 of file FIS_fwAppl_WaitEvt.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_WaitEvt().
|
inline |
Definition at line 3 of file FIS_fwAppl_WriteFlash.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashProgram().
|
inline |
Definition at line 3 of file FIS_fwAppl_WriteRecInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by Appl_WriteRecInfo().
|
inline |
Definition at line 3 of file FIS_fwApplChannel_GetAgc.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplChannel_GetAgc().
|
inline |
Definition at line 3 of file FIS_fwApplChannel_GetBer.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplChannel_GetBer().
|
inline |
Definition at line 3 of file FIS_fwApplCiplus_CamSelect.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplCiplus_CamSelect().
|
inline |
Definition at line 3 of file FIS_fwApplCiplus_GetSelectedCam.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplCiplus_GetSelectedCam().
|
inline |
Definition at line 3 of file FIS_fwApplClock_SetTimeMJD.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplClock_SetTimeMJD().
|
inline |
Definition at line 3 of file FIS_fwApplHdd_FileCutPaste.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplHdd_FileCutPaste().
|
inline |
Definition at line 3 of file FIS_fwApplHdd_FreeSize.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwApplHdd_GetFileInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplHdd_GetFileInfo().
|
inline |
Definition at line 3 of file FIS_fwApplHdd_GetInfoFromExternalDevice.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplHdd_GetInfoFromExternalDevice().
|
inline |
Definition at line 3 of file FIS_fwApplHdd_RestoreWorkFolder.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplHdd_RestoreWorkFolder().
|
inline |
Definition at line 3 of file FIS_fwApplHdd_SaveWorkFolder.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplHdd_FreeSize(), and ApplHdd_SaveWorkFolder().
|
inline |
Definition at line 3 of file FIS_fwApplHdd_SelectFolder.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplHdd_SelectFolder().
|
inline |
Definition at line 3 of file FIS_fwApplHdd_SetWorkFolder.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplHdd_SetWorkFolder().
|
inline |
Definition at line 3 of file FIS_fwApplIcelink_EitFromHdd.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by isIceTVToppy().
|
inline |
Definition at line 3 of file FIS_fwApplOsd_DrawJpeg.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwApplPin_Delete.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplPin_Delete().
|
inline |
Definition at line 3 of file FIS_fwApplPin_IsLockPopup.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplPin_IsLockPopup().
|
inline |
Definition at line 3 of file FIS_fwApplSvc_GetSvcIdx.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplSvc_GetSvcIdx().
|
inline |
Definition at line 3 of file FIS_fwApplSvc_GetTpIdx.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplSvc_GetTpIdx().
|
inline |
Definition at line 3 of file FIS_fwApplTap_CallEventHandler.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwApplTap_GetEmptyTask.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplTap_GetEmptyTask().
|
inline |
Definition at line 3 of file FIS_fwApplTimer_OptimizeList.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplTimer_OptimizeList().
|
inline |
Definition at line 3 of file FIS_fwApplVfdSendData.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by VFD_Update().
|
inline |
Definition at line 3 of file FIS_fwApplVfdStart.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by VFD_GetControl().
|
inline |
Definition at line 3 of file FIS_fwApplVfdStop.c.
References ApplNewVfd_Stop(), TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ApplNewVfd_Stop(), and VFD_GetControl().
|
inline |
Definition at line 3 of file FIS_fwcurl_easy_cleanup.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by curl_easy_cleanup().
|
inline |
Definition at line 3 of file FIS_fwcurl_easy_init.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by curl_easy_init().
|
inline |
Definition at line 3 of file FIS_fwcurl_easy_perform.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by curl_easy_perform().
|
inline |
Definition at line 3 of file FIS_fwcurl_easy_setopt.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by curl_easy_setopt().
|
inline |
Definition at line 3 of file FIS_fwcurl_global_cleanup.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by curl_global_cleanup().
|
inline |
Definition at line 3 of file FIS_fwcurl_global_init.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by curl_global_init().
|
inline |
Definition at line 3 of file FIS_fwDevEeprom_GetMacAddr.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwDevEeprom_Info.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwDevFront_PowerOffCancel.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by SDS().
|
inline |
Definition at line 3 of file FIS_fwDevFront_PowerOffReply.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by SDS().
|
inline |
Definition at line 3 of file FIS_fwDevFront_SetIlluminate.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by DevFront_SetIlluminate().
|
inline |
Definition at line 3 of file FIS_fwDevHdd_DeviceClose.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by DevHdd_DeviceClose().
|
inline |
Definition at line 3 of file FIS_fwDevHdd_DeviceOpen.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by DevHdd_DeviceOpen().
|
inline |
Definition at line 3 of file FIS_fwDevService_Mute.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by DevService_Mute().
|
inline |
Definition at line 3 of file FIS_fwEeprom_DirectWrite.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwezxml_attr.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ezxml_attr().
|
inline |
Definition at line 3 of file FIS_fwezxml_child.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ezxml_child().
|
inline |
Definition at line 3 of file FIS_fwezxml_error.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ezxml_error().
|
inline |
Definition at line 3 of file FIS_fwezxml_free.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ezxml_free().
|
inline |
Definition at line 3 of file FIS_fwezxml_idx.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ezxml_idx().
|
inline |
Definition at line 3 of file FIS_fwezxml_parse_file.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ezxml_parse_file().
|
inline |
Definition at line 3 of file FIS_fwezxml_parse_str.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by ezxml_parse_str().
|
inline |
Definition at line 3 of file FIS_fwPowerOff.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_fwPutDevEvt.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by PutDevEvent().
|
inline |
Definition at line 3 of file FIS_fwSetIrCode.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by DevFront_SetIrCode().
|
inline |
Definition at line 3 of file FIS_fwTimeToLinux.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by PvrTimeToLinux().
|
inline |
Definition at line 3 of file FIS_vApplState.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vAudioTrack.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by AudioTrackInfo().
|
inline |
Definition at line 3 of file FIS_vbookmarkTime.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vBootReason.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by BootReason().
|
inline |
Definition at line 3 of file FIS_vCheckAutoDecTimerId.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vciMenuMode.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vciplusMenuMode.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vcurTapTask.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_TAP_Callback(), HDD_TAP_SendEvent(), and InitTAPex().
|
inline |
Definition at line 3 of file FIS_vdirectSvcNumTimerId.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by isDirectSvcNumVisible().
|
inline |
Definition at line 3 of file FIS_vdupEntry.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vEEPROM.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashFavoritesGetInfoCurrent(), GetEEPROMAddress(), TimerPaddingGet(), and TimerPaddingSet().
|
inline |
Definition at line 3 of file FIS_vEEPROMPin.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vEtcInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by TunerSet().
|
inline |
Definition at line 3 of file FIS_vextPartitionInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_BuildExtDriveList(), and HDD_SetExtRecording().
|
inline |
Definition at line 3 of file FIS_vextTsFolder.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_SetExtRecording().
|
inline |
Definition at line 3 of file FIS_vfavName.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vFlash.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vFlashBlockAutoDec.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashADGetInfo(), and FlashADSetInfo().
|
inline |
Definition at line 3 of file FIS_vFlashBlockDLNAData.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vFlashBlockFavoriteGroup.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashFavoritesGetInfo(), FlashFavoritesGetParameters(), FlashFavoritesGetTotal(), FlashFavoritesSetInfo(), and FlashReindexFavorites().
|
inline |
Definition at line 3 of file FIS_vFlashBlockGameSaveData.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashFavoritesGetParameters().
|
inline |
Definition at line 3 of file FIS_vFlashBlockLanIPConfig.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vFlashBlockNetwork.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vFlashBlockNetworkUpdateConfig.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vFlashBlockOTAInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vFlashBlockProviderInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vFlashBlockRadioServices.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashServiceDel(), FlashServiceGetInfo(), and FlashServiceSetInfo().
|
inline |
Definition at line 3 of file FIS_vFlashBlockSatInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashSatTablesGetInfo(), FlashSatTablesGetTotal(), FlashTransponderTablesAdd(), and FlashTransponderTablesDel().
|
inline |
Definition at line 3 of file FIS_vFlashBlockServerData.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vFlashBlockServiceName.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vFlashBlockTimeInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashTimeGetInfo(), and FlashTimeSetInfo().
|
inline |
Definition at line 3 of file FIS_vFlashBlockTimer.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashTimerGetInfo(), and FlashTimerSetInfo().
|
inline |
Definition at line 3 of file FIS_vFlashBlockTransponderInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashTransponderTablesAdd(), FlashTransponderTablesDel(), FlashTransponderTablesGetInfo(), and FlashTransponderTablesSetInfo().
|
inline |
Definition at line 3 of file FIS_vFlashBlockTVServices.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashServiceDel(), FlashServiceGetInfo(), and FlashServiceSetInfo().
|
inline |
Definition at line 3 of file FIS_vfrontfd.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vgmt.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vgrid.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by VFD_CDAnimation(), VFD_Clear(), VFD_EnableCD(), VFD_EnableCDAnimation(), VFD_EnableHDD(), VFD_SetCDValue(), VFD_SetHDDValue(), VFD_SetIcon(), VFD_SetLargeText(), and VFD_SetSmallText().
|
inline |
Definition at line 3 of file FIS_vHddDivxFolder.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vhddRecordFile.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_GetRecSlotFiles().
|
inline |
Definition at line 3 of file FIS_vhddTapFolder.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_TAP_Start().
|
inline |
Definition at line 3 of file FIS_vhddTsFolder.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_viboxTimerId.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by isInfoBoxVisible().
|
inline |
Definition at line 3 of file FIS_visAllPartitionInvalid.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_SetExtRecording().
|
inline |
Definition at line 3 of file FIS_vIsPipActive.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by GetPIPPosition(), and isPIPActive().
|
inline |
Definition at line 3 of file FIS_vIsPopUpOn.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vMACAddress.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by GetMacAddress().
|
inline |
Definition at line 3 of file FIS_vnDupTimer.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vnExtPartition.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_BuildExtDriveList(), and HDD_SetExtRecording().
|
inline |
Definition at line 3 of file FIS_vnPipSvcNum.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vnRadioSvc.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashServiceAdd(), and FlashServiceDel().
|
inline |
Definition at line 3 of file FIS_vnTvSvc.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashServiceAdd(), and FlashServiceDel().
|
inline |
Definition at line 3 of file FIS_vOSDMap.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FreeOSDRegion(), GetOSDMapAddress(), GetOSDRegionHeight(), GetOSDRegionWidth(), OSDMenuColorPickerDestroy(), OSDMenuColorPickerShow(), OSDMenuInfoBoxDestroyNoOSDUpdate(), OSDMenuInfoBoxShow(), OSDMenuMessageBoxDestroyNoOSDUpdate(), and OSDMenuMessageBoxShow().
|
inline |
Definition at line 3 of file FIS_vOsdOutBuf.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by GetApplVer().
|
inline |
Definition at line 3 of file FIS_vParentalInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by GetEEPROMPin(), and SetEEPROMPin().
|
inline |
Definition at line 3 of file FIS_vPhotoAlbumInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vPipH.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by GetPIPPosition().
|
inline |
Definition at line 3 of file FIS_vPipSvcNum.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vPipW.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by GetPIPPosition().
|
inline |
Definition at line 3 of file FIS_vPipX.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by GetPIPPosition().
|
inline |
Definition at line 3 of file FIS_vPipY.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by GetPIPPosition().
|
inline |
Definition at line 3 of file FIS_vPvrPlayInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vPvrRecTempInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_GetPvrRecTsPlayInfoPointer().
|
inline |
Definition at line 3 of file FIS_vPvrRecTsInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_GetPvrRecTsInfoPointer().
|
inline |
Definition at line 3 of file FIS_vPvrRecTsPlayInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_GetPvrRecTsInfoPointer(), and HDD_GetPvrRecTsPlayInfoPointer().
|
inline |
Definition at line 3 of file FIS_vRECSlotAddress.c.
References FlashTimerStructSize(), HDD_NumberOfRECSlots(), TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_RecSlotDecode(), HDD_RecSlotEncode(), and HDD_RECSlotSetDuration().
|
inline |
Definition at line 3 of file FIS_vselectedPartition.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_SetExtRecording().
|
inline |
Definition at line 3 of file FIS_vShoutCastInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vShoutCastState.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vTapSysOsdCtrl.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by TAP_GetSysOsdControl().
|
inline |
Definition at line 3 of file FIS_vTAPTable.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by HDD_TAP_Disable(), HDD_TAP_GetCurrentDir(), HDD_TAP_GetFileNameByIndex(), HDD_TAP_GetIDByIndex(), HDD_TAP_isAnyRunning(), HDD_TAP_isDisabled(), HDD_TAP_isDisabledAll(), HDD_TAP_SendEvent(), HDD_TAP_Terminate(), and KeyTranslate().
|
inline |
Definition at line 3 of file FIS_vTempRecSlot.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vTimerEditInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashTimerStructSize().
|
inline |
Definition at line 3 of file FIS_vTimerTempInfo.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by FlashTimerStructSize().
|
inline |
Definition at line 3 of file FIS_vTopEvent.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
Referenced by SetHandler().
|
inline |
Definition at line 3 of file FIS_vvfdBrightTimerId.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
|
inline |
Definition at line 3 of file FIS_vVfdTimerId.c.
References TRACEENTER, TRACEEXIT, and TryResolve().
bool FixInvalidFileName | ( | char * | FileName | ) |
Definition at line 5 of file FixInvalidFileName.c.
References ControlChars, FBLIB_DIR_SIZE, FIU_No, HDD_Exist(), HDD_isFileInUse(), HDD_Rename(), InsertAt(), isUTFToppy(), MakeUniqueFileName(), MakeValidFileName(), StrMkUTF8(), TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_LogoCacheRebuild().
bool FlashADDecode | ( | void * | Data, |
tAutoDescrambleTimer * | ADTimer | ||
) |
Definition at line 53 of file FlashADLowLevel.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 FlashADGetInfo().
bool FlashADEncode | ( | void * | Data, |
tAutoDescrambleTimer * | ADTimer | ||
) |
Definition at line 140 of file FlashADLowLevel.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 FlashADSetInfo().
bool FlashADGetInfo | ( | tAutoDescrambleTimer * | ADTimer | ) |
Definition at line 4 of file FlashADGetInfo.c.
References FIS_vFlashBlockAutoDec(), FlashADDecode(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
bool FlashADSetInfo | ( | tAutoDescrambleTimer * | ADTimer | ) |
Definition at line 4 of file FlashADSetInfo.c.
References FIS_vFlashBlockAutoDec(), FlashADEncode(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
int FlashFavoritesFindService | ( | int | SvcType, |
int | SvcNum | ||
) |
Definition at line 4 of file FlashFavoritesFindService.c.
References FlashFavoritesGetInfo(), FlashFavoritesGetTotal(), FlashServiceGetTotal(), tFavorites::NrEntries, tFavorites::SvcNum, tFavorites::SvcType, TRACEENTER, and TRACEEXIT.
bool FlashFavoritesGetInfo | ( | int | FavNum, |
tFavorites * | Favorites | ||
) |
Definition at line 4 of file FlashFavoritesGetInfo.c.
References FIS_vFlashBlockFavoriteGroup(), FlashFavoritesGetParameters(), FlashFavoritesGetTotal(), tFavorites1050::GroupName, tFavorites::GroupName, tFavorites1050::NrEntries, tFavorites::NrEntries, tFavorites::SvcNum, tFavorites1050::SvcNum, tFavorites::SvcType, tFavorites1050::SvcType, TRACEENTER, TRACEEXIT, tFavorites1050::unused1, and tFavorites::unused1.
Referenced by FlashFavoritesFindService(), and FlashFavoritesGetInfoCurrent().
bool FlashFavoritesGetInfoCurrent | ( | tFavorites * | Favorites | ) |
Definition at line 4 of file FlashFavoritesGetInfoCurrent.c.
References FIS_vEEPROM(), FlashFavoritesGetInfo(), FlashFavoritesGetTotal(), TRACEENTER, and TRACEEXIT.
Referenced by FlashFavoritesGetSelectedGroupName().
void FlashFavoritesGetParameters | ( | int * | NrGroups, |
int * | NrSvcsPerGroup | ||
) |
Definition at line 3 of file FlashFavoritesGetParameters.c.
References FIS_vFlashBlockFavoriteGroup(), FIS_vFlashBlockGameSaveData(), LogEntryFBLibPrintf(), TRACEENTER, and TRACEEXIT.
Referenced by FlashFavoritesGetInfo(), FlashFavoritesGetTotal(), and FlashFavoritesSetInfo().
char * FlashFavoritesGetSelectedGroupName | ( | char * | FavName, |
byte | FavNameSize | ||
) |
Definition at line 5 of file FlashFavoritesGetSelectedGroupName.c.
References FlashFavoritesGetInfoCurrent(), tFavorites::GroupName, TRACEENTER, and TRACEEXIT.
int FlashFavoritesGetTotal | ( | void | ) |
Definition at line 3 of file FlashFavoritesGetTotal.c.
References FIS_vFlashBlockFavoriteGroup(), FlashFavoritesGetParameters(), tFavorites1050::GroupName, tFavorites::GroupName, TRACEENTER, and TRACEEXIT.
Referenced by FlashFavoritesFindService(), FlashFavoritesGetInfo(), FlashFavoritesGetInfoCurrent(), and FlashFavoritesSetInfo().
bool FlashFavoritesSetInfo | ( | int | FavNum, |
tFavorites * | Favorites | ||
) |
Definition at line 4 of file FlashFavoritesSetInfo.c.
References FIS_vFlashBlockFavoriteGroup(), FlashFavoritesGetParameters(), FlashFavoritesGetTotal(), tFavorites1050::GroupName, tFavorites::GroupName, tFavorites1050::NrEntries, tFavorites::NrEntries, tFavorites::SvcNum, tFavorites1050::SvcNum, tFavorites::SvcType, tFavorites1050::SvcType, TRACEENTER, TRACEEXIT, tFavorites1050::unused1, and tFavorites::unused1.
void FlashProgram | ( | void | ) |
Definition at line 3 of file FlashProgram.c.
References bool, FIS_fwAppl_WriteFlash(), TRACEENTER, and TRACEEXIT.
bool FlashSatTablesDecode | ( | void * | Data, |
tFlashSatTable * | SatTable | ||
) |
Definition at line 56 of file FlashSatTablesDecode.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 FlashSatTablesGetInfo().
bool FlashSatTablesGetInfo | ( | int | SatNum, |
tFlashSatTable * | SatTable | ||
) |
Definition at line 93 of file FlashSatTablesDecode.c.
References FIS_vFlashBlockSatInfo(), FlashSatTablesDecode(), FlashSatTablesGetTotal(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
Referenced by FlashTransponderTablesGetTotal(), LogoManager_GetChannelID(), and LogoManager_UpdateLIL().
int FlashSatTablesGetTotal | ( | void | ) |
Definition at line 3 of file FlashSatTablesGetTotal.c.
References FIS_vFlashBlockSatInfo(), GetSystemType(), tFlashSatTable::SatName, ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
Referenced by FlashSatTablesGetInfo(), FlashTransponderTablesAdd(), FlashTransponderTablesDel(), FlashTransponderTablesGetInfo(), FlashTransponderTablesGetTotal(), and FlashTransponderTablesSetInfo().
bool FlashServiceAdd | ( | int | SvcType, |
tFlashService * | Service | ||
) |
Definition at line 3 of file FlashServiceAdd.c.
References FIS_vnRadioSvc(), FIS_vnTvSvc(), FlashServiceGetTotal(), FlashServiceSetInfo(), TRACEENTER, and TRACEEXIT.
bool FlashServiceDecode | ( | void * | Data, |
tFlashService * | Service | ||
) |
Definition at line 71 of file FlashServiceLowLevel.c.
bool FlashServiceDel | ( | int | SvcType, |
int | SvcNum | ||
) |
Definition at line 4 of file FlashServiceDel.c.
References FIS_vFlashBlockRadioServices(), FIS_vFlashBlockTVServices(), FIS_vnRadioSvc(), FIS_vnTvSvc(), FlashReindexFavorites(), FlashReindexTimers(), FlashServiceDelete(), FlashServiceDelServiceName(), FlashServiceGetTotal(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, TRACEEXIT, TYPE_Service_TMSC, and TYPE_Service_TMST.
Referenced by FlashTransponderTablesDel().
bool FlashServiceEncode | ( | void * | Data, |
tFlashService * | Service | ||
) |
Definition at line 197 of file FlashServiceLowLevel.c.
int FlashServiceFind | ( | int | SvcType, |
word | ServiceID, | ||
word | PMTPID, | ||
word | PCRPID, | ||
tFlashService * | Service | ||
) |
Definition at line 3 of file FlashServiceFind.c.
References FlashServiceGetInfo(), FlashServiceGetTotal(), tFlashService::PCRPID, tFlashService::PMTPID, tFlashService::ServiceID, TRACEENTER, and TRACEEXIT.
bool FlashServiceFindNum | ( | byte | SatIndex, |
word | NetworkID, | ||
word | TSID, | ||
word | ServiceID, | ||
TYPE_ServiceType * | SvcType, | ||
int * | SvcNum | ||
) |
Definition at line 3 of file FlashServiceFindNum.c.
References ApplSvc_GetSvcIdx(), FlashTransponderTablesGetInfo(), FlashTransponderTablesGetTotal(), tFlashTransponderTable::OriginalNetworkID, TRACEENTER, TRACEEXIT, and tFlashTransponderTable::TSID.
Referenced by EPGInfo_CloneToCache(), and EPGInfo_CopyData().
bool FlashServiceGetInfo | ( | int | SvcType, |
int | SvcNum, | ||
tFlashService * | Service | ||
) |
Definition at line 4 of file FlashServiceGetInfo.c.
References FIS_vFlashBlockRadioServices(), FIS_vFlashBlockTVServices(), FlashServiceDecode(), FlashServiceGetTotal(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, TRACEEXIT, TYPE_Service_TMSC, and TYPE_Service_TMST.
Referenced by FlashServiceFind(), FlashServiceMove(), FlashTransponderTablesDel(), LogoManager_GetChannelID(), and LogoManager_GetLogoByChannel().
int FlashServiceGetTotal | ( | int | SvcType | ) |
Definition at line 3 of file FlashServiceGetTotal.c.
References TRACEENTER, and TRACEEXIT.
Referenced by FlashFavoritesFindService(), FlashServiceAdd(), FlashServiceDel(), FlashServiceFind(), FlashServiceGetInfo(), FlashServiceMove(), FlashServiceSetInfo(), and FlashTransponderTablesDel().
bool FlashServiceMove | ( | int | SvcType, |
int | FromSvcNum, | ||
int | ToSvcNum | ||
) |
Definition at line 3 of file FlashServiceMove.c.
References FlashReindexFavorites(), FlashReindexTimers(), FlashServiceGetInfo(), FlashServiceGetTotal(), FlashServiceSetInfo(), TRACEENTER, and TRACEEXIT.
bool FlashServiceSetInfo | ( | int | SvcType, |
int | SvcNum, | ||
tFlashService * | Service | ||
) |
Definition at line 4 of file FlashServiceSetInfo.c.
References FIS_vFlashBlockRadioServices(), FIS_vFlashBlockTVServices(), FlashServiceEncode(), FlashServiceGetTotal(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, TRACEEXIT, TYPE_Service_TMSC, and TYPE_Service_TMST.
Referenced by FlashServiceAdd(), FlashServiceMove(), and FlashTransponderTablesDel().
bool FlashTimeDecode | ( | tFlashTimeInfo * | Data, |
tFlashTimeInfo * | TimeInfo | ||
) |
Definition at line 48 of file FlashTimeDecode.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 FlashTimeGetInfo().
bool FlashTimeEncode | ( | tFlashTimeInfo * | TimeInfo, |
tFlashTimeInfo * | Data | ||
) |
Definition at line 48 of file FlashTimeEncode.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 FlashTimeSetInfo().
bool FlashTimeGetInfo | ( | tFlashTimeInfo * | TimeInfo | ) |
Definition at line 87 of file FlashTimeDecode.c.
References FIS_vFlashBlockTimeInfo(), FlashTimeDecode(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
Referenced by GetCurrentTimeZone().
bool FlashTimerDecode | ( | void * | Data, |
tFlashTimer * | TimerInfo | ||
) |
Definition at line 267 of file FlashTimerDecode.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 FlashTimerGetInfo(), and HDD_RecSlotDecode().
bool FlashTimerEncode | ( | void * | Data, |
tFlashTimer * | TimerInfo | ||
) |
Definition at line 268 of file FlashTimerEncode.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 FlashTimerSetInfo(), and HDD_RecSlotEncode().
bool FlashTimerGetInfo | ( | int | TimerIndex, |
tFlashTimer * | TimerInfo | ||
) |
Definition at line 326 of file FlashTimerDecode.c.
References FIS_vFlashBlockTimer(), FlashTimerDecode(), FlashTimerStructSize(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
bool FlashTimerSetInfo | ( | int | TimerIndex, |
tFlashTimer * | TimerInfo | ||
) |
Definition at line 327 of file FlashTimerEncode.c.
References FIS_vFlashBlockTimer(), FlashTimerEncode(), FlashTimerStructSize(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
int FlashTimerStructSize | ( | void | ) |
Definition at line 3 of file FlashTimerStructSize.c.
References FIS_vTimerEditInfo(), FIS_vTimerTempInfo(), TRACEENTER, and TRACEEXIT.
Referenced by FIS_vRECSlotAddress(), FlashTimerGetInfo(), and FlashTimerSetInfo().
bool FlashTimeSetInfo | ( | tFlashTimeInfo * | TimeInfo | ) |
Definition at line 86 of file FlashTimeEncode.c.
References FIS_vFlashBlockTimeInfo(), FlashTimeEncode(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
int FlashTransponderFindIndex | ( | dword | SatIndex, |
dword | NetworkID, | ||
dword | TSID | ||
) |
Definition at line 3 of file FlashTransponderFindIndex.c.
References FlashTransponderTablesGetInfo(), FlashTransponderTablesGetTotal(), tFlashTransponderTable::OriginalNetworkID, TRACEENTER, TRACEEXIT, and tFlashTransponderTable::TSID.
int FlashTransponderFindIndex2 | ( | dword | SatIndex, |
dword | NetworkID, | ||
dword | TSID, | ||
byte | ModSystem | ||
) |
Definition at line 3 of file FlashTransponderFindIndex2.c.
References FlashTransponderTablesGetInfo(), FlashTransponderTablesGetTotal(), tFlashTransponderTable::ModSystem, tFlashTransponderTable::OriginalNetworkID, TRACEENTER, TRACEEXIT, and tFlashTransponderTable::TSID.
int FlashTransponderTablesAdd | ( | int | SatNum, |
tFlashTransponderTable * | TransponderTable | ||
) |
Definition at line 4 of file FlashTransponderTablesAdd.c.
References FIS_vFlashBlockSatInfo(), FIS_vFlashBlockTransponderInfo(), FlashSatTablesGetTotal(), FlashTransponderTablesEncode(), GetSystemType(), TYPE_SatInfo_TMST::NrOfTransponders, TYPE_SatInfo_TMSC::NrOfTransponders, tFlashSatTable::NrOfTransponders, ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
bool FlashTransponderTablesDecode | ( | void * | Data, |
tFlashTransponderTable * | TransponderTable | ||
) |
Definition at line 65 of file FlashTransponderTablesLowLevel.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 FlashTransponderTablesGetInfo().
bool FlashTransponderTablesDel | ( | int | SatNum, |
int | TransponderNum | ||
) |
Definition at line 4 of file FlashTransponderTablesDel.c.
References FIS_vFlashBlockSatInfo(), FIS_vFlashBlockTransponderInfo(), FlashSatTablesGetTotal(), FlashServiceDel(), FlashServiceGetInfo(), FlashServiceGetTotal(), FlashServiceSetInfo(), FlashTransponderTablesGetTotal(), GetSystemType(), TYPE_SatInfo_TMST::NrOfTransponders, TYPE_SatInfo_TMSC::NrOfTransponders, tFlashSatTable::NrOfTransponders, tFlashService::SatIndex, ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, TRACEEXIT, and tFlashService::TransponderIndex.
bool FlashTransponderTablesEncode | ( | void * | Data, |
tFlashTransponderTable * | TransponderTable | ||
) |
Definition at line 166 of file FlashTransponderTablesLowLevel.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 FlashTransponderTablesAdd(), and FlashTransponderTablesSetInfo().
bool FlashTransponderTablesGetInfo | ( | int | SatNum, |
int | TransponderNum, | ||
tFlashTransponderTable * | TransponderTable | ||
) |
Definition at line 4 of file FlashTransponderTablesGetInfo.c.
References FIS_vFlashBlockTransponderInfo(), FlashSatTablesGetTotal(), FlashTransponderTablesDecode(), FlashTransponderTablesGetTotal(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceFindNum(), FlashTransponderFindIndex(), FlashTransponderFindIndex2(), and LogoManager_GetChannelID().
int FlashTransponderTablesGetTotal | ( | int | SatNum | ) |
Definition at line 3 of file FlashTransponderTablesGetTotal.c.
References FlashSatTablesGetInfo(), FlashSatTablesGetTotal(), tFlashSatTable::NrOfTransponders, TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceFindNum(), FlashTransponderFindIndex(), FlashTransponderFindIndex2(), FlashTransponderTablesDel(), FlashTransponderTablesGetInfo(), and FlashTransponderTablesSetInfo().
bool FlashTransponderTablesSetInfo | ( | int | SatNum, |
int | TransponderNum, | ||
tFlashTransponderTable * | TransponderTable | ||
) |
Definition at line 4 of file FlashTransponderTablesSetInfo.c.
References FIS_vFlashBlockTransponderInfo(), FlashSatTablesGetTotal(), FlashTransponderTablesEncode(), FlashTransponderTablesGetTotal(), GetSystemType(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
void FlushCache | ( | dword * | pAddr, |
int | Size | ||
) |
Definition at line 3 of file FlushCache.c.
References TRACEENTER, and TRACEEXIT.
void FM_FreeFontFile | ( | tFontData * | FontData | ) |
Definition at line 4 of file FM_FreeFontFile.c.
References tFontData::pFontData, TRACEENTER, and TRACEEXIT.
dword FM_GetStringHeight | ( | char * | Text, |
tFontData * | FontData | ||
) |
Definition at line 4 of file FM_GetStringHeight.c.
References FM_CharToIndex(), FM_isValidCharacter(), tFontData::FontDef, tFontDef::Height, tFontData::pFontData, TRACEENTER, and TRACEEXIT.
Referenced by FM_PutStringAA().
dword FM_GetStringWidth | ( | char * | Text, |
tFontData * | FontData | ||
) |
Definition at line 4 of file FM_GetStringWidth.c.
References FM_CharToIndex(), FM_isValidCharacter(), tFontData::FontDef, tFontData::pFontData, TRACEENTER, TRACEEXIT, and tFontDef::Width.
Referenced by FM_PutStringAA().
Definition at line 4 of file FM_LoadFontFile.c.
References tFontDef::BitmapIndex, ConvertPathType(), FBLIB_DIR_SIZE, tFontData::FontDef, HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), tFontDef::Height, LogEntryFBLibPrintf(), PF_FileNameOnly, PF_TAPPathOnly, tFontData::pFontData, ShowMessageWin(), TRACEENTER, TRACEEXIT, and tFontDef::Width.
void FM_MakeFontDir | ( | void | ) |
Definition at line 3 of file FM_MakeFontDir.c.
References DIR_FONTS, DIR_PROGRAMFILES, DIR_SETTINGS, HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), TRACEENTER, and TRACEEXIT.
void FM_PutString | ( | word | rgn, |
dword | x, | ||
dword | y, | ||
dword | maxX, | ||
char * | str, | ||
dword | fcolor, | ||
dword | bcolor, | ||
tFontData * | FontData, | ||
byte | bDot, | ||
byte | align | ||
) |
Definition at line 4 of file FM_PutString.c.
References FM_PutStringAA(), TRACEENTER, and TRACEEXIT.
void FM_PutStringAA | ( | word | rgn, |
dword | x, | ||
dword | y, | ||
dword | maxX, | ||
char * | str, | ||
dword | fcolor, | ||
dword | bcolor, | ||
tFontData * | FontData, | ||
byte | bDot, | ||
byte | align, | ||
float | AntiAliasFactor | ||
) |
Definition at line 4 of file FM_PutStringAA.c.
References AlphaLUT, tFontDef::BitmapIndex, DeleteAt(), FM_AlphaBlendRGB(), FM_CharToIndex(), FM_GetStringHeight(), FM_GetStringWidth(), FM_InitAlphaLUT(), FM_isValidCharacter(), tFontData::FontDef, tAlphaLUT::g, GetOSDRegionWidth(), tFontDef::Height, InsertAt(), tFontData::pFontData, TRACEENTER, TRACEEXIT, tFontDef::Width, X, and Y.
Referenced by FM_PutString().
void FMUC_FreeFontFile | ( | tFontDataUC * | FontData | ) |
Definition at line 4 of file FMUC_FreeFontFile.c.
References tFontDataUC::FileHandle, FMUC_FreeMemory(), tFontDataUC::FontDef, tFontDataUC::GlyphCache, tFontDataUC::GlyphCacheEntries, tGlyphCacheUC::GlyphData, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuFreeStdFonts(), and OSDMenuKeyboard_Finish().
dword FMUC_GetStringHeight | ( | const char * | Text, |
tFontDataUC * | FontData | ||
) |
Definition at line 4 of file FMUC_GetStringHeight.c.
References FMUC_GetGlyphData(), tGlyphCacheUC::Height, TRACEENTER, and TRACEEXIT.
Referenced by FMUC_PutStringAA(), and OSDMenuGetStringHeight().
dword FMUC_GetStringWidth | ( | const char * | Text, |
tFontDataUC * | FontData | ||
) |
Definition at line 4 of file FMUC_GetStringWidth.c.
References FMUC_GetGlyphData(), FMUC_IsDiacriticalMark(), TRACEENTER, TRACEEXIT, UTF8ToUTF32(), and tGlyphCacheUC::Width.
Referenced by FMUC_PutStringAA(), OSDDrawTitle(), OSDMemoFormatText(), OSDMenuButtonAdd(), OSDMenuGetStringWidth(), OSDMenuKeyboard_Draw(), and OSDMenuKeyboard_DrawLegendButton().
bool FMUC_LoadFontFile | ( | char * | FontFileName, |
tFontDataUC * | FontData | ||
) |
Definition at line 6 of file FMUC_LoadFontFile.c.
References ConvertPathType(), tFontDataUC::FileHandle, FMUC_ReserveMemory(), tFontDataUC::FontDef, tFontDataUC::FontDefEntries, FONTSDIR, tFontDataUC::GlyphCache, tFontDataUC::GlyphCacheEntries, LogEntryFBLibPrintf(), PF_FileNameOnly, ShowMessageWin(), TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuLoadStdFonts().
void FMUC_PutString | ( | word | rgn, |
dword | x, | ||
dword | y, | ||
dword | maxX, | ||
const char * | str, | ||
dword | fcolor, | ||
dword | bcolor, | ||
tFontDataUC * | FontData, | ||
byte | bDot, | ||
byte | align | ||
) |
Definition at line 4 of file FMUC_PutString.c.
References FMUC_PutStringAA(), TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuKeyboard_DrawLegendButton().
void FMUC_PutStringAA | ( | word | rgn, |
dword | x, | ||
dword | y, | ||
dword | maxX, | ||
const char * | str, | ||
dword | fcolor, | ||
dword | bcolor, | ||
tFontDataUC * | FontData, | ||
byte | bDot, | ||
byte | align, | ||
float | AntiAliasFactor | ||
) |
Definition at line 5 of file FMUC_PutStringAA.c.
References AlphaLUT, ControlChars, DeleteAt(), FM_AlphaBlendRGB(), FM_InitAlphaLUT(), FMUC_FindNextUTF8(), FMUC_FindUTF8Start(), FMUC_GetGlyphData(), FMUC_GetStringHeight(), FMUC_GetStringWidth(), FMUC_IsDiacriticalMark(), tAlphaLUT::g, GetOSDRegionWidth(), GetStringEncoding(), tGlyphCacheUC::GlyphData, tGlyphCacheUC::Height, InsertAt(), LFChars, MakeValidFileName(), StrToUTF8(), TRACEENTER, TRACEEXIT, tGlyphCacheUC::Unicode, tGlyphCacheUC::Width, X, and Y.
Referenced by FMUC_PutString(), OSDDrawButtons(), OSDDrawList(), OSDDrawMemo(), OSDDrawTitle(), OSDMenuKeyboard_Draw(), and OSDMenuPutS().
void FreeOSDRegion | ( | word | Region | ) |
Definition at line 4 of file FreeOSDRegion.c.
References FIS_vOsdMap(), TRACEENTER, and TRACEEXIT.
bool FrontPanelEEPROMRead | ( | word | Address, |
byte * | Data | ||
) |
Definition at line 4 of file FrontPanelEEPROMRead.c.
References FP_Initialize(), FPPatchAntiFreezeOption, FPPatchPowerRestoreOption, FPResponse, FPWaitResponse, Front_TxPacket_hooked(), HookFrontTxPacket(), TRACEENTER, TRACEEXIT, and UnhookFrontTxPacket().
bool FrontPanelEEPROMWrite | ( | word | Address, |
byte | Data | ||
) |
Definition at line 4 of file FrontPanelEEPROMWrite.c.
References FP_Initialize(), FPPatchAntiFreezeOption, FPPatchPowerRestoreOption, Front_TxPacket_hooked(), HookFrontTxPacket(), TRACEENTER, TRACEEXIT, and UnhookFrontTxPacket().
bool FrontPanelGetPatch | ( | byte * | Version, |
byte * | Type | ||
) |
Definition at line 4 of file FrontPanelGetPatch.c.
References FP_Initialize(), FPPatchType, FPPatchVersion, TRACEENTER, and TRACEEXIT.
char * GetApplVer | ( | void | ) |
Definition at line 4 of file GetApplVer.c.
References ELFCleanup(), ELFGetSectionAddress(), ELFGetSectionIndex(), ELFOpenFile(), ELFReadELFHeader(), ELFReadSectionHeaders(), ELFReadShstrtabSection(), FIS_fwAppl_SetApplVer(), FIS_vOsdOutBuf(), TRACEENTER, and TRACEEXIT.
TYPE_TapEvent * GetCurrentEvent | ( | int * | curEvent | ) |
Definition at line 3 of file GetCurrentEvent.c.
References TRACEENTER, and TRACEEXIT.
Definition at line 3 of file GetCurrentTimeZone.c.
References AddTime(), tFlashTimeInfo::DSTActive, FlashTimeGetInfo(), TRACEENTER, TRACEEXIT, and tFlashTimeInfo::UTCOffset.
Referenced by DST_GetTransitions_Europe(), DST_GetTransitions_Manual(), LocalTime2UTC(), and UTC2LocalTime().
dword GetEEPROMAddress | ( | void | ) |
Definition at line 3 of file GetEEPROMAddress.c.
References FIS_vEEPROM(), TRACEENTER, and TRACEEXIT.
word GetEEPROMPin | ( | void | ) |
Definition at line 3 of file GetEEPROMPin.c.
References FIS_vParentalInfo(), TRACEENTER, and TRACEEXIT.
size_t GetLine | ( | const char * | data, |
bool | strip | ||
) |
Definition at line 4 of file GetLine.c.
References TRACEENTER, and TRACEEXIT.
byte * GetMacAddress | ( | void | ) |
Definition at line 3 of file GetMacAddress.c.
References FIS_vMACAddress(), TRACEENTER, and TRACEEXIT.
dword GetOSDMapAddress | ( | void | ) |
Definition at line 4 of file GetOSDMapAddress.c.
References FIS_vOsdMap(), TRACEENTER, and TRACEEXIT.
word GetOSDRegionHeight | ( | word | Region | ) |
Definition at line 3 of file GetOSDRegionHeight.c.
References FIS_vOsdMap(), tOSDMapInfo::Height, TRACEENTER, and TRACEEXIT.
Referenced by isOSDRegionAlive(), OSDCopy(), TAP_Osd_Copy_Chk(), TAP_Osd_FillBox_Chk(), TAP_Osd_PutFreeColorGd_Chk(), TAP_Osd_PutGd_Chk(), TAP_Osd_PutPixel_Chk(), TAP_Osd_RestoreBox_Chk(), and TAP_Osd_SaveBox_Chk().
word GetOSDRegionWidth | ( | word | Region | ) |
Definition at line 3 of file GetOSDRegionWidth.c.
References FIS_vOsdMap(), TRACEENTER, TRACEEXIT, and tOSDMapInfo::Width.
Referenced by FM_PutStringAA(), FMUC_PutStringAA(), isOSDRegionAlive(), OSDCopy(), TAP_Osd_Copy_Chk(), TAP_Osd_FillBox_Chk(), TAP_Osd_PutFreeColorGd_Chk(), TAP_Osd_PutGd_Chk(), TAP_Osd_PutPixel_Chk(), TAP_Osd_RestoreBox_Chk(), and TAP_Osd_SaveBox_Chk().
tPathFormat GetPathType | ( | const char * | Source | ) |
Definition at line 5 of file GetPathType.c.
References FBLIB_DIR_SIZE, HDD_TAP_GetCurrentDir(), lstat64(), PF_FileNameOnly, PF_FullLinuxPath, PF_FullTAPPath, PF_LinuxPathOnly, PF_TAPPathOnly, tstat64::st_mode, StringEndsWith(), TRACEENTER, and TRACEEXIT.
Referenced by ConvertPathType().
bool GetPIPPosition | ( | int * | North, |
int * | South, | ||
int * | East, | ||
int * | West | ||
) |
Definition at line 4 of file GetPIPPosition.c.
References FIS_vIsPipActive(), FIS_vPipH(), FIS_vPipW(), FIS_vPipX(), FIS_vPipY(), TRACEENTER, and TRACEEXIT.
Referenced by CaptureScreen().
char * GetRecExtension | ( | void | ) |
Definition at line 3 of file GetRecExtension.c.
References LoadFirmwareDat(), tFWDATHeader::NrOfToppyInfoEntries, tToppyInfo::RecExtension, tToppyInfo::SysID, TRACEENTER, and TRACEEXIT.
byte GetStreamFormat | ( | byte | Index | ) |
Definition at line 14 of file GetStreamFormat.c.
References FIS_fwAppl_GetStreamFormat(), TRACEENTER, and TRACEEXIT.
Definition at line 4 of file GetStringEncoding.c.
References isUTF8Char(), SkipCharTableBytes(), TRACEENTER, and TRACEEXIT.
Referenced by FMUC_PutStringAA(), StrMkISO(), and StrToISO().
word GetSysID | ( | void | ) |
Definition at line 3 of file GetSysID.c.
References TRACEENTER, and TRACEEXIT.
Referenced by GetSystemType(), HDD_NumberOfRECSlots(), InitTAPexFailedMsg(), and KeyTranslateHook().
SYSTEM_TYPE GetSystemType | ( | void | ) |
Definition at line 3 of file GetSystemType.c.
References GetSysID(), LoadFirmwareDat(), tFWDATHeader::NrOfToppyInfoEntries, ST_UNKNOWN, tToppyInfo::SysID, tToppyInfo::SystemType, TRACEENTER, and TRACEEXIT.
Referenced by FlashADDecode(), FlashADEncode(), FlashADGetInfo(), FlashADSetInfo(), FlashSatTablesDecode(), FlashSatTablesGetInfo(), FlashSatTablesGetTotal(), FlashServiceDecode(), FlashServiceDel(), FlashServiceDelete(), FlashServiceEncode(), FlashServiceGetInfo(), FlashServiceSetInfo(), FlashTimeDecode(), FlashTimeEncode(), FlashTimeGetInfo(), FlashTimerDecode(), FlashTimerEncode(), FlashTimerGetInfo(), FlashTimerSetInfo(), FlashTimeSetInfo(), FlashTransponderTablesAdd(), FlashTransponderTablesDecode(), FlashTransponderTablesDel(), FlashTransponderTablesEncode(), FlashTransponderTablesGetInfo(), FlashTransponderTablesSetInfo(), HDD_DecodeRECHeader(), HDD_EncodeRECHeader(), and LogoManager_UpdateLIL().
char * GetToppyString | ( | word | SysID | ) |
Definition at line 3 of file GetToppyString.c.
References tToppyInfo::Device, LoadFirmwareDat(), tFWDATHeader::NrOfToppyInfoEntries, tToppyInfo::SysID, TRACEENTER, and TRACEEXIT.
byte * GetUCPos | ( | const byte * | String, |
int | CharPos | ||
) |
Definition at line 3 of file GetUCPos.c.
References SkipCharTableBytes(), TRACEENTER, TRACEEXIT, and UTF8ToUTF32().
Referenced by DeleteAt(), InsertAt(), and OSDMenuKeyboard_Draw().
dword GetUptime | ( | void | ) |
Definition at line 5 of file GetUptime.c.
References TRACEENTER, and TRACEEXIT.
int HDD_AAM_Disable | ( | void | ) |
Definition at line 4 of file HDD_AAM_Disable.c.
References FBHDIO_DRIVE_TASK_HDR_SIZE, HDIO_DRIVE_TASK, SendHDDCommand(), SETFEATURES_DIS_AAM, TRACEENTER, TRACEEXIT, and WIN_SETFEATURES.
int HDD_AAM_Enable | ( | byte | AAMLevel | ) |
Definition at line 4 of file HDD_AAM_Enable.c.
References FBHDIO_DRIVE_TASK_HDR_SIZE, HDIO_DRIVE_TASK, SendHDDCommand(), SETFEATURES_EN_AAM, TRACEENTER, TRACEEXIT, and WIN_SETFEATURES.
int HDD_APM_Disable | ( | void | ) |
Definition at line 4 of file HDD_APM_Disable.c.
References FBHDIO_DRIVE_TASK_HDR_SIZE, HDIO_DRIVE_TASK, SendHDDCommand(), SETFEATURES_DIS_APM, TRACEENTER, TRACEEXIT, and WIN_SETFEATURES.
int HDD_APM_Enable | ( | byte | APMLevel | ) |
Definition at line 4 of file HDD_APM_Enable.c.
References FBHDIO_DRIVE_TASK_HDR_SIZE, HDIO_DRIVE_TASK, SendHDDCommand(), SETFEATURES_EN_APM, TRACEENTER, TRACEEXIT, and WIN_SETFEATURES.
bool HDD_BuildExtDriveList | ( | textPartitionInfo * | ExtPartitionList, |
dword * | NrListItems | ||
) |
Definition at line 4 of file HDD_BuildExtDriveList.c.
References FIS_vExtPartitionInfo(), and FIS_vnExtPartition().
bool HDD_ChangeDir | ( | const char * | Dir | ) |
Definition at line 5 of file HDD_ChangeDir.c.
References ConvertPathType(), FBLIB_DIR_SIZE, HDD_TAP_PopDir(), HDD_TAP_PushDir(), isUTFToppy(), PF_TAPPathOnly, StrToUTF8(), TRACEENTER, and TRACEEXIT.
Referenced by ChangeDirRoot(), CrashCheck_Shutdown(), CrashCheck_Startup(), CreateRootDir(), DST_GetDefaultDSTRule(), DST_GetTransitions_Manual(), FM_LoadFontFile(), FM_MakeFontDir(), HDD_FappendOpen(), HDD_TAP_PopDir(), INILocateFile(), INISaveFile(), LogEntryGeneric(), LogoManager_GetLogoByChannelID(), LogoManager_GetLogoByLogoName(), LogoManager_GetPathToLogoByChannelID(), LogoManager_Initialize(), LogoManager_LogoCacheLoad(), LogoManager_LogoCacheRebuild(), LogoManager_ProcessLILAdd(), and LogoManager_UpdateLIL().
bool HDD_DecodeRECHeader | ( | byte * | Buffer, |
tRECHeaderInfo * | RECHeaderInfo, | ||
SYSTEM_TYPE | SystemType | ||
) |
Definition at line 822 of file HDD_DecodeRECHeader.c.
References GetSystemType(), getWord(), HDD_DecodeRECHeader_ST_C(), HDD_DecodeRECHeader_ST_S(), HDD_DecodeRECHeader_ST_T(), HDD_DecodeRECHeader_ST_T5700(), HDD_DecodeRECHeader_ST_T5800(), HDD_DecodeRECHeader_ST_TF7k7HDPVR(), HDD_DecodeRECHeader_ST_TMSC(), HDD_DecodeRECHeader_ST_TMSS(), HDD_DecodeRECHeader_ST_TMST(), tRECHeaderInfo::HeaderMagic, tRECHeaderInfo::HeaderVersion, ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, TRACEEXIT, and WrongEndian.
void HDD_Delete | ( | const char * | FileName | ) |
Definition at line 5 of file HDD_Delete.c.
References ConvertPathType(), FBLIB_DIR_SIZE, FIU_No, FIU_Playback, FIU_PlayMP3, FIU_RecSlot1, FIU_RecSlot2, FIU_RecSlot3, FIU_RecSlot4, HDD_isFileInUse(), PF_FullLinuxPath, SeparateFileNameComponents(), StringEndsWith(), TRACEENTER, TRACEEXIT, and TS_FILE_NAME_SIZE.
bool HDD_EncodeRECHeader | ( | byte * | Buffer, |
tRECHeaderInfo * | RECHeaderInfo, | ||
SYSTEM_TYPE | SystemType | ||
) |
Definition at line 903 of file HDD_EncodeRECHeader.c.
References GetSystemType(), HDD_EncodeRECHeader_ST_C(), HDD_EncodeRECHeader_ST_S(), HDD_EncodeRECHeader_ST_T(), HDD_EncodeRECHeader_ST_T5700(), HDD_EncodeRECHeader_ST_T5800(), HDD_EncodeRECHeader_ST_TF7k7HDPVR(), HDD_EncodeRECHeader_ST_TMSC(), HDD_EncodeRECHeader_ST_TMSS(), HDD_EncodeRECHeader_ST_TMST(), ST_C, ST_CT, ST_NRTYPES, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSC, ST_TMSS, ST_TMST, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
bool HDD_Exist | ( | const char * | FileName | ) |
Definition at line 4 of file HDD_Exist.c.
References ConvertPathType(), FBLIB_DIR_SIZE, PF_FullLinuxPath, PF_LinuxPathOnly, stat64(), TRACEENTER, and TRACEEXIT.
Referenced by FixInvalidFileName(), HDD_Move(), HDD_Recycle(), HDD_RecycleSF(), HDD_Rename(), HDD_Unrecycle(), HDD_UnrecycleSF(), and MakeUniqueFileName().
TYPE_File * HDD_FappendOpen | ( | const char * | FileName | ) |
Definition at line 4 of file HDD_FappendOpen.c.
References ConvertPathType(), FBLIB_DIR_SIZE, HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), PF_FileNameOnly, PF_TAPPathOnly, SEEK_SET, TRACEENTER, and TRACEEXIT.
bool HDD_FappendWrite | ( | TYPE_File * | file, |
const char * | data | ||
) |
Definition at line 5 of file HDD_FappendWrite.c.
References SEEK_SET, TRACEENTER, and TRACEEXIT.
bool HDD_FindMountPoint | ( | const char * | File, |
char * | MountPoint | ||
) |
Definition at line 7 of file HDD_FindMountPoint.c.
References HDD_FindMountPointDevice(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_RecycleSF(), and HDD_UnrecycleSF().
bool HDD_FindMountPointDevice | ( | const char * | File, |
char * | MountPoint, | ||
char * | MountDevice | ||
) |
Definition at line 7 of file HDD_FindMountPointDevice.c.
References ansicstr(), ConvertPathType(), FBLIB_DIR_SIZE, PF_LinuxPathOnly, TRACEENTER, and TRACEEXIT.
Referenced by HDD_FindMountPoint().
int HDD_FindPCR | ( | const byte * | pBuffer, |
dword | BufferSize, | ||
word | PID | ||
) |
Definition at line 3 of file HDD_FindPCR.c.
References BufferSize, TRACEENTER, and TRACEEXIT.
int HDD_FindSymbolicLink | ( | const char * | pathName, |
char * | returnedPath, | ||
char * | fullPathName | ||
) |
Definition at line 5 of file HDD_FindSymbolicLink.c.
References TRACEENTER, and TRACEEXIT.
bool HDD_GetAbsolutePathByTypeFile | ( | TYPE_File * | File, |
char * | AbsFileName | ||
) |
Definition at line 4 of file HDD_GetAbsolutePathByTypeFile.c.
References TRACEENTER, and TRACEEXIT.
Referenced by HDD_GetFileTimeByTypeFile(), HDD_GetInodeByTypeFile(), HDD_isFileInUse(), and HDD_TAP_GetIDByIndex().
Definition at line 49 of file HDD_GetFileDir.c.
References DIR_DATA_FILES, DIR_INCOMING, DIR_MEDIA_FILES, DIR_MP3_FILES, DIR_PHOTO_FILES, DIR_PROGRAM_FILES, DIR_ROOT, DIR_SYSTEM_FILES, DIR_TMP, HDD_TAP_PushDir(), TRACEENTER, and TRACEEXIT.
bool HDD_GetFileSizeAndInode | ( | const char * | FileName, |
__ino64_t * | CInode, | ||
__off64_t * | FileSize | ||
) |
Definition at line 5 of file HDD_GetFileSizeAndInode.c.
References ConvertPathType(), FBLIB_DIR_SIZE, lstat64(), PF_FullLinuxPath, tstat64::st_ino, tstat64::st_size, TRACEENTER, and TRACEEXIT.
Referenced by HDD_GetInodeByFileName().
dword HDD_GetFileTimeByFileName | ( | const char * | FileName | ) |
Definition at line 5 of file HDD_GetFileTimeByFileName.c.
References ConvertPathType(), FBLIB_DIR_SIZE, lstat64(), PF_FullLinuxPath, tstat64::st_mtime, TRACEENTER, and TRACEEXIT.
Referenced by HDD_GetFileTimeByTypeFile().
dword HDD_GetFileTimeByTypeFile | ( | TYPE_File * | File | ) |
Definition at line 3 of file HDD_GetFileTimeByTypeFile.c.
References FBLIB_DIR_SIZE, HDD_GetAbsolutePathByTypeFile(), HDD_GetFileTimeByFileName(), TRACEENTER, and TRACEEXIT.
bool HDD_GetHddID | ( | char * | ModelNo, |
char * | SerialNo, | ||
char * | FirmwareNo | ||
) |
Definition at line 5 of file HDD_GetHddID.c.
References HDD_IdentifyDevice(), RTrim(), TRACEENTER, and TRACEEXIT.
__ino64_t HDD_GetInodeByFileName | ( | const char * | Filename | ) |
Definition at line 5 of file HDD_GetInodeByFileName.c.
References HDD_GetFileSizeAndInode(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_GetInodeByTypeFile().
__ino64_t HDD_GetInodeByTypeFile | ( | TYPE_File * | File | ) |
Definition at line 3 of file HDD_GetInodeByTypeFile.c.
References FBLIB_DIR_SIZE, HDD_GetAbsolutePathByTypeFile(), HDD_GetInodeByFileName(), TRACEENTER, and TRACEEXIT.
byte * HDD_GetPvrRecTsInfoPointer | ( | byte | Slot | ) |
Definition at line 4 of file HDD_GetPvrRecTsInfoPointer.c.
References FIS_vPvrRecTsInfo(), FIS_vPvrRecTsPlayInfo(), HDD_GetRecSlotFiles(), HDD_NumberOfRECSlots(), TRACEENTER, and TRACEEXIT.
byte * HDD_GetPvrRecTsPlayInfoPointer | ( | byte | Slot | ) |
Definition at line 4 of file HDD_GetPvrRecTsPlayInfoPointer.c.
References FIS_vPvrRecTempInfo(), FIS_vPvrRecTsPlayInfo(), HDD_NumberOfRECSlots(), TRACEENTER, and TRACEEXIT.
bool HDD_GetRecSlotFiles | ( | byte | Slot, |
TYPE_File ** | RecFile, | ||
TYPE_File ** | InfFile, | ||
TYPE_File ** | NavFile | ||
) |
Definition at line 4 of file HDD_GetRECSlotFiles.c.
References FIS_vhddRecordFile(), HDD_NumberOfRECSlots(), tHddRecordFile::InfFile, tHddRecordFile::NavFile, tHddRecordFile::RecFile, TRACEENTER, and TRACEEXIT.
Referenced by HDD_GetPvrRecTsInfoPointer(), and HDD_isFileInUse().
bool HDD_IdentifyDevice | ( | char * | IdentifyDeviceBuffer | ) |
Definition at line 9 of file HDD_IdentifyDevice.c.
References FBHDIO_DRIVE_CMD_HDR_SIZE, HDIO_DRIVE_CMD, SendHDDCommand(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_GetHddID().
Definition at line 5 of file HDD_InfBlockGet.c.
References ConvertPathType(), FBLIB_DIR_SIZE, fopen64(), fseeko64(), INFBLOCKMAGIC, INFBLOCKVERSION, tinfBlock::Magic, PF_FullLinuxPath, SEEK_END, stat64(), StringEndsWith(), TRACEENTER, TRACEEXIT, and tinfBlock::Version.
Referenced by HDD_RecycleSF(), and HDD_UnrecycleSF().
Definition at line 5 of file HDD_InfBlockSet.c.
References ConvertPathType(), FBLIB_DIR_SIZE, fopen64(), fseeko64(), INFBLOCKMAGIC, INFBLOCKVERSION, tinfBlock::Magic, PF_FullLinuxPath, SEEK_END, stat64(), StringEndsWith(), TRACEENTER, TRACEEXIT, and tinfBlock::Version.
Referenced by HDD_RecycleSF(), and HDD_UnrecycleSF().
bool HDD_isAnyRecording | ( | void | ) |
Definition at line 3 of file HDD_isAnyRecording.c.
References HDD_isRecording(), HDD_NumberOfRECSlots(), TRACEENTER, and TRACEEXIT.
Referenced by Reboot().
bool HDD_isCryptedStream | ( | const byte * | Buffer, |
dword | BufferSize | ||
) |
Definition at line 3 of file HDD_isCryptedStream.c.
References BufferSize, TRACEENTER, and TRACEEXIT.
bool HDD_isExtRecording | ( | void | ) |
Definition at line 3 of file HDD_isExtRecording.c.
References Appl_GetIsExternal(), bool, FIS_fwAppl_GetIsExternal(), TRACEENTER, and TRACEEXIT.
tFileInUse HDD_isFileInUse | ( | const char * | FileName | ) |
Definition at line 4 of file HDD_isFileInUse.c.
References ConvertPathType(), FBLIB_DIR_SIZE, FIU_No, FIU_Playback, FIU_PlayMP3, FIU_RecSlot1, HDD_GetAbsolutePathByTypeFile(), HDD_GetRecSlotFiles(), HDD_NumberOfRECSlots(), PF_FullLinuxPath, StringEndsWith(), TRACEENTER, and TRACEEXIT.
Referenced by FixInvalidFileName(), HDD_Delete(), HDD_Recycle(), HDD_RecycleSF(), and HDD_UnrecycleSF().
bool HDD_isRecFileName | ( | const char * | FileName | ) |
Definition at line 3 of file HDD_isRecFileName.c.
References StringEndsWith(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_Recycle(), PlayMediaFile(), and SeparateFileNameComponents().
bool HDD_isRecording | ( | byte | RecSlot | ) |
Definition at line 3 of file HDD_isRecording.c.
References TRACEENTER, and TRACEEXIT.
Referenced by HDD_isAnyRecording().
char * HDD_MakeNewRecName | ( | const char * | fname, |
word | sequence, | ||
char * | NewRecname, | ||
int | NewRecNameSize | ||
) |
Definition at line 5 of file HDD_MakeNewRecName.c.
References FBLIB_DIR_SIZE, TRACEENTER, and TRACEEXIT.
bool HDD_Move | ( | const char * | FileName, |
const char * | FromDir, | ||
const char * | ToDir | ||
) |
Definition at line 7 of file HDD_Move.c.
References ConvertPathType(), FBLIB_DIR_SIZE, HDD_Exist(), MakeUniqueFileName(), PF_LinuxPathOnly, SeparateFileNameComponents(), TRACEENTER, TRACEEXIT, and TS_FILE_NAME_SIZE.
Referenced by HDD_RecycleSF(), and HDD_UnrecycleSF().
dword HDD_NumberOfRECSlots | ( | void | ) |
Definition at line 3 of file HDD_NumberOfRECSlots.c.
References GetSysID(), LoadFirmwareDat(), tToppyInfo::MaxRecStreams, tFWDATHeader::NrOfToppyInfoEntries, tToppyInfo::SysID, TRACEENTER, and TRACEEXIT.
Referenced by FIS_vRECSlotAddress(), HDD_GetPvrRecTsInfoPointer(), HDD_GetPvrRecTsPlayInfoPointer(), HDD_GetRecSlotFiles(), HDD_isAnyRecording(), HDD_isFileInUse(), HDD_RecSlotDecode(), HDD_RecSlotEncode(), and HDD_RECSlotSetDuration().
bool HDD_RecSlotDecode | ( | byte | Slot, |
tFlashTimer * | RecSlot | ||
) |
Definition at line 4 of file HDD_RECSlotDecode.c.
References FIS_vRECSlotAddress(), FlashTimerDecode(), HDD_NumberOfRECSlots(), TRACEENTER, and TRACEEXIT.
bool HDD_RecSlotEncode | ( | byte | Slot, |
tFlashTimer * | RecSlot | ||
) |
Definition at line 3 of file HDD_RECSlotEncode.c.
References FIS_vRECSlotAddress(), FlashTimerEncode(), HDD_NumberOfRECSlots(), TRACEENTER, and TRACEEXIT.
bool HDD_RECSlotSetDuration | ( | byte | Slot, |
word | Duration | ||
) |
Definition at line 4 of file HDD_RECSlotSetDuration.c.
References FIS_vRECSlotAddress(), HDD_NumberOfRECSlots(), TRACEENTER, and TRACEEXIT.
bool HDD_Recycle | ( | const char * | FileName | ) |
Definition at line 5 of file HDD_Recycle.c.
References ConvertPathType(), FBLIB_DIR_SIZE, FIU_No, FIU_Playback, FIU_PlayMP3, FIU_RecSlot1, FIU_RecSlot2, FIU_RecSlot3, FIU_RecSlot4, HDD_Exist(), HDD_isFileInUse(), HDD_isRecFileName(), MakeUniqueFileName(), PF_FullLinuxPath, SeparateFileNameComponents(), TRACEENTER, TRACEEXIT, and TS_FILE_NAME_SIZE.
bool HDD_RecycleSF | ( | const char * | FileName | ) |
Definition at line 6 of file HDD_RecycleSF.c.
References ConvertPathType(), FBLIB_DIR_SIZE, FIU_No, FIU_Playback, FIU_PlayMP3, FIU_RecSlot1, FIU_RecSlot2, FIU_RecSlot3, FIU_RecSlot4, HDD_Exist(), HDD_FindMountPoint(), HDD_InfBlockGet(), HDD_InfBlockSet(), HDD_isFileInUse(), HDD_Move(), Now(), PF_FullLinuxPath, tinfBlock::RecoverPath, tinfBlock::RecycleDate, TRACEENTER, and TRACEEXIT.
void HDD_RemoveDir | ( | const char * | DirPath, |
bool | Recursive | ||
) |
Definition at line 6 of file HDD_RemoveDir.c.
References ConvertPathType(), FBLIB_DIR_SIZE, PF_LinuxPathOnly, TRACEENTER, and TRACEEXIT.
bool HDD_Rename | ( | const char * | FileName, |
const char * | NewFileName | ||
) |
Definition at line 5 of file HDD_Rename.c.
References ConvertPathType(), FBLIB_DIR_SIZE, HDD_Exist(), MakeUniqueFileName(), PF_FullLinuxPath, SeparateFileNameComponents(), TRACEENTER, and TRACEEXIT.
Referenced by FixInvalidFileName().
word HDD_SetExtRecording | ( | bool | ExtDisk | ) |
Definition at line 8 of file HDD_SetExtRecording.c.
References Appl_SetIsExternal(), bool, FIS_fwAppl_SetIsExternal(), FIS_vExtPartitionInfo(), FIS_vExtTsFolder(), FIS_vIsAllPartitionInvalid(), FIS_vnExtPartition(), FIS_vSelectedPartition(), textPartitionInfo::MountPath, TRACEENTER, and TRACEEXIT.
int HDD_Smart_DisableAttributeAutoSave | ( | void | ) |
Definition at line 4 of file HDD_Smart_DisableAttributeAutoSave.c.
References FBHDIO_DRIVE_TASK_HDR_SIZE, HDIO_DRIVE_TASK, SendHDDCommand(), SMART_AUTOSAVE, TRACEENTER, TRACEEXIT, and WIN_SMART.
int HDD_Smart_DisableOperations | ( | void | ) |
Definition at line 4 of file HDD_Smart_DisableOperations.c.
References FBHDIO_DRIVE_TASK_HDR_SIZE, HDIO_DRIVE_TASK, SendHDDCommand(), SMART_DISABLE, TRACEENTER, TRACEEXIT, and WIN_SMART.
int HDD_Smart_EnableAttributeAutoSave | ( | void | ) |
Definition at line 4 of file HDD_Smart_EnableAttributeAutoSave.c.
References FBHDIO_DRIVE_TASK_HDR_SIZE, HDIO_DRIVE_TASK, SendHDDCommand(), SMART_AUTOSAVE, TRACEENTER, TRACEEXIT, and WIN_SMART.
int HDD_Smart_EnableOperations | ( | void | ) |
Definition at line 4 of file HDD_Smart_EnableOperations.c.
References FBHDIO_DRIVE_TASK_HDR_SIZE, HDIO_DRIVE_TASK, SendHDDCommand(), SMART_ENABLE, TRACEENTER, TRACEEXIT, and WIN_SMART.
int HDD_Smart_ReadData | ( | word * | DataBuf | ) |
Definition at line 4 of file HDD_Smart_ReadData.c.
References FBHDIO_DRIVE_CMD_HDR_SIZE, HDIO_DRIVE_CMD, SendHDDCommand(), SMART_READ_VALUES, TRACEENTER, TRACEEXIT, and WIN_SMART.
int HDD_Smart_ReadThresholdData | ( | word * | DataBuf | ) |
Definition at line 4 of file HDD_Smart_ReadThresholdData.c.
References FBHDIO_DRIVE_CMD_HDR_SIZE, HDIO_DRIVE_CMD, SendHDDCommand(), SMART_READ_THRESHOLDS, TRACEENTER, TRACEEXIT, and WIN_SMART.
int HDD_Smart_ReturnStatus | ( | void | ) |
Definition at line 4 of file HDD_Smart_ReturnStatus.c.
References FBHDIO_DRIVE_TASK_HDR_SIZE, HDIO_DRIVE_TASK, SendHDDCommand(), SMART_STATUS, TRACEENTER, TRACEEXIT, and WIN_SMART.
dword HDD_TAP_Callback | ( | dword | TAPID, |
void * | ProcedureAddress, | ||
dword | param1, | ||
dword | param2, | ||
dword | param3, | ||
dword | param4 | ||
) |
Definition at line 3 of file HDD_TAP_Callback.c.
References FIS_vCurTapTask(), HDD_TAP_GetIndexByID(), InitTAPex(), LibInitialized, TAP_MAX, TAP_TableIndex, TRACEENTER, and TRACEEXIT.
bool HDD_TAP_CheckCollision | ( | void | ) |
Definition at line 4 of file HDD_TAP_CheckCollision.c.
References HDD_TAP_GetFileNameByIndex(), InitTAPex(), LibInitialized, TAP_TableIndex, TRACEENTER, and TRACEEXIT.
Definition at line 3 of file HDD_TAP_Disable.c.
References FIS_vTAPTable(), HDD_TAP_DisabledEventHandler(), HDD_TAP_GetIndexByID(), HDD_TAP_isDisabled(), InitTAPex(), LibInitialized, tTMSTAPTaskTable::TAP_EventHandler, TAP_TableIndex, TRACEENTER, TRACEEXIT, and tTMSTAPTaskTable::unused5.
Referenced by HDD_TAP_DisableAll().
dword HDD_TAP_DisableAll | ( | bool | DisableEvents | ) |
Definition at line 3 of file HDD_TAP_DisableAll.c.
References HDD_TAP_Disable(), HDD_TAP_GetIDByIndex(), TAP_MAX, TRACEENTER, and TRACEEXIT.
int HDD_TAP_GetCurrentDir | ( | char * | CurrentDir | ) |
Definition at line 9 of file HDD_TAP_GetCurrentDir.c.
References FIS_vTAPTable(), InitTAPex(), LibInitialized, TAP_TableIndex, TRACEENTER, and TRACEEXIT.
Referenced by ConvertPathType(), GetPathType(), HDD_TAP_PushDir(), INILocateFile(), and NoAutoStartTAP().
bool HDD_TAP_GetFileNameByIndex | ( | int | Index, |
char ** | TAPFileName | ||
) |
Definition at line 3 of file HDD_TAP_GetFileNameByIndex.c.
References FIS_vTAPTable(), TAP_MAX, TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_CheckCollision(), NoAutoStartTAP(), and SDS().
dword HDD_TAP_GetIDByFileName | ( | const char * | TAPFileName | ) |
Definition at line 3 of file HDD_TAP_GetIDByFileName.c.
References HDD_TAP_GetInfo(), tTAPInfo::TAPID, TRACEENTER, and TRACEEXIT.
dword HDD_TAP_GetIDByIndex | ( | int | TAPIndex | ) |
Definition at line 3 of file HDD_TAP_GetIDByIndex.c.
References FIS_vTAPTable(), HDD_GetAbsolutePathByTypeFile(), HDD_TAP_GetInfo(), TAP_MAX, tTAPInfo::TAPID, TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_DisableAll(), and HDD_TAP_GetIndexByID().
int HDD_TAP_GetIndexByID | ( | dword | TAPID | ) |
Definition at line 6 of file HDD_TAP_GetIndexByID.c.
References HDD_TAP_GetIDByIndex(), TAP_MAX, TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_Callback(), HDD_TAP_Disable(), HDD_TAP_isDisabled(), HDD_TAP_isRunning(), HDD_TAP_SendEvent(), and HDD_TAP_Terminate().
Definition at line 5 of file HDD_TAP_GetInfo.c.
References tTAPInfo::Author, tTAPInfo::Date, tTAPInfo::Description, ELFCleanup(), ELFGetSectionIndex(), ELFOpenFile(), ELFReadData(), ELFReadDWORD(), ELFReadELFHeader(), ELFReadSectionHeaders(), ELFReadShstrtabSection(), tTAPInfo::TAPID, tTAPInfo::TAPName, TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_GetIDByFileName(), HDD_TAP_GetIDByIndex(), HDD_TAP_Start(), and SDS().
void * HDD_TAP_GetStartParameter | ( | void | ) |
Definition at line 5 of file HDD_TAP_GetStartParameter.c.
References fbl_parametered_tap, PARAMBLOCKKEY, TYPE_Parametered_Tap::pParameterBlock, TRACEENTER, and TRACEEXIT.
bool HDD_TAP_isAnyRunning | ( | void | ) |
Definition at line 3 of file HDD_TAP_isAnyRunning.c.
References FIS_vTAPTable(), InitTAPex(), LibInitialized, TAP_MAX, TAP_TableIndex, TRACEENTER, and TRACEEXIT.
bool HDD_TAP_isBatchMode | ( | void | ) |
Definition at line 5 of file HDD_TAP_isBatchMode.c.
References BATCHMODEKEY, TRACEENTER, and TRACEEXIT.
dword HDD_TAP_isDisabled | ( | dword | TAPID | ) |
Definition at line 8 of file HDD_TAP_isDisabled.c.
References FIS_vTAPTable(), HDD_TAP_GetIndexByID(), TRACEENTER, TRACEEXIT, and tTMSTAPTaskTable::unused5.
Referenced by HDD_TAP_Disable().
bool HDD_TAP_isDisabledAll | ( | void | ) |
Definition at line 3 of file HDD_TAP_isDisabledAll.c.
References FIS_vTAPTable(), InitTAPex(), LibInitialized, TAP_MAX, TAP_TableIndex, TRACEENTER, and TRACEEXIT.
bool HDD_TAP_isRunning | ( | dword | TAPID | ) |
Definition at line 3 of file HDD_TAP_isRunning.c.
References HDD_TAP_GetIndexByID(), TRACEENTER, and TRACEEXIT.
Referenced by TAPCOM_GetStatus(), and TAPCOM_OpenChannel().
bool HDD_TAP_PopDir | ( | void | ) |
Definition at line 3 of file HDD_TAP_PopDir.c.
References HDD_ChangeDir(), TAPDirStack, TAPDirStackDepth, TRACEENTER, and TRACEEXIT.
Referenced by CrashCheck_Shutdown(), CrashCheck_Startup(), CreateRootDir(), DST_GetDefaultDSTRule(), DST_GetTransitions_Manual(), FM_LoadFontFile(), FM_MakeFontDir(), HDD_ChangeDir(), HDD_FappendOpen(), INIOpenFile(), INISaveFile(), LangLoadStrings(), LogEntryGeneric(), LogoManager_GetLogoByChannelID(), LogoManager_GetLogoByLogoName(), LogoManager_GetPathToLogoByChannelID(), LogoManager_Initialize(), LogoManager_LogoCacheLoad(), LogoManager_LogoCacheRebuild(), LogoManager_ProcessLILAdd(), LogoManager_UpdateLIL(), and WriteLog().
bool HDD_TAP_PushDir | ( | void | ) |
Definition at line 6 of file HDD_TAP_PushDir.c.
References HDD_TAP_GetCurrentDir(), TAPDIR_MAX_STACK, TAPDirStack, TAPDirStackDepth, TRACEENTER, and TRACEEXIT.
Referenced by CrashCheck_Shutdown(), CrashCheck_Startup(), CreateRootDir(), DST_GetDefaultDSTRule(), DST_GetTransitions_Manual(), FM_LoadFontFile(), FM_MakeFontDir(), HDD_ChangeDir(), HDD_FappendOpen(), HDD_GetFileDir(), INIOpenFile(), INISaveFile(), LangLoadStrings(), LogEntryGeneric(), LogoManager_GetLogoByChannelID(), LogoManager_GetLogoByLogoName(), LogoManager_GetPathToLogoByChannelID(), LogoManager_Initialize(), LogoManager_LogoCacheLoad(), LogoManager_LogoCacheRebuild(), LogoManager_ProcessLILAdd(), LogoManager_UpdateLIL(), and WriteLog().
dword HDD_TAP_SendEvent | ( | dword | TAPID, |
bool | AllowParamInterception, | ||
word | event, | ||
dword | param1, | ||
dword | param2 | ||
) |
Definition at line 3 of file HDD_TAP_SendEvent.c.
References FIS_vCurTapTask(), FIS_vTAPTable(), HDD_TAP_GetIndexByID(), InitTAPex(), LibInitialized, TAP_MAX, TAP_TableIndex, TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_Terminate(), SDS(), and TAPCOM_OpenChannel().
dword HDD_TAP_Start | ( | const char * | TAPFileName, |
bool | BatchMode, | ||
void * | ParameterBlock, | ||
dword * | TAPID | ||
) |
Definition at line 8 of file HDD_TAP_Start.c.
References Appl_ExecProgram(), ApplHdd_RestoreWorkFolder(), ApplHdd_SaveWorkFolder(), ApplHdd_SelectFolder(), ApplHdd_SetWorkFolder(), BATCHMODEKEY, ConvertPathType(), fbl_parametered_tap, FBLIB_DIR_SIZE, FIS_vHddTapFolder(), HDD_TAP_GetInfo(), TYPE_Parametered_Tap::id, tDirEntry::Magic, MAGIC, TYPE_Parametered_Tap::magic, PARAMBLOCKKEY, PF_FileNameOnly, PF_LinuxPathOnly, TYPE_Parametered_Tap::pParameterBlock, tTAPInfo::TAPID, TRACEENTER, and TRACEEXIT.
bool HDD_TAP_StartedByTAP | ( | void | ) |
Definition at line 6 of file HDD_TAP_StartedByTAP.c.
References PARAMBLOCKKEY, TRACEENTER, and TRACEEXIT.
void HDD_TAP_Terminate | ( | dword | TAPID | ) |
Definition at line 3 of file HDD_TAP_Terminate.c.
References FIS_vTAPTable(), HDD_TAP_GetIndexByID(), HDD_TAP_SendEvent(), tTMSTAPTaskTable::Status, TRACEENTER, and TRACEEXIT.
bool HDD_Unrecycle | ( | const char * | FileName | ) |
Definition at line 5 of file HDD_Unrecycle.c.
References ConvertPathType(), FBLIB_DIR_SIZE, HDD_Exist(), MakeUniqueFileName(), PF_FullLinuxPath, SeparateFileNameComponents(), TRACEENTER, TRACEEXIT, and TS_FILE_NAME_SIZE.
bool HDD_UnrecycleSF | ( | const char * | FileName | ) |
Definition at line 6 of file HDD_UnrecycleSF.c.
References ConvertPathType(), FBLIB_DIR_SIZE, FIU_No, FIU_Playback, FIU_PlayMP3, FIU_RecSlot1, FIU_RecSlot2, FIU_RecSlot3, FIU_RecSlot4, HDD_Exist(), HDD_FindMountPoint(), HDD_InfBlockGet(), HDD_InfBlockSet(), HDD_isFileInUse(), HDD_Move(), PF_FullLinuxPath, PF_LinuxPathOnly, tinfBlock::RecoverPath, tinfBlock::RecycleDate, StrReplace(), TRACEENTER, and TRACEEXIT.
bool HDD_Write | ( | void * | data, |
dword | length, | ||
TYPE_File * | f | ||
) |
Definition at line 3 of file HDD_Write.c.
References TRACEENTER, and TRACEEXIT.
bool HookFirmware | ( | char * | FirmwareFunctionName, |
void * | RedirectTo, | ||
void * | PointerToOriginal | ||
) |
Definition at line 3 of file HookFirmware.c.
References FindGotPointer(), TRACEENTER, TRACEEXIT, and TryResolve().
bool infData_Delete | ( | const char * | infFileName, |
const char * | NameTag | ||
) |
Definition at line 6 of file infData_Delete.c.
References infData_CloseFile(), infData_Flen(), infData_LocateSig(), infData_OpenFile(), infData_Truncate(), infDatainfFile, INFDATMAGIC, LogEntryFBLibPrintf(), tTFRPlusHdr::Magic, tTFRPlusHdr::NameTagLen, tTFRPlusHdr::PayloadSize, SEEK_SET, TRACEENTER, and TRACEEXIT.
Referenced by infData_Set().
bool infData_Get | ( | const char * | infFileName, |
const char * | NameTag, | ||
dword * | PayloadSize, | ||
byte ** | Payload | ||
) |
Definition at line 6 of file infData_Get.c.
References infData_CloseFile(), infData_LocateSig(), infData_OpenFile(), infDatainfFile, LogEntryFBLibPrintf(), tTFRPlusHdr::NameTagLen, tTFRPlusHdr::PayloadSize, TRACEENTER, and TRACEEXIT.
bool infData_GetNameByIndex | ( | const char * | infFileName, |
dword | NameIndex, | ||
char * | NameTag | ||
) |
Definition at line 7 of file infData_GetNameByIndex.c.
References infData_CloseFile(), infData_Flen(), infData_OpenFile(), infDatainfFile, INFDATASTART, INFDATMAGIC, tTFRPlusHdr::Magic, tTFRPlusHdr::NameTagLen, tTFRPlusHdr::PayloadSize, SEEK_CUR, SEEK_SET, TRACEENTER, and TRACEEXIT.
bool infData_isAvail | ( | const char * | infFileName, |
const char * | NameTag, | ||
dword * | PayloadSize | ||
) |
Definition at line 3 of file infData_isAvail.c.
References infData_CloseFile(), infData_LocateSig(), infData_OpenFile(), TRACEENTER, and TRACEEXIT.
bool infData_Set | ( | const char * | infFileName, |
char * | NameTag, | ||
dword | PayloadSize, | ||
byte * | Payload | ||
) |
Definition at line 7 of file infData_Set.c.
References infData_CloseFile(), infData_Delete(), infData_Flen(), infData_OpenFile(), infData_Truncate(), infDatainfFile, INFDATASTART, INFDATMAGIC, LogEntryFBLibPrintf(), tTFRPlusHdr::Magic, tTFRPlusHdr::NameTagLen, tTFRPlusHdr::PayloadSize, SEEK_END, TRACEENTER, and TRACEEXIT.
void INICloseFile | ( | void | ) |
Definition at line 5 of file INICloseFile.c.
References BufferSize, INIBuffer, INICommentBuffer, TRACEENTER, and TRACEEXIT.
Referenced by CrashCheck_Shutdown(), CrashCheck_Startup(), DST_GetDefaultDSTRule(), DST_GetTransitions_Manual(), LangLoadStrings(), LogoManager_GetLogoByChannelID(), LogoManager_GetPathToLogoByChannelID(), LogoManager_ProcessLILAdd(), and LogoManager_UpdateLIL().
bool INIGetARGB | ( | char * | Key, |
byte * | Alpha, | ||
byte * | Red, | ||
byte * | Green, | ||
byte * | Blue, | ||
dword | DefaultValue | ||
) |
Definition at line 7 of file INIGetARGB.c.
References A1555, B1555, G1555, INIFindStartEnd(), ParseLine(), R1555, TRACEENTER, and TRACEEXIT.
bool INIGetARGB8 | ( | char * | Key, |
byte * | Alpha, | ||
byte * | Red, | ||
byte * | Green, | ||
byte * | Blue, | ||
dword | DefaultValue | ||
) |
Definition at line 7 of file INIGetARGB8.c.
References A8888, B8888, G8888, INIFindStartEnd(), ParseLine(), R8888, TRACEENTER, and TRACEEXIT.
byte INIGetHexByte | ( | char * | Key, |
byte | DefaultValue, | ||
byte | MinValue, | ||
byte | MaxValue | ||
) |
Definition at line 7 of file INIGetHexByte.c.
References INIFindStartEnd(), TRACEENTER, and TRACEEXIT.
dword INIGetHexDWord | ( | char * | Key, |
dword | DefaultValue, | ||
dword | MinValue, | ||
dword | MaxValue | ||
) |
Definition at line 7 of file INIGetHexDWord.c.
References INIFindStartEnd(), TRACEENTER, and TRACEEXIT.
word INIGetHexWord | ( | char * | Key, |
word | DefaultValue, | ||
word | MinValue, | ||
word | MaxValue | ||
) |
Definition at line 7 of file INIGetHexWord.c.
References INIFindStartEnd(), TRACEENTER, and TRACEEXIT.
long int INIGetInt | ( | char * | Key, |
long int | DefaultValue, | ||
long int | MinValue, | ||
long int | MaxValue | ||
) |
Definition at line 7 of file INIGetInt.c.
References INIFindStartEnd(), TRACEENTER, and TRACEEXIT.
Referenced by CrashCheck_Startup().
bool INIGetRGB | ( | char * | Key, |
byte * | Red, | ||
byte * | Green, | ||
byte * | Blue, | ||
dword | DefaultValue | ||
) |
Definition at line 9 of file INIGetRGB.c.
References B1555, G1555, INIFindStartEnd(), ParseLine(), R1555, TRACEENTER, and TRACEEXIT.
bool INIGetRGB8 | ( | char * | Key, |
byte * | Red, | ||
byte * | Green, | ||
byte * | Blue, | ||
dword | DefaultValue | ||
) |
Definition at line 9 of file INIGetRGB8.c.
References INIFindStartEnd(), ParseLine(), TRACEENTER, and TRACEEXIT.
bool INIGetString | ( | char * | Key, |
char * | Value, | ||
char * | DefaultValue, | ||
dword | MaxLength | ||
) |
Definition at line 5 of file INIGetString.c.
References INIFindStartEnd(), TRACEENTER, and TRACEEXIT.
Referenced by DST_GetDefaultDSTRule(), DST_GetTransitions_Manual(), LangLoadStrings(), LogoManager_GetLogoByChannelID(), and LogoManager_GetPathToLogoByChannelID().
bool INIKeyExists | ( | char * | Key | ) |
Definition at line 5 of file INIKeyExists.c.
References BufferSize, INIBuffer, INIFindStartEnd(), TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_UpdateLIL().
void INIKillKey | ( | char * | Key | ) |
Definition at line 5 of file INIKillKey.c.
References BufferSize, INIBuffer, INIFindStartEnd(), TRACEENTER, and TRACEEXIT.
INILOCATION INILocateFile | ( | char * | FileName, |
char * | AppName | ||
) |
Definition at line 7 of file INILocateFile.c.
References HDD_ChangeDir(), HDD_TAP_GetCurrentDir(), INILOCATION_AtAppName, INILOCATION_AtCurrentDir, INILOCATION_AtProgramFiles, INILOCATION_AtSettings, INILOCATION_NotFound, TRACEENTER, and TRACEEXIT.
Referenced by INIOpenFile().
INILOCATION INIOpenFile | ( | char * | FileName, |
char * | AppName | ||
) |
Definition at line 9 of file INIOpenFile.c.
References BufferSize, HDD_TAP_PopDir(), HDD_TAP_PushDir(), INIBuffer, INILocateFile(), INILOCATION_NewFile, INILOCATION_NotFound, TRACEENTER, and TRACEEXIT.
Referenced by CrashCheck_Shutdown(), CrashCheck_Startup(), DST_GetDefaultDSTRule(), DST_GetTransitions_Manual(), LangLoadStrings(), LogoManager_GetLogoByChannelID(), LogoManager_GetPathToLogoByChannelID(), LogoManager_ProcessLILAdd(), and LogoManager_UpdateLIL().
bool INISaveFile | ( | char * | FileName, |
INILOCATION | INILocation, | ||
char * | AppName | ||
) |
Definition at line 6 of file INISaveFile.c.
References HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), INIBuffer, INILOCATION_AtAppName, INILOCATION_AtCurrentDir, INILOCATION_AtProgramFiles, INILOCATION_AtSettings, INILOCATION_NrENUMs, TRACEENTER, and TRACEEXIT.
Referenced by CrashCheck_Shutdown(), CrashCheck_Startup(), and LogoManager_ProcessLILAdd().
void INISetARGB | ( | char * | Key, |
byte | Alpha, | ||
byte | Red, | ||
byte | Green, | ||
byte | Blue | ||
) |
Definition at line 4 of file INISetARGB.c.
References INISetString(), TRACEENTER, and TRACEEXIT.
void INISetARGB8 | ( | char * | Key, |
byte | Alpha, | ||
byte | Red, | ||
byte | Green, | ||
byte | Blue | ||
) |
Definition at line 4 of file INISetARGB8.c.
References INISetString(), TRACEENTER, and TRACEEXIT.
void INISetHexByte | ( | char * | Key, |
byte | Value | ||
) |
Definition at line 4 of file INISetHexByte.c.
References INISetString(), TRACEENTER, and TRACEEXIT.
void INISetHexDWord | ( | char * | Key, |
dword | Value | ||
) |
Definition at line 4 of file INISetHexDWord.c.
References INISetString(), TRACEENTER, and TRACEEXIT.
void INISetHexWord | ( | char * | Key, |
word | Value | ||
) |
Definition at line 4 of file INISetHexWord.c.
References INISetString(), TRACEENTER, and TRACEEXIT.
void INISetInt | ( | char * | Key, |
long int | Value | ||
) |
Definition at line 4 of file INISetInt.c.
References INISetString(), TRACEENTER, and TRACEEXIT.
Referenced by CrashCheck_Shutdown(), and CrashCheck_Startup().
void INISetRGB | ( | char * | Key, |
byte | Red, | ||
byte | Green, | ||
byte | Blue | ||
) |
Definition at line 4 of file INISetRGB.c.
References INISetString(), TRACEENTER, and TRACEEXIT.
void INISetRGB8 | ( | char * | Key, |
byte | Red, | ||
byte | Green, | ||
byte | Blue | ||
) |
Definition at line 4 of file INISetRGB8.c.
References INISetString(), TRACEENTER, and TRACEEXIT.
void INISetString | ( | char * | Key, |
char * | Value | ||
) |
Definition at line 6 of file INISetString.c.
References BufferSize, INIBuffer, INIFindStartEnd(), TRACEENTER, and TRACEEXIT.
Referenced by INISetARGB(), INISetARGB8(), INISetHexByte(), INISetHexDWord(), INISetHexWord(), INISetInt(), INISetRGB(), INISetRGB8(), and LogoManager_ProcessLILAdd().
bool InitTAPex | ( | void | ) |
Definition at line 10 of file InitTAPex.c.
References ApplID, FIS_vCurTapTask(), LibInitialized, TAP_TableIndex, TRACEENTER, and TRACEEXIT.
Referenced by HDD_TAP_Callback(), HDD_TAP_CheckCollision(), HDD_TAP_Disable(), HDD_TAP_GetCurrentDir(), HDD_TAP_isAnyRunning(), HDD_TAP_isDisabledAll(), HDD_TAP_SendEvent(), KeyTranslate(), NoAutoStartTAP(), SDS(), and TAPCOM_OpenChannel().
void InitTAPexFailedMsg | ( | char * | ProgramName | ) |
Definition at line 3 of file InitTAPexFailedMsg.c.
References ApplID, GetSysID(), ShowMessageWin(), TRACEENTER, and TRACEEXIT.
void InsertAt | ( | const char * | SourceString, |
int | Pos, | ||
char * | NewString | ||
) |
Definition at line 4 of file InsertAt.c.
References GetUCPos(), SkipCharTableBytes(), strlenUC(), TRACEENTER, and TRACEEXIT.
Referenced by FixInvalidFileName(), FM_PutStringAA(), FMUC_PutStringAA(), and OSDMenuKeyboard_EventHandler().
bool isAnyOSDVisible | ( | dword | CheckX, |
dword | CheckY, | ||
dword | CheckW, | ||
dword | CheckH | ||
) |
Definition at line 3 of file isAnyOSDVisible.c.
References isAnyOSDVisibleEx(), TRACEENTER, and TRACEEXIT.
bool isAnyOSDVisibleEx | ( | dword | CheckX, |
dword | CheckY, | ||
dword | CheckW, | ||
dword | CheckH, | ||
byte | Plane | ||
) |
Definition at line 3 of file isAnyOSDVisibleEx.c.
References TRACEENTER, and TRACEEXIT.
Referenced by isAnyOSDVisible().
bool isDirectSvcNumVisible | ( | void | ) |
Definition at line 3 of file isDirectSvcNumVisible.c.
References FIS_vDirectSvcNumTimerId(), TRACEENTER, and TRACEEXIT.
bool isIceTVToppy | ( | void | ) |
Definition at line 3 of file isIceTVToppy.c.
References FIS_fwApplIcelink_EitFromHdd(), TRACEENTER, and TRACEEXIT.
bool isInfoBoxVisible | ( | void | ) |
Definition at line 3 of file isInfoBoxVisible.c.
References FIS_vIboxTimerId(), TRACEENTER, and TRACEEXIT.
bool isMJD | ( | dword | MJD | ) |
Definition at line 3 of file isMJD.c.
References MJD, TRACEENTER, and TRACEEXIT.
char * iso639_1 | ( | int | OSDLan | ) |
Definition at line 3 of file iso639_1.c.
References LAN_Bulgarian, LAN_Czech, LAN_Persian, LAN_Slovak, LAN_Suomi, LAN_Thai, TRACEENTER, and TRACEEXIT.
Referenced by LangLoadStrings().
char * iso639_2 | ( | int | OSDLan | ) |
Definition at line 3 of file iso639_2.c.
References LAN_Bulgarian, LAN_Czech, LAN_Persian, LAN_Slovak, LAN_Suomi, LAN_Thai, TRACEENTER, and TRACEEXIT.
bool isOnMainTuner | ( | int | SvcType, |
int | SvcNum | ||
) |
Definition at line 3 of file isOnMainTuner.c.
References TRACEENTER, and TRACEEXIT.
bool isOSDRegionAlive | ( | word | Region | ) |
Definition at line 3 of file isOSDRegionAlive.c.
References GetOSDRegionHeight(), GetOSDRegionWidth(), TRACEENTER, and TRACEEXIT.
Referenced by TAP_Osd_FillBox_Chk(), TAP_Osd_PutPixel_Chk(), TAP_Osd_RestoreBox_Chk(), and TAP_Osd_SaveBox_Chk().
bool isPIPActive | ( | void | ) |
Definition at line 3 of file isPIPActive.c.
References FIS_vIsPipActive(), TRACEENTER, and TRACEEXIT.
bool isUTF8Char | ( | const byte * | p, |
byte * | BytesPerChar | ||
) |
Definition at line 3 of file isUTF8Char.c.
References TRACEENTER, and TRACEEXIT.
Referenced by GetStringEncoding(), isLegalChar(), LowerCase(), OSDMenuKeyboard_Draw(), strlenUC(), StrToUTF8(), UpperCase(), and ValidFileName().
bool isUTFToppy | ( | void | ) |
Definition at line 3 of file isUTFToppy.c.
References FIS_fwAppl_ConvertToValidUTF8Str(), TRACEENTER, and TRACEEXIT.
Referenced by FixInvalidFileName(), HDD_ChangeDir(), LogEntry(), and LogEntryGeneric().
Definition at line 60 of file KeyTranslateHook.c.
References FIS_vTAPTable(), InitTAPex(), KeyTranslateHook(), LibInitialized, LoadFirmwareDat(), tFWDATHeader::NrOfToppyInfoEntries, Original_TAP_EventHandler, tToppyInfo::RemoteType, RemoteType, tToppyInfo::SysID, tTMSTAPTaskTable::TAP_EventHandler, TAP_TableIndex, TRACEENTER, and TRACEEXIT.
char * LangGetString | ( | dword | StringID | ) |
Definition at line 4 of file LangGetString.c.
References LangNrStrings, LangStringPtr, LangStrings, TRACEENTER, and TRACEEXIT.
Referenced by LangGetStringDefault().
char * LangGetStringDefault | ( | dword | StringID, |
char * | DefaultString | ||
) |
Definition at line 4 of file LangGetStringDefault.c.
References LangGetString(), TRACEENTER, and TRACEEXIT.
INILOCATION LangLoadStrings | ( | char * | LangFile, |
dword | NrStrings, | ||
int | FallbackLang, | ||
char * | AppName | ||
) |
Definition at line 10 of file LangLoadStrings.c.
References BufferSize, HDD_TAP_PopDir(), HDD_TAP_PushDir(), INIBuffer, INICloseFile(), INICommentBuffer, INIGetString(), INILOCATION_AtCurrentDir, INILOCATION_NewFile, INILOCATION_NotFound, INIOpenFile(), iso639_1(), LAN_Bulgarian, LangNrStrings, LangStringPtr, LangStrings, LangUnloadStrings(), TRACEENTER, and TRACEEXIT.
void LangUnloadStrings | ( | void | ) |
Definition at line 5 of file LangUnloadStrings.c.
References LangNrStrings, LangStringPtr, LangStrings, TRACEENTER, and TRACEEXIT.
Referenced by LangLoadStrings().
bool LoadFirmwareDat | ( | tFWDATHeader ** | FWDatHeader, |
tToppyInfo ** | ToppyInfo, | ||
tFWInfo ** | FWInfo | ||
) |
Definition at line 7 of file LoadFirmwareDat.c.
References FBLIB_DIR_SIZE, FIRMWAREDAT, tFWDATHeader::FWInfoLayoutVersion, tFWDATHeader::Magic, tFWDATHeader::NrOfToppyInfoEntries, TAPFSROOT, tFWDATHeader::ToppyInfoLayoutVersion, TRACEENTER, and TRACEEXIT.
Referenced by FirmwareDatMJD(), GetRecExtension(), GetSystemType(), GetToppyString(), HDD_NumberOfRECSlots(), and KeyTranslate().
dword LocalTime2UTC | ( | dword | LocalTime, |
short * | Offset | ||
) |
Definition at line 3 of file LocalTime2UTC.c.
References AddTime(), DST_GetDefaultDSTRule(), DST_GetTransitions_Europe(), DST_GetTransitions_Manual(), DSTR_Europe, DSTR_Firmware, DSTR_Manual, DSTR_Undefined, DSTRule, GetCurrentTimeZone(), TRACEENTER, and TRACEEXIT.
Referenced by Appl_GetSameTimeEvent().
void LogEntry | ( | char * | FileName, |
char * | ProgramName, | ||
bool | Console, | ||
eTimeStampFormat | TimeStampFormat, | ||
char * | Text | ||
) |
Definition at line 10 of file LogEntry.c.
References ConvertPathType(), FBLIB_DIR_SIZE, isUTFToppy(), Now(), PF_FullLinuxPath, PvrTimeToLinux(), StrToISOAlloc(), TAP_Print, TimeFormat(), TIMESTAMP_NONE, TRACEENTER, and TRACEEXIT.
Referenced by LogEntryPrintf(), and WriteLog().
void LogEntryGeneric | ( | char * | ProgramName, |
bool | Console, | ||
char * | Text | ||
) |
Definition at line 6 of file LogEntryGeneric.c.
References FILENAME, HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), isUTFToppy(), Now(), SEEK_END, StrToISOAlloc(), TAP_Print, TimeFormat(), TIMESTAMP_YMDHMS, TRACEENTER, and TRACEEXIT.
Referenced by LogEntryGenericPrintf().
void LogEntryGenericPrintf | ( | char * | ProgramName, |
bool | Console, | ||
char * | format, | ||
... | |||
) |
Definition at line 8 of file LogEntryGenericPrintf.c.
References LogEntryGeneric(), TRACEENTER, TRACEEXIT, and vsnprintf().
void LogEntryPrintf | ( | char * | FileName, |
char * | ProgramName, | ||
bool | Console, | ||
eTimeStampFormat | TimeStampFormat, | ||
char * | format, | ||
... | |||
) |
Definition at line 8 of file LogEntryPrintf.c.
References LogEntry(), TRACEENTER, TRACEEXIT, and vsnprintf().
ulong64 LogoManager_CalculateChannelID | ( | word | SatLongitude, |
word | NetworkID, | ||
word | TSID, | ||
word | ServiceID | ||
) |
Definition at line 6 of file LogoManager_CalculateChannelID.c.
References TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_GetChannelID(), and LogoManager_UpdateLIL().
char * LogoManager_ChannelNameToLogoName | ( | char * | ChannelName, |
char * | LogoName, | ||
int | LogoNameSize | ||
) |
Definition at line 6 of file LogoManager_ChannelNameToLogoName.c.
References ControlChars, DeleteAt(), LFChars, LowerCase(), MakeValidFileName(), SkipCharTableBytes(), StrMkISO(), StrReplace(), TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_GetLogoByChannelName(), and LogoManager_UpdateLIL().
void LogoManager_Cleanup | ( | void | ) |
Definition at line 6 of file LogoManager_Cleanup.c.
References LogoManager_LogoData, LogoManager_LUTInitialized, LogoManager_NrLogos, TRACEENTER, and TRACEEXIT.
void LogoManager_CleanupMemory | ( | void | ) |
Definition at line 6 of file LogoManager_CleanupMemory.c.
References tLogoData::grData, LogoManager_LogoData, LogoManager_NrLogos, TRACEENTER, and TRACEEXIT.
ulong64 LogoManager_GetChannelID | ( | int | SvcType, |
int | SvcNum | ||
) |
Definition at line 6 of file LogoManager_GetChannelID.c.
References FlashSatTablesGetInfo(), FlashServiceGetInfo(), FlashTransponderTablesGetInfo(), LogoManager_CalculateChannelID(), tFlashTransponderTable::OriginalNetworkID, tFlashService::SatIndex, tFlashSatTable::SatPosition, tFlashService::ServiceID, TRACEENTER, TRACEEXIT, tFlashService::TransponderIndex, and tFlashTransponderTable::TSID.
Referenced by LogoManager_GetLogoByChannel(), and LogoManager_GetServiceNumByChannelID().
char * LogoManager_GetDirectory | ( | tLogoStyle | LogoStyle, |
tLogoAspect | LogoAR, | ||
char * | LogoPath | ||
) |
Definition at line 6 of file LogoManager_GetDirectory.c.
References LGAR_169, LGAR_43, LGST_3pgstyle, LGST_QtstyleBlue, LGST_QtstyleGrey, LGST_QtstyleTMS, LGST_TransBlack, LGST_TransIBBlue, LGST_TransIBGrey, LGST_TransQTBlue, LGST_TransQTGrey, LOGOROOT, TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_GetPathToLogoByChannelID(), and LogoManager_LogoCacheRebuild().
TYPE_GrData * LogoManager_GetLogoByChannel | ( | int | SvcType, |
int | SvcNum, | ||
tLogoStyle | LogoStyle, | ||
tLogoSize | LogoSize, | ||
tLogoAspect | LogoAR | ||
) |
Definition at line 6 of file LogoManager_GetLogoByChannel.c.
References FlashServiceGetInfo(), LogoManager_CB, LogoManager_GetChannelID(), LogoManager_GetLogoByChannelID(), LogoManager_GetLogoByChannelName(), LogoManager_Initialize(), tFlashService::ServiceName, TRACEENTER, and TRACEEXIT.
TYPE_GrData * LogoManager_GetLogoByChannelID | ( | ulong64 | ChannelID, |
tLogoStyle | LogoStyle, | ||
tLogoSize | LogoSize, | ||
tLogoAspect | LogoAR | ||
) |
Definition at line 7 of file LogoManager_GetLogoByChannelID.c.
References tLogoData::grData, HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), INICloseFile(), INIGetString(), INIOpenFile(), LILNAME, LOGOCACHE, LogoManager_CB, LogoManager_GetLogoByLogoName(), LogoManager_Initialize(), LogoManager_LogoData, LogoManager_NrLogos, LOGOROOT, SEEK_SET, TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_GetLogoByChannel().
TYPE_GrData * LogoManager_GetLogoByChannelName | ( | char * | ChannelName, |
tLogoStyle | LogoStyle, | ||
tLogoSize | LogoSize, | ||
tLogoAspect | LogoAR | ||
) |
Definition at line 6 of file LogoManager_GetLogoByChannelName.c.
References FBLIB_DIR_SIZE, LogoManager_ChannelNameToLogoName(), LogoManager_GetLogoByLogoName(), TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_GetLogoByChannel().
TYPE_GrData * LogoManager_GetLogoByLogoName | ( | char * | LogoName, |
tLogoStyle | LogoStyle, | ||
tLogoSize | LogoSize, | ||
tLogoAspect | LogoAR | ||
) |
Definition at line 6 of file LogoManager_GetLogoByLogoName.c.
References tLogoData::grData, HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), LOGOCACHE, LogoManager_CB, LogoManager_Initialize(), LogoManager_LogoData, LogoManager_NrLogos, LOGOROOT, SEEK_SET, TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_GetLogoByChannelID(), and LogoManager_GetLogoByChannelName().
char * LogoManager_GetPathToLogoByChannelID | ( | ulong64 | ChannelID, |
tLogoStyle | LogoStyle, | ||
tLogoSize | LogoSize, | ||
tLogoAspect | LogoAR, | ||
char * | LogoPath | ||
) |
Definition at line 7 of file LogoManager_GetLogoFileNameByChannelID.c.
References FBLIB_DIR_SIZE, HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), INICloseFile(), INIGetString(), INIOpenFile(), LGSZ_ibl, LGSZ_qsl, LGSZ_qtl, LILNAME, LogoManager_CB, LogoManager_GetDirectory(), LogoManager_Initialize(), LOGOROOT, TRACEENTER, and TRACEEXIT.
bool LogoManager_GetServiceNumByChannelID | ( | ulong64 | ChannelID, |
int * | SvcType, | ||
int * | SvcNum | ||
) |
Definition at line 4 of file LogoManager_GetServiceNumByChannelID.c.
References LogoManager_GetChannelID(), TRACEENTER, and TRACEEXIT.
void LogoManager_Initialize | ( | void * | CallbackRoutine | ) |
Definition at line 13 of file LogoManager_Initialize.c.
References DIR_LOGOS, DIR_PROGRAMFILES, DIR_SETTINGS, HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), LILNAME, LOGOCACHE, LogoManager_CB, LogoManager_LogoCacheLoad(), LogoManager_LUTInitialized, LogoManager_MoveExternalUpdates(), LogoManager_ProcessLILAdd(), LogoManager_UpdateLIL(), LOGOPACK, LOGOROOT, TAPFSROOT, TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_GetLogoByChannel(), LogoManager_GetLogoByChannelID(), LogoManager_GetLogoByLogoName(), and LogoManager_GetPathToLogoByChannelID().
bool LogoManager_LogoCacheLoad | ( | void | ) |
Definition at line 6 of file LogoManager_LogoCacheLoad.c.
References HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), LOGOCACHE, LOGOCACHEID, LOGOCACHEVERSION, LogoManager_CB, LogoManager_LogoCacheRebuild(), LogoManager_LogoData, LogoManager_NrLogos, LOGOROOT, TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_Initialize().
void LogoManager_LogoCacheRebuild | ( | void | ) |
Definition at line 6 of file LogoManager_LogoCacheRebuild.c.
References tLogoData::Aspect, BufferSize, tLogoData::CachePosition, tLogoData::ChannelID, CompressTFD(), FBLIB_DIR_SIZE, FixInvalidFileName(), tLogoData::grData, tLogoData::grDataSize, HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), LGAR_43, LGAR_NRITEMS, LGST_3pgstyle, LGST_NRITEMS, LGSZ_ibl, LGSZ_qsl, LGSZ_qtl, LOGOCACHE, LOGOCACHEID, LOGOCACHEVERSION, LogoManager_CB, LogoManager_GetDirectory(), LogoManager_LogoData, LogoManager_NrLogos, tLogoData::LogoName, LOGOROOT, MAXLOGONAME, SEEK_SET, tLogoData::Size, StringEndsWith(), tLogoData::Style, TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_LogoCacheLoad().
bool LogoManager_LogosAvailable | ( | tLogoStyle | LogoStyle | ) |
Definition at line 6 of file LogoManager_LogosAvailable.c.
References LogoManager_LogoData, LogoManager_NrLogos, TRACEENTER, and TRACEEXIT.
void LogoManager_MoveExternalUpdates | ( | void | ) |
Definition at line 6 of file LogoManager_MoveExternalUpdates.c.
References LOGOROOT, TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_Initialize().
void LogoManager_ProcessLILAdd | ( | char * | AddFileName | ) |
Definition at line 6 of file LogoManager_ProcessLILAdd.c.
References ExtractLine(), HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), INICloseFile(), INILOCATION_AtCurrentDir, INIOpenFile(), INISaveFile(), INISetString(), LILNAME, LOGOROOT, LowerCase(), TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_Initialize().
int LogoManager_UpdateLIL | ( | void | ) |
Definition at line 7 of file LogoManager_UpdateLIL.c.
References FlashSatTablesGetInfo(), GetSystemType(), HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), INICloseFile(), INIKeyExists(), INIOpenFile(), LILNAME, LogoManager_CalculateChannelID(), LogoManager_CB, LogoManager_ChannelNameToLogoName(), LOGOROOT, MAXLOGONAME, Now(), tFlashSatTable::SatPosition, SEEK_END, ST_S, ST_TMSS, TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_Initialize().
void LowerCase | ( | char * | string | ) |
Definition at line 5 of file LowerCase.c.
References AnsiLower, AnsiUpper, isUTF8Char(), TRACEENTER, TRACEEXIT, UTF8Lower, and UTF8Upper.
Referenced by DST_GetDefaultDSTRule(), LogoManager_ChannelNameToLogoName(), and LogoManager_ProcessLILAdd().
void MakeUniqueFileName | ( | char * | FileName | ) |
Definition at line 4 of file MakeUniqueFileName.c.
References FBLIB_DIR_SIZE, HDD_Exist(), SeparateFileNameComponents(), TRACEENTER, TRACEEXIT, and TS_FILE_NAME_SIZE.
Referenced by FixInvalidFileName(), HDD_Move(), HDD_Recycle(), HDD_Rename(), and HDD_Unrecycle().
void MakeValidFileName | ( | char * | strName, |
eRemoveChars | ControlCharacters | ||
) |
Definition at line 4 of file MakeValidFileName.c.
References FBLIB_DIR_SIZE, TRACEENTER, TRACEEXIT, and ValidFileName().
Referenced by FixInvalidFileName(), FMUC_PutStringAA(), and LogoManager_ChannelNameToLogoName().
bool MD5File | ( | char * | FileName, |
byte * | Digest | ||
) |
Definition at line 391 of file Md5.c.
References ConvertPathType(), MD5_CTX::digest, FBLIB_DIR_SIZE, MD5Final(), MD5Init(), MD5Update(), PF_FullLinuxPath, TRACEENTER, and TRACEEXIT.
bool MD5String | ( | char * | inString, |
byte * | Digest | ||
) |
Definition at line 368 of file Md5.c.
References MD5_CTX::digest, MD5Final(), MD5Init(), MD5Update(), TRACEENTER, and TRACEEXIT.
bool NoAutoStartTAP | ( | void | ) |
Definition at line 6 of file NoAutoStartTAP.c.
References FBLIB_DIR_SIZE, HDD_TAP_GetCurrentDir(), HDD_TAP_GetFileNameByIndex(), InitTAPex(), LibInitialized, TAP_TableIndex, TRACEENTER, and TRACEEXIT.
dword Now | ( | byte * | Sec | ) |
Definition at line 3 of file Now.c.
References DATE, MJD, TRACEENTER, and TRACEEXIT.
Referenced by Appl_GetSameTimeEvent(), DST_CalcTransition(), DST_GetTransitions_Manual(), HDD_RecycleSF(), LogEntry(), LogEntryFBLibPrintf(), LogEntryGeneric(), and LogoManager_UpdateLIL().
dword OATH | ( | register byte * | data, |
int | len, | ||
dword | hash | ||
) |
void OSDCopy | ( | word | rgn, |
dword | x, | ||
dword | y, | ||
dword | w, | ||
dword | h, | ||
word | items, | ||
eCopyDirection | direction | ||
) |
Definition at line 3 of file OSDCopy.c.
References GetOSDRegionHeight(), GetOSDRegionWidth(), TAP_Osd_Copy_Chk(), TRACEENTER, TRACEEXIT, and X.
void OSDMemoInitialize | ( | bool | ScrollLoop, |
const char * | TitleLeft, | ||
const char * | TitleRight, | ||
const char * | Text | ||
) |
Definition at line 4 of file OSDMemoInitialize.c.
References CurrentMenuLevel, tMenu::MemoText, Menu, tMenu::NrLines, OMDM_Memo, OSDMemoFormatText(), tMenu::OSDMenuDisplayMode, OSDMenuInitialize(), StrReplace(), TRACEENTER, and TRACEEXIT.
void OSDMenuButtonAdd | ( | dword | Line, |
tButtonIcon | ButtonIcon, | ||
TYPE_GrData * | ButtonGd, | ||
const char * | Text | ||
) |
Definition at line 4 of file OSDMenuButtonAdd.c.
References ButtonColor, tMenu::Buttons, ButtonsDirty, tMenu::ButtonXStart, tButtons::Color, CurrentMenuLevel, FMUC_GetStringWidth(), tMenu::FontButtons, MAXBUTTONS, Menu, tMenu::NrButtons, OMDM_ListBox, tMenu::OSDMenuDisplayMode, OSDMenuGetIconPointer(), tButtons::pButtonGd, STDSTRINGSIZE, tButtons::Text, TRACEENTER, TRACEEXIT, tButtons::X, and tButtons::Y.
void OSDMenuButtonColor | ( | dword | Color | ) |
Definition at line 4 of file OSDMenuButtonColor.c.
References ButtonColor, TRACEENTER, and TRACEEXIT.
void OSDMenuButtonModifyText | ( | dword | ButtonIndex, |
const char * | Text | ||
) |
Definition at line 4 of file OSDMenuButtonModifyText.c.
References tMenu::Buttons, ButtonsDirty, CurrentMenuLevel, Menu, STDSTRINGSIZE, tButtons::Text, TRACEENTER, and TRACEEXIT.
void OSDMenuButtonsClear | ( | void | ) |
Definition at line 3 of file OSDMenuButtonsClear.c.
References ButtonColor, ButtonsDirty, CurrentMenuLevel, Menu, tMenu::NrButtons, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuInitialize(), and OSDMenuListBoxInitialize().
dword OSDMenuColorPickerColor | ( | void | ) |
Definition at line 3 of file OSDMenuColorPickerColor.c.
References ColorPickerColor, TRACEENTER, and TRACEEXIT.
void OSDMenuColorPickerDestroy | ( | void | ) |
Definition at line 3 of file OSDMenuColorPickerDestroy.c.
References _InfoBox_Gd, ColorPickerOSDRgn, FIS_vOsdMap(), InfoBoxOSDRgn, InfoBoxSaveArea, InfoBoxSaveAreaX, InfoBoxSaveAreaY, MessageBoxOSDRgn, MyOSDRgn, OSDRgn, ProgressBarOSDRgn, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuEvent().
bool OSDMenuColorPickerIsVisible | ( | void | ) |
Definition at line 3 of file OSDMenuColorPickerIsVisible.c.
References ColorPickerOSDRgn, TRACEENTER, and TRACEEXIT.
void OSDMenuColorPickerShow | ( | const char * | Title, |
dword | DefaultColor | ||
) |
Definition at line 4 of file OSDMenuColorPickerShow.c.
References _Button_blue_Gd, _Button_exit_Gd, _Button_green_Gd, _Button_ok_Gd, _Button_red_Gd, _ColorPicker_Gd, _InfoBox_Gd, CCS_Blue, CCS_Green, CCS_Red, ColorPickerColor, ColorPickerDefaultColor, ColorPickerLastCursorBlue, ColorPickerLastCursorGreen, ColorPickerLastCursorRed, ColorPickerOSDRgn, CurrentColorSelected, FIS_vOsdMap(), InfoBoxSaveArea, InfoBoxSaveAreaX, InfoBoxSaveAreaY, MyOSDRgn, OSDMenuColorPickerDrawCursor(), OSDMenuPutS(), OSDRgn, TRACEENTER, and TRACEEXIT.
void OSDMenuDestroy | ( | void | ) |
Definition at line 4 of file OSDMenuDestroy.c.
References tMenu::CallbackProcedure, ColorPickerOSDRgn, CurrentMenuLevel, InfoBoxOSDRgn, tMenu::Item, LCT_NRCURSORS, tMenu::MemoText, Menu, MessageBoxOSDRgn, OSDMenuFreeStdFonts(), OSDMenuLastCursor, OSDMenuSelectionBarRgn, OSDRgn, ProgressBarOSDRgn, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuListBoxDestroy().
void OSDMenuDestroyNoOSDUpdate | ( | void | ) |
Definition at line 4 of file OSDMenuDestroyNoOSDUpdate.c.
References tMenu::CallbackProcedure, CurrentMenuLevel, tMenu::Item, LCT_NRCURSORS, tMenu::MemoText, Menu, OSDMenuFreeStdFonts(), OSDMenuLastCursor, OSDMenuSelectionBarRgn, OSDRgn, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuListBoxDestroyNoOSDUpdate().
bool OSDMenuEvent | ( | word * | event, |
dword * | param1, | ||
dword * | param2 | ||
) |
Definition at line 3 of file OSDMenuEvent.c.
References CCS_Blue, CCS_Green, CCS_Red, ColorPickerColor, ColorPickerDefaultColor, ColorPickerOSDRgn, tMessageBox::CurrentButton, CurrentColorSelected, CurrentMenuLevel, InfoBoxOSDRgn, InfoBoxTimeOut, LastUnprocessedOSDMenuKey, Menu, MessageBox, MessageBoxAllowScrollOver, MessageBoxNoNormalMode, MessageBoxOSDRgn, tMessageBox::NrButtons, OSDMenuColorPickerDestroy(), OSDMenuColorPickerDrawCursor(), OSDMenuInfoBoxDestroy(), OSDMenuMessageBoxDestroy(), OSDMenuMessageBoxDestroyNoOSDUpdate(), OSDMenuMessageBoxShow(), OSDMenuScrollDown(), OSDMenuScrollPageDown(), OSDMenuScrollPageUp(), OSDMenuScrollUp(), OSDMenuUpdate(), OSDMenuWaitSpinnerIdle(), OSDRgn, RKEY_Blue, RKEY_Green, RKEY_Red, TRACEENTER, TRACEEXIT, and WaitSpinnerRgn.
int OSDMenuFindNextSelectableEntry | ( | int | CurrentSelection | ) |
Definition at line 3 of file OSDMenuFindNextSelectableEntry.c.
References CurrentMenuLevel, tMenu::Item, Menu, tMenu::NrItems, tMenu::ScrollLoop, tItem::Selectable, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuScrollDown(), OSDMenuScrollHome(), and OSDMenuScrollPageDown().
int OSDMenuFindPreviousSelectableEntry | ( | int | CurrentSelection | ) |
Definition at line 3 of file OSDMenuFindPreviousSelectableEntry.c.
References CurrentMenuLevel, tMenu::Item, Menu, tMenu::NrItems, tMenu::ScrollLoop, tItem::Selectable, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuScrollEnd(), OSDMenuScrollPageUp(), and OSDMenuScrollUp().
tButtonIcon OSDMenuGetButtonIcon | ( | dword | key | ) |
Definition at line 3 of file OSDMenuGetButtonIcon.c.
References BI_0, BI_1, BI_2, BI_3, BI_4, BI_5, BI_6, BI_7, BI_8, BI_9, BI_AR, BI_Audio, BI_Blue, BI_Cut, BI_Down, BI_Exit, BI_Fav, BI_Ffwd, BI_FileList, BI_Green, BI_Guide, BI_Info, BI_JumpEnd, BI_JumpStart, BI_Left, BI_M, BI_Menu, BI_Mute, BI_None, BI_Ok, BI_Pause, BI_Play, BI_ProgMinus, BI_ProgPlus, BI_Recall, BI_Record, BI_Red, BI_Right, BI_Rwd, BI_Sat, BI_Sleep, BI_Step, BI_Stop, BI_Subtitle, BI_TTX, BI_TV_Radio, BI_Up, BI_VF, BI_VolMinus, BI_VolPlus, BI_White, BI_Yellow, RKEY_Blue, RKEY_Green, RKEY_Red, RKEY_White, RKEY_Yellow, TRACEENTER, and TRACEEXIT.
int OSDMenuGetCurrentItem | ( | void | ) |
Definition at line 3 of file OSDMenuGetCurrentItem.c.
References CurrentMenuLevel, tMenu::CurrentSelection, Menu, TRACEENTER, and TRACEEXIT.
dword OSDMenuGetLastUnprocessedKey | ( | void | ) |
Definition at line 3 of file OSDMenuGetLastUnprocessedKey.c.
References LastUnprocessedOSDMenuKey, TRACEENTER, and TRACEEXIT.
int OSDMenuGetNrOfLines | ( | void | ) |
Definition at line 3 of file OSDMenuGetNrOfLines.c.
References CurrentMenuLevel, Menu, tMenu::NrLines, TRACEENTER, and TRACEEXIT.
dword OSDMenuGetStringHeight | ( | const char * | str, |
byte | fntSize | ||
) |
Definition at line 3 of file OSDMenuGetStringHeight.c.
References FMUC_GetStringHeight(), OSDMenuFont_10, OSDMenuFont_12, OSDMenuFont_14, OSDMenuFont_16, OSDMenuFont_18, OSDMenuFont_20, OSDMenuFont_20B, TRACEENTER, and TRACEEXIT.
dword OSDMenuGetStringWidth | ( | const char * | str, |
byte | fntSize | ||
) |
Definition at line 3 of file OSDMenuGetStringWidth.c.
References FMUC_GetStringWidth(), OSDMenuFont_10, OSDMenuFont_12, OSDMenuFont_14, OSDMenuFont_16, OSDMenuFont_18, OSDMenuFont_20, OSDMenuFont_20B, TRACEENTER, and TRACEEXIT.
void OSDMenuInfoBoxDestroy | ( | void | ) |
Definition at line 3 of file OSDMenuInfoBoxDestroy.c.
References ColorPickerOSDRgn, InfoBoxOSDRgn, MessageBoxOSDRgn, OSDMenuFreeStdFonts(), OSDMenuInfoBoxDestroyNoOSDUpdate(), OSDRgn, ProgressBarOSDRgn, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuEvent(), OSDMenuMessageBoxInitialize(), and OSDMenuProgressBarDestroy().
void OSDMenuInfoBoxDestroyNoOSDUpdate | ( | void | ) |
Definition at line 3 of file OSDMenuInfoBoxDestroyNoOSDUpdate.c.
References _InfoBox_Gd, FIS_vOsdMap(), InfoBoxExitButton, InfoBoxOSDRgn, InfoBoxSaveArea, InfoBoxSaveAreaX, InfoBoxSaveAreaY, MyOSDRgn, OSDMenuFreeStdFonts(), OSDRgn, TRACEENTER, TRACEEXIT, and WaitSpinnerRgn.
Referenced by OSDMenuInfoBoxDestroy(), and OSDMenuProgressBarDestroyNoOSDUpdate().
void OSDMenuInfoBoxExitButton | ( | bool | ExitButton | ) |
Definition at line 3 of file OSDMenuInfoBoxExitButton.c.
References InfoBoxExitButton, TRACEENTER, and TRACEEXIT.
bool OSDMenuInfoBoxIsVisible | ( | void | ) |
Definition at line 3 of file OSDMenuInfoBoxIsVisible.c.
References InfoBoxOSDRgn, TRACEENTER, and TRACEEXIT.
void OSDMenuInfoBoxShow | ( | const char * | Title, |
const char * | Text, | ||
dword | Timeout | ||
) |
Definition at line 6 of file OSDMenuInfoBoxShow.c.
References _Button_exit_Gd, _InfoBox_Gd, FIS_vOsdMap(), InfoBoxExitButton, InfoBoxOSDRgn, InfoBoxSaveArea, InfoBoxSaveAreaX, InfoBoxSaveAreaY, InfoBoxTimeOut, MessageBoxOSDRgn, MyOSDRgn, OSDMenuLoadStdFonts(), OSDMenuMessageBoxDestroy(), OSDMenuPutS(), OSDRgn, TRACEENTER, TRACEEXIT, WaitSpinnerItemHeight, and WaitSpinnerPosY.
Referenced by OSDMenuProgressBarShow().
void OSDMenuInitialize | ( | bool | AllowScrollingOfLongText, |
bool | HasValueColumn, | ||
bool | NumberedItems, | ||
bool | ScrollLoop, | ||
const char * | TitleLeft, | ||
const char * | TitleRight | ||
) |
Definition at line 3 of file OSDMenuInitialize.c.
References MyOSDRgn, OSDMenuButtonsClear(), OSDMenuInit(), OSDRgn, TRACEENTER, and TRACEEXIT.
Referenced by OSDMemoInitialize().
bool OSDMenuIsVisible | ( | void | ) |
Definition at line 3 of file OSDMenuIsVisible.c.
References OSDRgn, TRACEENTER, and TRACEEXIT.
bool OSDMenuItemAdd | ( | const char * | Name, |
const char * | Value, | ||
TYPE_GrData * | pNameIconGd, | ||
TYPE_GrData * | pValueIconGd, | ||
bool | Selectable, | ||
bool | ValueArrows, | ||
dword | ID | ||
) |
Definition at line 5 of file OSDMenuItemAdd.c.
References tItem::ColorPatch, CurrentMenuLevel, tItem::CustomIndex, tItem::drawName, tItem::drawValue, tMenu::hasValueArrows, tItem::ID, tMenu::Item, ITEMNAMESIZE, ITEMVALUESIZE, ListDirty, tMenu::MaxItems, Menu, tItem::Name, tItem::NameColor, tMenu::NrItems, tItem::pNameIconGd, tItem::pValueIconGd, tItem::Selectable, tItem::TextColor, TRACEENTER, TRACEEXIT, tItem::Value, and tItem::ValueArrows.
Referenced by OSDMemoFormatText().
int OSDMenuItemFindID | ( | dword | ID | ) |
Definition at line 3 of file OSDMenuItemFindID.c.
References CurrentMenuLevel, tItem::ID, tMenu::Item, Menu, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
int OSDMenuItemFindName | ( | const char * | Text | ) |
Definition at line 4 of file OSDMenuItemFindName.c.
References CurrentMenuLevel, tMenu::Item, Menu, tItem::Name, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
int OSDMenuItemFindValue | ( | const char * | Text | ) |
Definition at line 4 of file OSDMenuItemFindValue.c.
References CurrentMenuLevel, tMenu::Item, Menu, tMenu::NrItems, TRACEENTER, TRACEEXIT, and tItem::Value.
dword OSDMenuItemGetCurrentID | ( | void | ) |
Definition at line 3 of file OSDMenuItemGetCurrentID.c.
References CurrentMenuLevel, Menu, OSDMenuItemGetID(), TRACEENTER, and TRACEEXIT.
char * OSDMenuItemGetCurrentName | ( | void | ) |
Definition at line 3 of file OSDMenuItemGetCurrentName.c.
References CurrentMenuLevel, Menu, OSDMenuItemGetName(), TRACEENTER, and TRACEEXIT.
char * OSDMenuItemGetCurrentValue | ( | void | ) |
Definition at line 3 of file OSDMenuItemGetCurrentValue.c.
References CurrentMenuLevel, Menu, OSDMenuItemGetValue(), TRACEENTER, and TRACEEXIT.
dword OSDMenuItemGetID | ( | int | ItemIndex | ) |
Definition at line 3 of file OSDMenuItemGetID.c.
References CurrentMenuLevel, tItem::ID, tMenu::Item, Menu, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuItemGetCurrentID().
char * OSDMenuItemGetName | ( | int | ItemIndex | ) |
Definition at line 3 of file OSDMenuItemGetName.c.
References CurrentMenuLevel, tMenu::Item, Menu, tItem::Name, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuItemGetCurrentName().
dword OSDMenuItemGetNameColor | ( | int | ItemIndex | ) |
Definition at line 3 of file OSDMenuItemGetNameColor.c.
References CurrentMenuLevel, tMenu::Item, Menu, tItem::NameColor, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
dword OSDMenuItemGetNrOfItems | ( | void | ) |
Definition at line 3 of file OSDMenuItemGetNrOfItems.c.
References CurrentMenuLevel, Menu, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
dword OSDMenuItemGetTextColor | ( | int | ItemIndex | ) |
Definition at line 3 of file OSDMenuItemGetTextColor.c.
References CurrentMenuLevel, tMenu::Item, Menu, tMenu::NrItems, tItem::TextColor, TRACEENTER, and TRACEEXIT.
dword OSDMenuItemGetTopIndex | ( | void | ) |
Definition at line 3 of file OSDMenuItemGetTopIndex.c.
References CurrentMenuLevel, tMenu::CurrentTopIndex, Menu, TRACEENTER, and TRACEEXIT.
char * OSDMenuItemGetValue | ( | int | ItemIndex | ) |
Definition at line 3 of file OSDMenuItemGetValue.c.
References CurrentMenuLevel, tMenu::Item, Menu, TRACEENTER, TRACEEXIT, and tItem::Value.
Referenced by OSDMenuItemGetCurrentValue().
bool OSDMenuItemModifyColorPatch | ( | int | ItemIndex, |
dword | Color | ||
) |
Definition at line 4 of file OSDMenuItemModifyColorPatch.c.
References tItem::ColorPatch, CurrentMenuLevel, tMenu::Item, ListDirty, Menu, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
bool OSDMenuItemModifyCustomIndex | ( | int | ItemIndex, |
int | CustomIndex | ||
) |
Definition at line 3 of file OSDMenuItemModifyCustomIndex.c.
References CurrentMenuLevel, tItem::CustomIndex, tMenu::Item, ListDirty, Menu, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
bool OSDMenuItemModifyID | ( | int | ItemIndex, |
dword | ID | ||
) |
Definition at line 3 of file OSDMenuItemModifyID.c.
References CurrentMenuLevel, tItem::ID, tMenu::Item, Menu, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
bool OSDMenuItemModifyName | ( | int | ItemIndex, |
const char * | Text | ||
) |
Definition at line 4 of file OSDMenuItemModifyName.c.
References CurrentMenuLevel, tMenu::Item, ITEMNAMESIZE, ListDirty, Menu, tItem::Name, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
bool OSDMenuItemModifyNameColor | ( | int | ItemIndex, |
dword | Color | ||
) |
Definition at line 3 of file OSDMenuItemModifyNameColor.c.
References CurrentMenuLevel, tMenu::Item, ListDirty, Menu, tItem::NameColor, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
bool OSDMenuItemModifyNameIcon | ( | int | ItemIndex, |
TYPE_GrData * | pNameIconGd | ||
) |
Definition at line 3 of file OSDMenuItemModifyNameIcon.c.
References CurrentMenuLevel, tMenu::Item, ListDirty, Menu, tMenu::NrItems, tItem::pNameIconGd, TRACEENTER, and TRACEEXIT.
Definition at line 3 of file OSDMenuItemModifySelectable.c.
References CurrentMenuLevel, tMenu::CurrentSelection, tMenu::Item, ListDirty, Menu, tMenu::NrItems, tItem::Selectable, TRACEENTER, and TRACEEXIT.
bool OSDMenuItemModifyTextColor | ( | int | ItemIndex, |
dword | Color | ||
) |
Definition at line 4 of file OSDMenuItemModifyTextColor.c.
References CurrentMenuLevel, tMenu::Item, ListDirty, Menu, tMenu::NrItems, tItem::TextColor, TRACEENTER, and TRACEEXIT.
bool OSDMenuItemModifyValue | ( | int | ItemIndex, |
const char * | Text | ||
) |
Definition at line 4 of file OSDMenuItemModifyValue.c.
References CurrentMenuLevel, tMenu::Item, ITEMNAMESIZE, ListDirty, Menu, tMenu::NrItems, TRACEENTER, TRACEEXIT, and tItem::Value.
Definition at line 3 of file OSDMenuItemModifyValueArrows.c.
References CurrentMenuLevel, tMenu::Item, ListDirty, Menu, tMenu::NrItems, TRACEENTER, TRACEEXIT, and tItem::ValueArrows.
bool OSDMenuItemModifyValueIcon | ( | int | ItemIndex, |
TYPE_GrData * | pValueIconGd | ||
) |
Definition at line 3 of file OSDMenuItemModifyValueIcon.c.
References CurrentMenuLevel, tMenu::Item, ListDirty, Menu, tMenu::NrItems, tItem::pValueIconGd, TRACEENTER, and TRACEEXIT.
void OSDMenuItemModifyValueLeftArrowGap | ( | int | NewGapWidth | ) |
Definition at line 3 of file OSDMenuItemModifyValueLeftArrowGap.c.
References CurrentMenuLevel, ListDirty, Menu, TRACEENTER, TRACEEXIT, and tMenu::ValueXOffset.
void OSDMenuItemModifyValueXPos | ( | dword | NewValueXPos | ) |
Definition at line 3 of file OSDMenuItemModifyValueXPos.c.
References CurrentMenuLevel, ListDirty, Menu, TRACEENTER, TRACEEXIT, and tMenu::ValueXPos.
Definition at line 3 of file OSDMenuItemPassDrawing.c.
References CurrentMenuLevel, tItem::drawName, tItem::drawValue, tMenu::Item, Menu, tItem::passDrawing, TRACEENTER, and TRACEEXIT.
void OSDMenuItemsClear | ( | void | ) |
Definition at line 3 of file OSDMenuItemsClear.c.
References CurrentMenuLevel, tMenu::CurrentSelection, tMenu::CurrentTopIndex, ListDirty, Menu, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
Referenced by OSDMemoFormatText().
void OSDMenuItemSortID | ( | bool | Ascending | ) |
Definition at line 4 of file OSDMenuItemSortID.c.
References CurrentMenuLevel, tItem::ID, tMenu::Item, ListDirty, Menu, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
Definition at line 4 of file OSDMenuItemSortNameColumn.c.
References CurrentMenuLevel, tMenu::Item, ListDirty, Menu, tItem::Name, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
Definition at line 4 of file OSDMenuItemSortValueColumn.c.
References CurrentMenuLevel, tMenu::Item, ListDirty, Menu, tMenu::NrItems, TRACEENTER, TRACEEXIT, and tItem::Value.
void OSDMenuKeyboard_AutomaticLowerCase | ( | bool | automatic | ) |
Definition at line 3 of file OSDMenuKeyboard_AutomaticLowerCase.c.
References AutomaticLowerCase, TRACEENTER, and TRACEEXIT.
bool OSDMenuKeyboard_ChangeKeypad | ( | tKeyPadMode | mode, |
char | keypad[26][4] | ||
) |
Definition at line 4 of file OSDMenuKeyboard_ChangeKeypad.c.
References Keypad, KPM_CAPS, KPM_NrModes, TRACEENTER, and TRACEEXIT.
void OSDMenuKeyboard_Destroy | ( | void | ) |
Definition at line 3 of file OSDMenuKeyboard_Destroy.c.
References OSDMenuKeyboard_Finish(), TRACEENTER, and TRACEEXIT.
bool OSDMenuKeyboard_EventHandler | ( | word * | event, |
dword * | param1, | ||
dword * | param2 | ||
) |
Definition at line 4 of file OSDMenuKeyboard_EventHandler.c.
References AutomaticLowerCase, EVT_TMSREMOTEASCII, InsertAt(), Keypad, KeyPadMode, KeyPadPosition, KPM_CAPS, KPM_NrModes, KPM_Standard, OSDMenuKeyboard_CursorEnd(), OSDMenuKeyboard_CursorLeft(), OSDMenuKeyboard_CursorPosition, OSDMenuKeyboard_CursorRight(), OSDMenuKeyboard_DeleteLeft(), OSDMenuKeyboard_DeleteRight(), OSDMenuKeyboard_Draw(), OSDMenuKeyboard_Finish(), OSDMenuKeyboard_GUIInitialized, OSDMenuKeyboard_SaveAndFinish(), OSDMenuKeyboard_StringMaxSize, OSDMenuKeyboard_StringVar, OSDMenuKeyboard_StringVarOrig, OSDMenuKeyboard_TextStartPosition, OSDMenuKeyboard_TMSRemoteDirectMode(), RKEY_Blue, RKEY_Yellow, strlenUC(), StrMkUTF8(), TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuKeyboard_Show().
bool OSDMenuKeyboard_isVisible | ( | void | ) |
Definition at line 3 of file OSDMenuKeyboard_isVisible.c.
References OSDMenuKeyboard_rgn, TRACEENTER, and TRACEEXIT.
void OSDMenuKeyboard_LegendButton | ( | dword | Line, |
tButtonIcon | ButtonIcon, | ||
const char * | Text | ||
) |
Definition at line 4 of file OSDMenuKeyboard_LegendButton.c.
References tOSDMenuKeyboard_Buttons::ButtonIcon, BUTTONTEXTSIZE, tOSDMenuKeyboard_Buttons::Line, OSDMenuKeyboard_Buttons, OSDMenuKeyboard_NrButtons, tOSDMenuKeyboard_Buttons::Text, TRACEENTER, and TRACEEXIT.
void OSDMenuKeyboard_SetCursor | ( | tKeyboardCursor | KeyboardCursor | ) |
Definition at line 3 of file OSDMenuKeyboard_SetCursor.c.
References KeyboardCursorType, TRACEENTER, and TRACEEXIT.
bool OSDMenuKeyboard_SetKeypadMode | ( | tKeyPadMode | mode | ) |
Definition at line 3 of file OSDMenuKeyboard_SetKeypadMode.c.
References Keypad, KeyPadMode, KPM_NrModes, KPM_Standard, TRACEENTER, and TRACEEXIT.
void OSDMenuKeyboard_Setup | ( | const char * | Title, |
char * | Variable, | ||
dword | MaxLength | ||
) |
Definition at line 38 of file OSDMenuKeyboard_Setup.c.
References Keypad, KPM_Standard, OSDMenuKeyboard_ButtonsX, OSDMenuKeyboard_NrButtons, OSDMenuKeyboard_StringMaxSize, OSDMenuKeyboard_StringVar, OSDMenuKeyboard_StringVarOrig, OSDMenuKeyboard_TextStartPosition, OSDMenuKeyboard_Title, StrMkUTF8(), TRACEENTER, and TRACEEXIT.
void OSDMenuKeyboard_Show | ( | void | ) |
Definition at line 3 of file OSDMenuKeyboard_Show.c.
References OSDMenuKeyboard_EventHandler(), TRACEENTER, and TRACEEXIT.
void OSDMenuListBoxDestroy | ( | void | ) |
Definition at line 3 of file OSDMenuListBoxDestroy.c.
References CurrentMenuLevel, tMenu::Item, Menu, OSDMenuDestroy(), OSDMenuListBoxIsVisible(), OSDMenuPop(), OSDMenuUpdate(), TRACEENTER, and TRACEEXIT.
void OSDMenuListBoxDestroyNoOSDUpdate | ( | void | ) |
Definition at line 3 of file OSDMenuListBoxDestroyNoOSDUpdate.c.
References CurrentMenuLevel, tMenu::Item, Menu, OSDMenuDestroyNoOSDUpdate(), OSDMenuListBoxIsVisible(), OSDMenuPop(), TRACEENTER, and TRACEEXIT.
bool OSDMenuListBoxInitialize | ( | bool | AllowScrollingOfLongText, |
bool | HasValueColumn, | ||
bool | NumberedItems, | ||
bool | ScrollLoop, | ||
const char * | Title, | ||
dword | x, | ||
dword | width, | ||
bool | OSDUpdate | ||
) |
Definition at line 3 of file OSDMenuListBoxInitialize.c.
References CurrentMenuLevel, LISTBOX_ADDITIONAL_WIDTH, LISTBOX_OFFSET_TO_X, Menu, OMDM_ListBox, OSDDirty, OSDMenuButtonsClear(), tMenu::OSDMenuDisplayMode, OSDMenuInit(), OSDMenuPush(), TRACEENTER, TRACEEXIT, tMenu::Width, and tMenu::XPos.
bool OSDMenuListBoxIsVisible | ( | void | ) |
Definition at line 3 of file OSDMenuListBoxIsVisible.c.
References CurrentMenuLevel, Menu, OMDM_ListBox, tMenu::OSDMenuDisplayMode, OSDRgn, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuListBoxDestroy(), and OSDMenuListBoxDestroyNoOSDUpdate().
void OSDMenuLogo | ( | dword | X, |
dword | Y, | ||
TYPE_GrData * | LogoGd | ||
) |
Definition at line 3 of file OSDMenuLogo.c.
References CurrentMenuLevel, LogoDirty, tMenu::LogoX, tMenu::LogoY, Menu, tMenu::pLogoGd, tMenu::PrevLogoH, tMenu::PrevLogoW, tMenu::PrevLogoX, tMenu::PrevLogoY, TRACEENTER, TRACEEXIT, X, and Y.
void OSDMenuMessageBoxAllowScrollOver | ( | void | ) |
Definition at line 4 of file OSDMenuMessageBoxAllowScrollOver.c.
References MessageBoxAllowScrollOver, TRACEENTER, and TRACEEXIT.
void OSDMenuMessageBoxButtonAdd | ( | const char * | Text | ) |
Definition at line 4 of file OSDMenuMessageBoxButtonAdd.c.
References tMessageBox::Button, MAXMBBUTTONS, MessageBox, tMessageBox::NrButtons, STDSTRINGSIZE, TRACEENTER, and TRACEEXIT.
void OSDMenuMessageBoxButtonSelect | ( | dword | SelectedButton | ) |
Definition at line 3 of file OSDMenuMessageBoxButtonSelect.c.
References tMessageBox::CurrentButton, MessageBox, MessageBoxOSDRgn, tMessageBox::NrButtons, OSDMenuMessageBoxShow(), TRACEENTER, and TRACEEXIT.
void OSDMenuMessageBoxDestroy | ( | void | ) |
Definition at line 3 of file OSDMenuMessageBoxDestroy.c.
References ColorPickerOSDRgn, InfoBoxOSDRgn, MessageBoxOSDRgn, OSDMenuFreeStdFonts(), OSDMenuMessageBoxDestroyNoOSDUpdate(), OSDRgn, ProgressBarOSDRgn, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuEvent(), OSDMenuInfoBoxShow(), and OSDMenuMessageBoxInitialize().
void OSDMenuMessageBoxDestroyNoOSDUpdate | ( | void | ) |
Definition at line 3 of file OSDMenuMessageBoxDestroyNoOSDUpdate.c.
References _InfoBox_Gd, FIS_vOsdMap(), InfoBoxSaveArea, InfoBoxSaveAreaX, InfoBoxSaveAreaY, MessageBoxOSDRgn, MyOSDRgn, OSDMenuFreeStdFonts(), OSDRgn, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuEvent(), and OSDMenuMessageBoxDestroy().
void OSDMenuMessageBoxDoNotEnterNormalMode | ( | bool | DoNotEnterNormalMode | ) |
Definition at line 3 of file OSDMenuMessageBoxDoNotEnterNormalMode.c.
References MessageBoxNoNormalMode, TRACEENTER, and TRACEEXIT.
void OSDMenuMessageBoxInitialize | ( | const char * | Title, |
const char * | Text | ||
) |
Definition at line 4 of file OSDMenuMessageBoxInitialize.c.
References tMessageBox::CurrentButton, InfoBoxOSDRgn, MessageBox, MessageBoxAllowScrollOver, MessageBoxNoNormalMode, MessageBoxOSDRgn, tMessageBox::NrButtons, OSDMenuInfoBoxDestroy(), OSDMenuLoadStdFonts(), OSDMenuMessageBoxDestroy(), STDSTRINGSIZE, strncpyUC(), tMessageBox::Text, tMessageBox::Title, TRACEENTER, and TRACEEXIT.
bool OSDMenuMessageBoxIsVisible | ( | void | ) |
Definition at line 3 of file OSDMenuMessageBoxIsVisible.c.
References MessageBoxOSDRgn, TRACEENTER, and TRACEEXIT.
dword OSDMenuMessageBoxLastButton | ( | void | ) |
Definition at line 3 of file OSDMenuMessageBoxLastButton.c.
References tMessageBox::CurrentButton, MessageBox, TRACEENTER, and TRACEEXIT.
void OSDMenuMessageBoxModifyText | ( | const char * | Text | ) |
Definition at line 4 of file OSDMenuMessageBoxModifyText.c.
References MessageBox, MessageBoxOSDRgn, STDSTRINGSIZE, tMessageBox::Text, TRACEENTER, and TRACEEXIT.
void OSDMenuMessageBoxShow | ( | void | ) |
Definition at line 4 of file OSDMenuMessageBoxShow.c.
References _InfoBox_Gd, _MessageBoxSelectedButtonBackground_Gd, tMessageBox::Button, tMessageBox::CurrentButton, FIS_vOsdMap(), InfoBoxSaveArea, InfoBoxSaveAreaX, InfoBoxSaveAreaY, MessageBox, MessageBoxOSDRgn, MyOSDRgn, tMessageBox::NrButtons, OSDMenuPutS(), OSDRgn, strncpyUC(), tMessageBox::Text, tMessageBox::Title, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuEvent(), and OSDMenuMessageBoxButtonSelect().
void OSDMenuModifyItemLongTextScrolling | ( | bool | AllowScrollingOfLongText | ) |
Definition at line 3 of file OSDMenuModifyItemLongTextScrolling.c.
References tMenu::AllowScrollingOfLongText, CurrentMenuLevel, Menu, TRACEENTER, and TRACEEXIT.
void OSDMenuModifyItemNumbered | ( | bool | NumberedItems | ) |
Definition at line 3 of file OSDMenuModifyItemNumbered.c.
References CurrentMenuLevel, ListDirty, Menu, tMenu::NumberedItems, TRACEENTER, and TRACEEXIT.
void OSDMenuModifyItemValueColumn | ( | bool | HasValueColumn | ) |
Definition at line 3 of file OSDMenuModifyItemValueColumn.c.
References CurrentMenuLevel, tMenu::HasValueColumn, ListDirty, Menu, TRACEENTER, and TRACEEXIT.
void OSDMenuModifyScrollLoop | ( | bool | ScrollLoop | ) |
Definition at line 3 of file OSDMenuModifyScrollLoop.c.
References CurrentMenuLevel, Menu, tMenu::ScrollLoop, TRACEENTER, and TRACEEXIT.
void OSDMenuModifyTitleLeft | ( | const char * | Text | ) |
Definition at line 4 of file OSDMenuModifyTitleLeft.c.
References CurrentMenuLevel, Menu, STDSTRINGSIZE, strncpyUC(), TitleDirty, tMenu::TitleLeft, TRACEENTER, and TRACEEXIT.
void OSDMenuModifyTitleRight | ( | const char * | Text | ) |
Definition at line 4 of file OSDMenuModifyTitleRight.c.
References CurrentMenuLevel, Menu, STDSTRINGSIZE, strncpyUC(), TitleDirty, tMenu::TitleRight, TRACEENTER, and TRACEEXIT.
bool OSDMenuPop | ( | void | ) |
Definition at line 4 of file OSDMenuPop.c.
References CurrentMenuLevel, tMenu::Item, tMenu::MemoText, Menu, OSDDirty, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuListBoxDestroy(), and OSDMenuListBoxDestroyNoOSDUpdate().
void OSDMenuProgressBarDestroy | ( | void | ) |
Definition at line 3 of file OSDMenuProgressBarDestroy.c.
References OSDMenuInfoBoxDestroy(), ProgressBarFullRgn, ProgressBarLastValue, ProgressBarOSDRgn, TRACEENTER, and TRACEEXIT.
void OSDMenuProgressBarDestroyNoOSDUpdate | ( | void | ) |
Definition at line 3 of file OSDMenuProgressBarDestroyNoOSDUpdate.c.
References OSDMenuInfoBoxDestroyNoOSDUpdate(), ProgressBarFullRgn, ProgressBarLastValue, ProgressBarOSDRgn, TRACEENTER, and TRACEEXIT.
bool OSDMenuProgressBarIsVisible | ( | void | ) |
Definition at line 3 of file OSDMenuProgressBarIsVisible.c.
References ProgressBarOSDRgn, TRACEENTER, and TRACEEXIT.
void OSDMenuProgressBarShow | ( | const char * | Title, |
const char * | Text, | ||
dword | Value, | ||
dword | MaxValue, | ||
TYPE_GrData * | DifferentProgressBar | ||
) |
Definition at line 7 of file OSDMenuProgressBarShow.c.
References _InputBox_Gd, _Progressbar_Gd, OSDMenuInfoBoxShow(), ProgressBarFullRgn, ProgressBarLastValue, ProgressBarOSDRgn, PROGRESSBARX, PROGRESSBARY, TRACEENTER, and TRACEEXIT.
bool OSDMenuPush | ( | void | ) |
Definition at line 3 of file OSDMenuPush.c.
References CurrentMenuLevel, Menu, NRMENULEVELS, OSDDirty, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuListBoxInitialize().
void OSDMenuPutString | ( | word | rgn, |
dword | x, | ||
dword | y, | ||
dword | maxX, | ||
const char * | str, | ||
dword | fcolor, | ||
dword | bcolor, | ||
byte | fntSize, | ||
byte | bDot, | ||
byte | align | ||
) |
Definition at line 3 of file OSDMenuPutString.c.
References FONTYOFFSET, OSDMenuPutS(), TRACEENTER, and TRACEEXIT.
void OSDMenuSaveMyRegion | ( | word | Rgn | ) |
Definition at line 3 of file OSDMenuSaveMyRegion.c.
References MyOSDRgn, TRACEENTER, and TRACEEXIT.
int OSDMenuScrollDown | ( | void | ) |
Definition at line 3 of file OSDMenuScrollDown.c.
References CurrentMenuLevel, tMenu::CurrentSelection, ListDirty, Menu, OSDMenuFindNextSelectableEntry(), TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuEvent().
int OSDMenuScrollEnd | ( | void | ) |
Definition at line 3 of file OSDMenuScrollEnd.c.
References CurrentMenuLevel, tMenu::CurrentSelection, ListDirty, Menu, tMenu::NrItems, OSDMenuFindPreviousSelectableEntry(), TRACEENTER, and TRACEEXIT.
int OSDMenuScrollHome | ( | void | ) |
Definition at line 3 of file OSDMenuScrollHome.c.
References CurrentMenuLevel, tMenu::CurrentSelection, ListDirty, Menu, OSDMenuFindNextSelectableEntry(), TRACEENTER, and TRACEEXIT.
int OSDMenuScrollPageDown | ( | void | ) |
Definition at line 3 of file OSDMenuScrollPageDown.c.
References CurrentMenuLevel, tMenu::CurrentSelection, tMenu::CurrentTopIndex, ListDirty, Menu, tMenu::NrItems, tMenu::NrLines, OSDMenuFindNextSelectableEntry(), tMenu::ScrollLoop, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuEvent().
int OSDMenuScrollPageUp | ( | void | ) |
Definition at line 3 of file OSDMenuScrollPageUp.c.
References CurrentMenuLevel, tMenu::CurrentSelection, tMenu::CurrentTopIndex, ListDirty, Menu, tMenu::NrItems, tMenu::NrLines, OSDMenuFindPreviousSelectableEntry(), tMenu::ScrollLoop, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuEvent().
int OSDMenuScrollUp | ( | void | ) |
Definition at line 3 of file OSDMenuScrollUp.c.
References CurrentMenuLevel, tMenu::CurrentSelection, ListDirty, Menu, OSDMenuFindPreviousSelectableEntry(), TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuEvent().
bool OSDMenuSelectItem | ( | int | ItemIndex | ) |
Definition at line 3 of file OSDMenuSelectItem.c.
References CurrentMenuLevel, tMenu::CurrentSelection, tMenu::Item, ListDirty, Menu, tMenu::NrItems, tItem::Selectable, TRACEENTER, and TRACEEXIT.
bool OSDMenuSelectTopItem | ( | int | TopIndex | ) |
Definition at line 3 of file OSDMenuSelectTopItem.c.
References CurrentMenuLevel, tMenu::CurrentTopIndex, ListDirty, Menu, tMenu::NrItems, TRACEENTER, and TRACEEXIT.
void OSDMenuSetCallback | ( | void * | OSDCallbackRoutine | ) |
Definition at line 3 of file OSDMenuSetCallback.c.
References tMenu::CallbackProcedure, CurrentMenuLevel, Menu, TRACEENTER, and TRACEEXIT.
void OSDMenuSetCursor | ( | tCursorType | CursorType | ) |
Definition at line 4 of file OSDMenuSetCursor.c.
References ListDirty, MenuCursorType, TRACEENTER, and TRACEEXIT.
void OSDMenuSetFont | ( | tFontDataUC * | LeftTitle, |
tFontDataUC * | RightTitle, | ||
tFontDataUC * | ListNumber, | ||
tFontDataUC * | ListName, | ||
tFontDataUC * | ListValue, | ||
tFontDataUC * | Buttons, | ||
tFontDataUC * | Memo | ||
) |
Definition at line 4 of file OSDMenuSetFont.c.
References ButtonsDirty, CurrentMenuLevel, tMenu::FontButtons, tMenu::FontLeftTitle, tMenu::FontListLineNumber, tMenu::FontListNameColumn, tMenu::FontListValueColumn, tMenu::FontMemo, tMenu::FontRightTitle, ListDirty, Menu, TitleDirty, TRACEENTER, and TRACEEXIT.
void OSDMenuSetLineHeight | ( | tLineHeight | type | ) |
Definition at line 3 of file OSDMenuSetLineHeight.c.
References CurrentMenuLevel, tMenu::FontButtons, tMenu::FontLeftTitle, tMenu::FontListLineNumber, tMenu::FontListNameColumn, tMenu::FontListValueColumn, tMenu::FontMemo, tMenu::FontRightTitle, LH_Normal, LH_Small, LH_Tiny, ListDirty, Menu, tMenu::NrLines, OMDM_ListBox, OMDM_Memo, OMDM_Standard, OMDM_Text, OSDDirty, OSDMemoFormatText(), tMenu::OSDMenuDisplayMode, OSDMenuFont_12, OSDMenuFont_14, OSDMenuFont_16, OSDMenuFont_20, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuInit().
void OSDMenuSetMemo | ( | bool | SelectionAlwaysOnTop | ) |
Definition at line 3 of file OSDMenuSetMemo.c.
References tMenu::AllowScrollingOfLongText, CurrentMenuLevel, tMenu::HasValueColumn, Menu, tMenu::NrLines, tMenu::NumberedItems, OMDM_Memo, OMDM_Text, tMenu::OSDMenuDisplayMode, TRACEENTER, TRACEEXIT, tMenu::Width, and tMenu::XPos.
void OSDMenuUpdate | ( | bool | SuppressOSDSync | ) |
Definition at line 3 of file OSDMenuUpdate.c.
References ButtonsDirty, CurrentMenuLevel, LCT_NRCURSORS, ListDirty, LogoDirty, Menu, OMDM_ListBox, OMDM_Memo, OMDM_Standard, OMDM_Text, OSDCalcIndices(), OSDDirty, OSDDrawBackground(), OSDDrawButtons(), OSDDrawList(), OSDDrawLogo(), OSDDrawMemo(), OSDDrawScrollBar(), OSDDrawTitle(), OSDMenuLastCursor, OSDRgn, TitleDirty, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuEvent(), and OSDMenuListBoxDestroy().
void OSDMenuWaitSpinnerInit | ( | void | ) |
Definition at line 3 of file OSDMenuWaitSpinnerInit.c.
References _InfoBox_Gd, InfoBoxOSDRgn, OSDMenuWaitSpinnerDrawItem(), TRACEENTER, TRACEEXIT, WaitSpinnerIndex, WaitSpinnerItemColorBlank, WaitSpinnerItemHeight, WaitSpinnerItems, WaitSpinnerItemWidth, WaitSpinnerPosY, WaitSpinnerRgn, WaitSpinnerSpeed, WaitSpinnerTimeout, and WaitSpinnerWidth.
char * ParseLine | ( | const char * | zeile, |
size_t * | n, | ||
char | delim | ||
) |
Definition at line 4 of file ParseLine.c.
References TRACEENTER, and TRACEEXIT.
Referenced by INIGetARGB(), INIGetARGB8(), INIGetRGB(), and INIGetRGB8().
bool PlayMediaFile | ( | char * | MediaFileName | ) |
Definition at line 5 of file PlayMediaFile.c.
References Appl_StartPlayback(), Appl_StartPlaybackDivx(), Appl_StartPlaybackMedia(), Appl_StartPlaybackMp3(), ApplHdd_RestoreWorkFolder(), ApplHdd_SaveWorkFolder(), ApplHdd_SelectFolder(), ApplHdd_SetWorkFolder(), ConvertPathType(), FBLIB_DIR_SIZE, HDD_isRecFileName(), tDirEntry::Magic, PF_FileNameOnly, PF_FullLinuxPath, PF_LinuxPathOnly, StringEndsWith(), TRACEENTER, and TRACEEXIT.
void PrintNet | ( | char * | puffer | ) |
Definition at line 8 of file PrintNet.c.
void PSBuffer_Free | ( | tPSBuffer * | PSBuffer | ) |
Definition at line 6 of file PSBuffer_Free.c.
References tPSBuffer::Buffer, tBuffer::FileOffset, tBuffer::PSData, TRACEENTER, and TRACEEXIT.
Definition at line 7 of file PSBuffer_Init.c.
References tPSBuffer::Buffer, BufferSize, tPSBuffer::BufferSize, tBuffer::FileOffset, tPSBuffer::LastContCounter, tPSBuffer::PID, tPSBuffer::pInBuffer, tPSBuffer::pInBufferData, tBuffer::PSData, TRACEENTER, and TRACEEXIT.
Definition at line 3 of file PSBuffer_ProcessTSPacket.c.
References tPSBuffer::Buffer, tPSBuffer::BufferSize, tBuffer::DataLen, tPSBuffer::ErrorFlag, tBuffer::FileOffset, tPSBuffer::InBufferDataIndex, tPSBuffer::InBufferIndex, tPSBuffer::LastContCounter, tPSBuffer::PID, tPSBuffer::pInBuffer, tPSBuffer::pInBufferData, tPSBuffer::pOutBuffer, tBuffer::PSData, tPSBuffer::PSFileCtr, TAP_Print, TRACEENTER, and TRACEEXIT.
bool PutDevEvent | ( | word | Event, |
dword | Param1 | ||
) |
Definition at line 3 of file PutDevEvent.c.
References bool, FIS_fwPutDevEvt(), TRACEENTER, and TRACEEXIT.
Referenced by Shutdown().
dword PvrTimeToLinux | ( | dword | PVRTime | ) |
Definition at line 3 of file PvrTimeToLinux.c.
References FIS_fwTimeToLinux(), TRACEENTER, and TRACEEXIT.
Referenced by LogEntry(), and LogEntryFBLibPrintf().
Definition at line 4 of file Reboot.c.
References HDD_isAnyRecording(), TRACEENTER, and TRACEEXIT.
void ReplaceInvalidFileNameChars | ( | char * | strName | ) |
Definition at line 4 of file ReplaceInvalidFileNameChars.c.
References InvalidFileNameChars, isLegalChar(), SkipCharTableBytes(), TRACEENTER, and TRACEEXIT.
char * RTrim | ( | char * | s | ) |
Definition at line 5 of file RTrim.c.
References TRACEENTER, and TRACEEXIT.
Referenced by HDD_GetHddID().
bool SaveBitmap | ( | char * | FileName, |
int | width, | ||
int | height, | ||
byte * | pBuffer | ||
) |
Definition at line 6 of file SaveBitmap.c.
References BMP_WriteHeader(), ConvertPathType(), FBLIB_DIR_SIZE, PF_FullLinuxPath, TRACEENTER, and TRACEEXIT.
bool SDS | ( | void | ) |
Definition at line 157 of file SDS.c.
References __DevFront_PowerOffCancel, __DevFront_PowerOffReply, CreateRootDir(), FIS_fwDevFront_PowerOffCancel(), FIS_fwDevFront_PowerOffReply(), HDD_TAP_GetFileNameByIndex(), HDD_TAP_GetInfo(), HDD_TAP_SendEvent(), HHS_EF00Received, HHS_Exit, HHS_Idle, HHS_Init, HHS_PowerOffCancel, HHS_Shutdown, HHS_ShutdownTimerDiags, Hooked_ApplEvent_CallHandler(), HookHandlerState, InitTAPex(), LastStatus, LibInitialized, Log, OrigHandler, SetHandler(), Shutdown(), ShutdownHooked, TAP_TableIndex, tTAPInfo::TAPName, TaskPower, TRACEENTER, TRACEEXIT, and WriteLog().
void SDSTerminate | ( | void | ) |
Definition at line 347 of file SDS.c.
References HHS_Exit, HookHandlerState, LastStatus, OrigHandler, SetHandler(), TRACEENTER, TRACEEXIT, and WriteLog().
void SeparateFileNameComponents | ( | const char * | FileName, |
char * | Path, | ||
char * | Name, | ||
char * | Ext, | ||
int * | Index, | ||
bool * | isRec, | ||
bool * | isDel | ||
) |
Definition at line 6 of file SeparateFileNameComponents.c.
References HDD_isRecFileName(), StringEndsWith(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_Delete(), HDD_Move(), HDD_Recycle(), HDD_Rename(), HDD_Unrecycle(), MakeUniqueFileName(), and SeparatePathComponents().
void SeparatePathComponents | ( | const char * | FullName, |
char * | Path, | ||
char * | FileName, | ||
char * | FileExt | ||
) |
Definition at line 4 of file SeparatePathComponents.c.
References SeparateFileNameComponents(), TRACEENTER, and TRACEEXIT.
bool SetEEPROMPin | ( | word | NewPin | ) |
Definition at line 3 of file SetEEPROMPin.c.
References FIS_vParentalInfo(), TRACEENTER, and TRACEEXIT.
void SetRemoteMode | ( | byte | Mode, |
byte | Index, | ||
bool | Active | ||
) |
Definition at line 10 of file SetRemoteMode.c.
References DevFront_SetIrCode(), FPIRData, TRACEENTER, and TRACEEXIT.
void ShowMessageWin | ( | char * | title, |
char * | lpMessage1, | ||
char * | lpMessage2, | ||
dword | dwDelay | ||
) |
Definition at line 3 of file ShowMessageWin.c.
References ShowMessageWindow(), TRACEENTER, and TRACEEXIT.
Referenced by FM_LoadFontFile(), FMUC_LoadFontFile(), and InitTAPexFailedMsg().
void ShowMessageWindow | ( | char ** | content, |
dword | pos_x, | ||
dword | pos_y, | ||
byte | fntSize, | ||
byte | align, | ||
dword | bdcolor, | ||
dword | titlecolor, | ||
dword | msgcolor, | ||
dword | bgcolor, | ||
dword | delay | ||
) |
Definition at line 5 of file ShowMessageWindow.c.
References EndMessageWin(), fbl_rgn, TAP_Osd_Copy_Chk(), TAP_Osd_Create_Chk(), TAP_Osd_FillBox_Chk(), TRACEENTER, and TRACEEXIT.
Referenced by ShowMessageWin().
bool ShowPvrList | ( | tPvrListType | PvrListType | ) |
Definition at line 3 of file ShowPvrList.c.
References FIS_fwAppl_PvrList(), FIS_fwAppl_PvrList_SetListType(), PLT_Unchanged, TRACEENTER, TRACEEXIT, and TryResolve().
Definition at line 4 of file Shutdown.c.
References PutDevEvent(), TRACEENTER, and TRACEEXIT.
Referenced by SDS().
byte * SkipCharTableBytes | ( | const byte * | p | ) |
Definition at line 3 of file SkipCharTableBytes.c.
References TRACEENTER, and TRACEEXIT.
Referenced by GetStringEncoding(), GetUCPos(), InsertAt(), LogoManager_ChannelNameToLogoName(), ReplaceInvalidFileNameChars(), strcpyUC(), stricstr(), strlenUC(), and strncpyUC().
int snprintf | ( | char * | , |
size_t | , | ||
const char * | , | ||
... | |||
) |
void SoundSinus | ( | word | freq, |
dword | durationInMilliseconds, | ||
word | Amplitude | ||
) |
Definition at line 7 of file SoundSinus.c.
References soundData, soundDataLength, TRACEENTER, and TRACEEXIT.
byte * strcpyUC | ( | byte * | dest, |
const byte * | src | ||
) |
Definition at line 4 of file strcpyUC.c.
References SkipCharTableBytes(), TRACEENTER, and TRACEEXIT.
Referenced by EPGInfo_CopyData().
dword StringDBAdd | ( | tStringDB * | StringDB, |
char * | Text | ||
) |
Definition at line 5 of file StringDBAdd.c.
References tStringDB::DB, tStringDB::DBEnd, tStringDB::DBPtr, tStringDB::DBSize, TRACEENTER, and TRACEEXIT.
int StringDBCountRecords | ( | tStringDB * | StringDB | ) |
Definition at line 3 of file StringDBCountRecords.c.
References tStringDB::DB, TRACEENTER, and TRACEEXIT.
dword StringDBCurrent | ( | tStringDB * | StringDB | ) |
Definition at line 3 of file StringDBCurrent.c.
References tStringDB::DB, tStringDB::DBPtr, TRACEENTER, and TRACEEXIT.
Definition at line 4 of file StringDBDel.c.
References tStringDB::DBEnd, tStringDB::DBPtr, StringDBGet(), StringDBNext(), TRACEENTER, and TRACEEXIT.
Definition at line 4 of file StringDBDestroy.c.
References tStringDB::DB, StringDBInit(), TRACEENTER, and TRACEEXIT.
Definition at line 3 of file StringDBEOF.c.
References tStringDB::DBPtr, TRACEENTER, and TRACEEXIT.
dword StringDBFirst | ( | tStringDB * | StringDB | ) |
Definition at line 3 of file StringDBFirst.c.
References tStringDB::DB, tStringDB::DBPtr, TRACEENTER, and TRACEEXIT.
char * StringDBGet | ( | tStringDB * | StringDB, |
dword | Index | ||
) |
Definition at line 3 of file StringDBGet.c.
References tStringDB::DB, TRACEENTER, and TRACEEXIT.
Referenced by StringDBDel().
Definition at line 4 of file StringDBInit.c.
References tStringDB::DB, tStringDB::DBEnd, tStringDB::DBPtr, tStringDB::DBSize, TRACEENTER, and TRACEEXIT.
Referenced by StringDBDestroy().
Definition at line 7 of file StringDBLoad.c.
References ConvertPathType(), tStringDB::DB, tStringDB::DBEnd, tStringDB::DBPtr, tStringDB::DBSize, FBLIB_DIR_SIZE, PF_FullLinuxPath, TRACEENTER, and TRACEEXIT.
Definition at line 5 of file StringDBLoadFromFile.c.
References tStringDB::DB, tStringDB::DBEnd, tStringDB::DBPtr, tStringDB::DBSize, TRACEENTER, and TRACEEXIT.
dword StringDBNext | ( | tStringDB * | StringDB | ) |
Definition at line 3 of file StringDBNext.c.
References tStringDB::DB, tStringDB::DBEnd, tStringDB::DBPtr, TRACEENTER, and TRACEEXIT.
Referenced by StringDBDel().
dword StringDBPrev | ( | tStringDB * | StringDB | ) |
Definition at line 3 of file StringDBPrev.c.
References tStringDB::DB, tStringDB::DBPtr, TRACEENTER, and TRACEEXIT.
Definition at line 6 of file StringDBSave.c.
References ConvertPathType(), tStringDB::DB, tStringDB::DBEnd, tStringDB::DBPtr, FBLIB_DIR_SIZE, PF_FullLinuxPath, TRACEENTER, and TRACEEXIT.
Definition at line 4 of file StringDBSaveToFile.c.
References tStringDB::DB, tStringDB::DBEnd, tStringDB::DBPtr, TRACEENTER, and TRACEEXIT.
bool StringEndsWith | ( | const char * | text, |
const char * | postfix | ||
) |
Definition at line 4 of file StringEndsWith.c.
References TRACEENTER, and TRACEEXIT.
Referenced by ConvertPathType(), GetPathType(), HDD_Delete(), HDD_InfBlockGet(), HDD_InfBlockSet(), HDD_isFileInUse(), HDD_isRecFileName(), LogoManager_LogoCacheRebuild(), PlayMediaFile(), and SeparateFileNameComponents().
int strlenUC | ( | const byte * | s | ) |
Definition at line 4 of file strlenUC.c.
References isUTF8Char(), SkipCharTableBytes(), TRACEENTER, and TRACEEXIT.
Referenced by DeleteAt(), InsertAt(), OSDMenuKeyboard_CursorEnd(), OSDMenuKeyboard_CursorRight(), OSDMenuKeyboard_DeleteRight(), OSDMenuKeyboard_EventHandler(), and StrToISOAlloc().
bool StrMkISO | ( | byte * | SourceString | ) |
Definition at line 5 of file StrMkISO.c.
References GetStringEncoding(), StrToISOAlloc(), TRACEENTER, and TRACEEXIT.
Referenced by LogoManager_ChannelNameToLogoName().
bool StrMkUTF8 | ( | byte * | SourceString, |
size_t | SourceSize, | ||
byte | DefaultISO8859CharSet | ||
) |
Definition at line 5 of file StrMkUTF8.c.
References StrToUTF8(), TRACEENTER, and TRACEEXIT.
Referenced by EPGInfo_CopyData(), FixInvalidFileName(), OSDMenuKeyboard_EventHandler(), and OSDMenuKeyboard_Setup().
byte * strncpyUC | ( | byte * | dest, |
const byte * | src, | ||
size_t | n | ||
) |
Definition at line 4 of file strncpyUC.c.
References SkipCharTableBytes(), TRACEENTER, and TRACEEXIT.
Referenced by EPGInfo_CopyData(), OSDMenuMessageBoxInitialize(), OSDMenuMessageBoxShow(), OSDMenuModifyTitleLeft(), and OSDMenuModifyTitleRight().
bool StrReplace | ( | char * | String, |
const char * | Find, | ||
const char * | Replace | ||
) |
Definition at line 4 of file StrReplace.c.
References TRACEENTER, and TRACEEXIT.
Referenced by DecodeExtInfo(), HDD_UnrecycleSF(), LogoManager_ChannelNameToLogoName(), and OSDMemoInitialize().
void StrToISO | ( | const byte * | SourceString, |
byte * | DestString | ||
) |
Definition at line 4 of file StrToISO.c.
References GetStringEncoding(), TRACEENTER, TRACEEXIT, and UTF8ToUTF32().
Referenced by StrToISOAlloc().
void StrToISOAlloc | ( | const byte * | SourceString, |
byte ** | DestString | ||
) |
Definition at line 5 of file StrToISOAlloc.c.
References strlenUC(), StrToISO(), TRACEENTER, and TRACEEXIT.
Referenced by CallTraceComment(), CallTraceEnter(), CallTraceExitResult(), LogEntry(), LogEntryGeneric(), and StrMkISO().
bool StrToUTF8 | ( | const byte * | SourceString, |
byte * | DestString, | ||
byte | DefaultISO8859CharSet | ||
) |
Definition at line 146 of file StrToUTF8.c.
References tBig5Translation::Big5DBCS, Big5Translation, isUTF8Char(), LogEntryFBLibPrintf(), TRACEENTER, TRACEEXIT, tBig5Translation::UTF16, UTF32ToUTF8(), UTFLookupISO6937, UTFLookupISO8859_1, UTFLookupISO8859_10, UTFLookupISO8859_11, UTFLookupISO8859_13, UTFLookupISO8859_14, UTFLookupISO8859_15, UTFLookupISO8859_16, UTFLookupISO8859_2, UTFLookupISO8859_3, UTFLookupISO8859_4, UTFLookupISO8859_5, UTFLookupISO8859_6, UTFLookupISO8859_7, UTFLookupISO8859_8, and UTFLookupISO8859_9.
Referenced by FMUC_PutStringAA(), HDD_ChangeDir(), and StrMkUTF8().
dword SuperFastHash | ( | register byte * | data, |
int | len, | ||
dword | hash | ||
) |
void TAP_EnterNormalNoInfo | ( | void | ) |
Definition at line 3 of file TAP_EnterNormalNoInfo.c.
References FIS_fwAppl_EnterNormal(), TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuKeyboard_Finish().
bool TAP_GetSysOsdControl | ( | TYPE_TapSysOsdId | osdId | ) |
Definition at line 3 of file TAP_GetSysOsdControl.c.
References FIS_vTapSysOsdCtrl(), TRACEENTER, and TRACEEXIT.
void * TAP_MemRealloc | ( | void * | ptr, |
size_t | OldSize, | ||
size_t | NewSize, | ||
bool | InitMemory | ||
) |
Definition at line 3 of file TAP_MemRealloc.c.
References LogEntryFBLibPrintf(), TRACEENTER, and TRACEEXIT.
int TAP_Osd_PutFreeColorGd | ( | word | rgn, |
int | x, | ||
int | y, | ||
TYPE_GrData * | gd, | ||
bool | sprite, | ||
dword | FilterColor | ||
) |
Definition at line 3 of file TAP_Osd_PutFreeColorGd.c.
References G, TAP_Osd_Copy_Chk(), TAP_Osd_Create_Chk(), TAP_Osd_PutGd_Chk(), TAP_Osd_RestoreBox_Chk(), TAP_Osd_SaveBox_Chk(), TRACEENTER, and TRACEEXIT.
Referenced by TAP_Osd_PutFreeColorGd_Chk().
void TAPCOM_CloseChannel | ( | TAPCOM_Channel | Channel | ) |
Definition at line 4 of file TAPCOM_CloseChannel.c.
References __tap_ud__, TAPCOM_InternalMesBuf::FromID, isValidChannel(), TAPCOM_InternalMesBuf::tapcomSignature, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuKeyboard_TMSRemoteDirectMode().
void TAPCOM_Finish | ( | TAPCOM_Channel | Channel, |
int | val | ||
) |
Definition at line 3 of file TAPCOM_Finish.c.
References isValidChannel(), TAPCOM_InternalMesBuf::ReturnVal, TAPCOM_InternalMesBuf::ServerAlive, TAPCOM_InternalMesBuf::Status, TAPCOM_Status_FINISHED, TRACEENTER, and TRACEEXIT.
TAPCOM_Channel TAPCOM_GetChannel | ( | dword | param1, |
dword * | CallerID, | ||
dword * | ServiceID, | ||
dword * | ParamBlockVersion, | ||
void ** | ParamBlock | ||
) |
Definition at line 3 of file TAPCOM_GetChannel.c.
References __tap_ud__, TAPCOM_InternalMesBuf::FromID, isValidChannel(), TAPCOM_InternalMesBuf::ParamBlock, TAPCOM_InternalMesBuf::ParamBlockVersion, TAPCOM_InternalMesBuf::ReturnVal, TAPCOM_InternalMesBuf::ServerAlive, TAPCOM_InternalMesBuf::ServiceID, TAPCOM_InternalMesBuf::Status, TAPCOM_App_BROADCAST, TAPCOM_REQVERSION, TAPCOM_Status_ACKNOWLEDGED, TAPCOM_Status_VERSIONMISMATCH, TAPCOM_InternalMesBuf::tapcomVersion, TAPCOM_InternalMesBuf::ToID, TRACEENTER, and TRACEEXIT.
int TAPCOM_GetReturnValue | ( | TAPCOM_Channel | Channel | ) |
Definition at line 3 of file TAPCOM_GetReturnValue.c.
References isValidChannel(), TAPCOM_InternalMesBuf::ReturnVal, TAPCOM_InternalMesBuf::Status, TAPCOM_NO_RETURN_VALUE, TAPCOM_Status_FINISHED, TRACEENTER, and TRACEEXIT.
TAPCOM_Status TAPCOM_GetStatus | ( | TAPCOM_Channel | Channel | ) |
Definition at line 3 of file TAPCOM_GetStatus.c.
References HDD_TAP_isRunning(), isValidChannel(), TAPCOM_InternalMesBuf::Status, TAPCOM_Status_ACKNOWLEDGED, TAPCOM_Status_NO_CHANNEL, TAPCOM_Status_OPEN, TAPCOM_Status_SERVER_NOT_AVAILABLE, TAPCOM_InternalMesBuf::ToID, TRACEENTER, and TRACEEXIT.
dword TAPCOM_LastAlive | ( | TAPCOM_Channel | Channel | ) |
Definition at line 3 of file TAPCOM_LastAlive.c.
References isValidChannel(), TRACEENTER, and TRACEEXIT.
TAPCOM_Channel TAPCOM_OpenChannel | ( | dword | TargetID, |
dword | ServiceID, | ||
dword | ParamBlockVersion, | ||
void * | ParamBlock | ||
) |
Definition at line 4 of file TAPCOM_OpenChannel.c.
References __tap_ud__, EVT_TAPCOM, TAPCOM_InternalMesBuf::FromID, HDD_TAP_isRunning(), HDD_TAP_SendEvent(), InitTAPex(), LibInitialized, TAPCOM_InternalMesBuf::ParamBlock, TAPCOM_InternalMesBuf::ParamBlockVersion, TAPCOM_InternalMesBuf::Reserved, TAPCOM_InternalMesBuf::ReturnVal, TAPCOM_InternalMesBuf::ServerAlive, TAPCOM_InternalMesBuf::ServiceID, TAPCOM_InternalMesBuf::Status, TAPCOM_App_BROADCAST, TAPCOM_SIGNATURE, TAPCOM_Status_OPEN, TAPCOM_Status_SERVER_NOT_AVAILABLE, TAPCOM_VERSION, TAPCOM_InternalMesBuf::tapcomSignature, TAPCOM_InternalMesBuf::tapcomVersion, TAPCOM_InternalMesBuf::ToID, TRACEENTER, and TRACEEXIT.
Referenced by OSDMenuKeyboard_TMSRemoteDirectMode().
void TAPCOM_Reject | ( | TAPCOM_Channel | Channel | ) |
Definition at line 3 of file TAPCOM_Reject.c.
References isValidChannel(), TAPCOM_InternalMesBuf::ServerAlive, TAPCOM_InternalMesBuf::Status, TAPCOM_Status_REJECTED, TRACEENTER, and TRACEEXIT.
void TAPCOM_StillAlive | ( | TAPCOM_Channel | Channel | ) |
Definition at line 3 of file TAPCOM_StillAlive.c.
References isValidChannel(), TRACEENTER, and TRACEEXIT.
dword TF2UnixTime | ( | dword | TFTimeStamp | ) |
Definition at line 3 of file TF2UnixTime.c.
References TRACEENTER, and TRACEEXIT.
dword TFDSize | ( | byte * | pTFD | ) |
long TimeDiff | ( | dword | FromTime, |
dword | ToTime | ||
) |
Definition at line 3 of file TimeDiff.c.
References TRACEENTER, and TRACEEXIT.
char * TimeFormat | ( | dword | DateTime, |
byte | Sec, | ||
eTimeStampFormat | TimeStampFormat, | ||
char * | Result | ||
) |
Definition at line 4 of file TimeFormat.c.
References HOUR, MINUTE, MJD, TIMESTAMP_FNYMDHM, TIMESTAMP_HM, TIMESTAMP_HMS, TIMESTAMP_YMD, TIMESTAMP_YMDHM, TIMESTAMP_YMDHMS, TRACEENTER, and TRACEEXIT.
Referenced by LogEntry(), LogEntryFBLibPrintf(), and LogEntryGeneric().
bool TimerPaddingAPICheck | ( | void | ) |
Definition at line 3 of file TimerPaddingAPICheck.c.
References LogEntryFBLibPrintf(), TRACEENTER, and TRACEEXIT.
Referenced by TimerPaddingGet(), and TimerPaddingSet().
bool TimerPaddingGet | ( | short * | PrePaddingMin, |
short * | PostPaddingMin | ||
) |
Definition at line 3 of file TimerPaddingGet.c.
References FIS_vEEPROM(), TimerPaddingAPICheck(), TRACEENTER, and TRACEEXIT.
bool TimerPaddingSet | ( | short * | PrePaddingMin, |
short * | PostPaddingMin | ||
) |
Definition at line 3 of file TimerPaddingSet.c.
References FIS_vEEPROM(), TimerPaddingAPICheck(), TRACEENTER, and TRACEEXIT.
dword TryResolve | ( | char * | Function | ) |
Definition at line 5 of file TryResolve.c.
References TRACEENTER, and TRACEEXIT.
Referenced by FIS_fwAppl_AddSvcName(), FIS_fwAppl_CheckRecording(), FIS_fwAppl_CheckRecording_Tuner(), FIS_fwAppl_CiMenu(), FIS_fwAppl_CiplusMenu(), FIS_fwAppl_ClrTimer(), FIS_fwAppl_ConvertToValidUTF8Str(), FIS_fwAppl_DeleteRadioSvcName(), FIS_fwAppl_DeleteTvSvcName(), FIS_fwAppl_EnterNormal(), FIS_fwAppl_EvtProc_PincodeKey(), FIS_fwAppl_ExecProgram(), FIS_fwAppl_ExportChData(), FIS_fwAppl_GetCurrentEvent(), FIS_fwAppl_GetEvtCount(), FIS_fwAppl_GetEvtCountInFreePool(), FIS_fwAppl_GetEvtListHeadInHash(), FIS_fwAppl_GetEvtListHeadInUsePool(), FIS_fwAppl_GetFreeExtRecordSpace(), FIS_fwAppl_GetIsExternal(), FIS_fwAppl_GetSameTimeEvent(), FIS_fwAppl_GetStreamFormat(), FIS_fwAppl_ImportChData(), FIS_fwAppl_InitTempRec(), FIS_fwAppl_IsTimeShifting(), FIS_fwAppl_KeyCvt(), FIS_fwAppl_PvrList(), FIS_fwAppl_PvrList_SetListType(), FIS_fwAppl_PvrPause(), FIS_fwAppl_RestartTimeShiftSvc(), FIS_fwAppl_SetApplVer(), FIS_fwAppl_SetIsExternal(), FIS_fwAppl_SetPlaybackSpeed(), FIS_fwAppl_SetProviderName(), FIS_fwAppl_SetTimeShift(), FIS_fwAppl_ShoutCast(), FIS_fwAppl_StartPlayback(), FIS_fwAppl_StartPlaybackDivx(), FIS_fwAppl_StartPlaybackMedia(), FIS_fwAppl_StartPlaybackMp3(), FIS_fwAppl_StartTempRec(), FIS_fwAppl_StopPlaying(), FIS_fwAppl_StopRecPlaying(), FIS_fwAppl_StopTempRec(), FIS_fwAppl_TimeToLocal(), FIS_fwAppl_WaitEvt(), FIS_fwAppl_WriteFlash(), FIS_fwAppl_WriteRecInfo(), FIS_fwApplChannel_GetAgc(), FIS_fwApplChannel_GetBer(), FIS_fwApplCiplus_CamSelect(), FIS_fwApplCiplus_GetSelectedCam(), FIS_fwApplClock_SetTimeMJD(), FIS_fwApplHdd_FileCutPaste(), FIS_fwApplHdd_FreeSize(), FIS_fwApplHdd_GetFileInfo(), FIS_fwApplHdd_GetInfoFromExternalDevice(), FIS_fwApplHdd_RestoreWorkFolder(), FIS_fwApplHdd_SaveWorkFolder(), FIS_fwApplHdd_SelectFolder(), FIS_fwApplHdd_SetWorkFolder(), FIS_fwApplIcelink_EitFromHdd(), FIS_fwApplOsd_DrawJpeg(), FIS_fwApplPin_Delete(), FIS_fwApplPin_IsLockPopup(), FIS_fwApplSvc_GetSvcIdx(), FIS_fwApplSvc_GetTpIdx(), FIS_fwApplTap_CallEventHandler(), FIS_fwApplTap_GetEmptyTask(), FIS_fwApplTimer_OptimizeList(), FIS_fwApplVfdSendData(), FIS_fwApplVfdStart(), FIS_fwApplVfdStop(), FIS_fwcurl_easy_cleanup(), FIS_fwcurl_easy_init(), FIS_fwcurl_easy_perform(), FIS_fwcurl_easy_setopt(), FIS_fwcurl_global_cleanup(), FIS_fwcurl_global_init(), FIS_fwDevEeprom_GetMacAddr(), FIS_fwDevEeprom_Info(), FIS_fwDevFront_PowerOffCancel(), FIS_fwDevFront_PowerOffReply(), FIS_fwDevFront_SetIlluminate(), FIS_fwDevHdd_DeviceClose(), FIS_fwDevHdd_DeviceOpen(), FIS_fwDevService_Mute(), FIS_fwEeprom_DirectWrite(), FIS_fwezxml_attr(), FIS_fwezxml_child(), FIS_fwezxml_error(), FIS_fwezxml_free(), FIS_fwezxml_idx(), FIS_fwezxml_parse_file(), FIS_fwezxml_parse_str(), FIS_fwPowerOff(), FIS_fwPutDevEvt(), FIS_fwSetIrCode(), FIS_fwTimeToLinux(), FIS_vApplState(), FIS_vAudioTrack(), FIS_vbookmarkTime(), FIS_vBootReason(), FIS_vCheckAutoDecTimerId(), FIS_vciMenuMode(), FIS_vciplusMenuMode(), FIS_vCurTapTask(), FIS_vDirectSvcNumTimerId(), FIS_vdupEntry(), FIS_vEEPROM(), FIS_vEEPROMPin(), FIS_vEtcInfo(), FIS_vExtPartitionInfo(), FIS_vExtTsFolder(), FIS_vfavName(), FIS_vFlash(), FIS_vFlashBlockAutoDec(), FIS_vFlashBlockDLNAData(), FIS_vFlashBlockFavoriteGroup(), FIS_vFlashBlockGameSaveData(), FIS_vFlashBlockLanIPConfig(), FIS_vFlashBlockNetwork(), FIS_vFlashBlockNetworkUpdateConfig(), FIS_vFlashBlockOTAInfo(), FIS_vFlashBlockProviderInfo(), FIS_vFlashBlockRadioServices(), FIS_vFlashBlockSatInfo(), FIS_vFlashBlockServerData(), FIS_vFlashBlockServiceName(), FIS_vFlashBlockTimeInfo(), FIS_vFlashBlockTimer(), FIS_vFlashBlockTransponderInfo(), FIS_vFlashBlockTVServices(), FIS_vfrontfd(), FIS_vgmt(), FIS_vGrid(), FIS_vHddDivxFolder(), FIS_vhddRecordFile(), FIS_vHddTapFolder(), FIS_vHddTsFolder(), FIS_vIboxTimerId(), FIS_vIsAllPartitionInvalid(), FIS_vIsPipActive(), FIS_vIsPopUpOn(), FIS_vMACAddress(), FIS_vnDupTimer(), FIS_vnExtPartition(), FIS_vnPipSvcNum(), FIS_vnRadioSvc(), FIS_vnTvSvc(), FIS_vOsdMap(), FIS_vOsdOutBuf(), FIS_vParentalInfo(), FIS_vPhotoAlbumInfo(), FIS_vPipH(), FIS_vPipSvcNum(), FIS_vPipW(), FIS_vPipX(), FIS_vPipY(), FIS_vPvrPlayInfo(), FIS_vPvrRecTempInfo(), FIS_vPvrRecTsInfo(), FIS_vPvrRecTsPlayInfo(), FIS_vRECSlotAddress(), FIS_vSelectedPartition(), FIS_vShoutCastInfo(), FIS_vShoutCastState(), FIS_vTapSysOsdCtrl(), FIS_vTAPTable(), FIS_vTempRecSlot(), FIS_vTimerEditInfo(), FIS_vTimerTempInfo(), FIS_vTopEvent(), FIS_vVfdBrightTimerId(), FIS_vVfdTimerId(), HookFirmware(), PutMsgQ_hooked(), ShowPvrList(), and UnhookFirmware().
byte TunerGet | ( | int | MainSub | ) |
Definition at line 4 of file TunerGet.c.
References TRACEENTER, and TRACEEXIT.
bool TunerSet | ( | byte | Tuner | ) |
Definition at line 5 of file TunerSet.c.
References FIS_vEtcInfo(), TRACEENTER, and TRACEEXIT.
word UncompressBlock | ( | byte * | pInput, |
word | compCount, | ||
byte * | pOutput, | ||
word | BufferSize | ||
) |
Definition at line 1342 of file lh5.c.
References TRACEENTER, and TRACEEXIT.
Referenced by UncompressFirmware(), UncompressLoader(), and UncompressTFD().
dword UncompressedFirmwareSize | ( | byte * | pSrc | ) |
Definition at line 4 of file UncompressedFirmwareSize.c.
References LOAD_WORD, TRACEENTER, and TRACEEXIT.
dword UncompressedLoaderSize | ( | byte * | pSrc | ) |
Definition at line 4 of file UncompressedLoaderSize.c.
References LOAD_WORDLE, TRACEENTER, and TRACEEXIT.
dword UncompressedTFDSize | ( | byte * | pSrc | ) |
Definition at line 4 of file UncompressedTFDSize.c.
References CRC16(), LOAD_WORD, TRACEENTER, and TRACEEXIT.
dword UncompressFirmware | ( | byte * | pSrc, |
byte * | pDest, | ||
void * | pPercentFinishedCallback | ||
) |
Definition at line 13 of file UncompressFirmware.c.
References LOAD_WORD, TRACEENTER, TRACEEXIT, and UncompressBlock().
dword UncompressLoader | ( | byte * | pSrc, |
byte * | pDest, | ||
void * | pPercentFinishedCallback | ||
) |
Definition at line 12 of file UncompressLoader.c.
References LOAD_WORDLE, TRACEENTER, TRACEEXIT, and UncompressBlock().
dword UncompressTFD | ( | byte * | pSrc, |
byte * | pDest, | ||
void * | pPercentFinishedCallback | ||
) |
Definition at line 20 of file UncompressTFD.c.
References CRC16(), LOAD_WORD, TRACEENTER, TRACEEXIT, and UncompressBlock().
bool UnhookFirmware | ( | char * | FirmwareFunctionName, |
void * | RedirectTo, | ||
void * | PointerToOriginal | ||
) |
Definition at line 3 of file UnhookFirmware.c.
References FindGotPointer(), TRACEENTER, TRACEEXIT, and TryResolve().
dword Unix2TFTime | ( | dword | UnixTimeStamp | ) |
Definition at line 3 of file Unix2TFTime.c.
References TRACEENTER, and TRACEEXIT.
void UpperCase | ( | char * | string | ) |
Definition at line 5 of file UpperCase.c.
References AnsiLower, AnsiUpper, isUTF8Char(), TRACEENTER, TRACEEXIT, UTF8Lower, and UTF8Upper.
dword UTC2LocalTime | ( | dword | UTCTime, |
short * | Offset | ||
) |
Definition at line 3 of file UTC2LocalTime.c.
References AddTime(), Appl_TimeToLocal(), DST_GetDefaultDSTRule(), DST_GetTransitions_Europe(), DST_GetTransitions_Manual(), DSTR_Europe, DSTR_Firmware, DSTR_Manual, DSTR_Undefined, DSTRule, GetCurrentTimeZone(), TRACEENTER, and TRACEEXIT.
Referenced by DST_FindNextTransition(), EPGInfo_CloneToCache(), and EPGInfo_FindCurrent().
void UTF32ToUTF8 | ( | dword | UTF32Character, |
byte * | UTF8Character, | ||
byte * | BytesPerChar | ||
) |
Definition at line 3 of file UTF32ToUTF8.c.
References TRACEENTER, and TRACEEXIT.
Referenced by StrToUTF8().
dword UTF8ToUTF32 | ( | const byte * | UTF8Character, |
byte * | BytesPerChar | ||
) |
Definition at line 3 of file UTF8ToUTF32.c.
References TRACEENTER, and TRACEEXIT.
Referenced by FMUC_GetGlyphData(), FMUC_GetStringWidth(), GetUCPos(), and StrToISO().
char * ValidFileName | ( | const char * | strName, |
eRemoveChars | ControlCharacters, | ||
char * | Result, | ||
int | ResultSize | ||
) |
Definition at line 4 of file ValidFileName.c.
References isLegalChar(), isUTF8Char(), TRACEENTER, and TRACEEXIT.
Referenced by MakeValidFileName().
Definition at line 11 of file VFD_CDAnimation.c.
References CDEnabledAnimation, FIS_vGrid(), grid, TRACEENTER, TRACEEXIT, and VFDUsedByTAP.
bool VFD_Clear | ( | void | ) |
Definition at line 3 of file VFD_Clear.c.
References FIS_vGrid(), grid, TRACEENTER, TRACEEXIT, and VFDUsedByTAP.
Definition at line 6 of file VFD_EnableCD.c.
References CDEnabled, CDEnabledAnimation, FIS_vGrid(), grid, TRACEENTER, TRACEEXIT, VFD_EnableCDAnimation(), and VFDUsedByTAP.
Referenced by VFD_EnableCDAnimation().
Definition at line 6 of file VFD_EnableCDAnimation.c.
References CDEnabled, CDEnabledAnimation, FIS_vGrid(), grid, TRACEENTER, TRACEEXIT, VFD_EnableCD(), and VFDUsedByTAP.
Referenced by VFD_EnableCD().
Definition at line 6 of file VFD_EnableHDD.c.
References FIS_vGrid(), grid, HDDEnabled, TRACEENTER, TRACEEXIT, and VFDUsedByTAP.
Referenced by VFD_SetHDDValue().
Definition at line 6 of file VFD_GetControl.c.
References ApplNewVfd_Stop(), FIS_fwApplVfdStart(), FIS_fwApplVfdStop(), TRACEENTER, TRACEEXIT, and VFDUsedByTAP.
bool VFD_isInUseByTAP | ( | void | ) |
Definition at line 3 of file VFD_isInUseByTAP.c.
References TRACEENTER, TRACEEXIT, and VFDUsedByTAP.
bool VFD_SetCDValue | ( | int | Percent | ) |
Definition at line 4 of file VFD_SetCDValue.c.
References CDEnabled, FIS_vGrid(), grid, TRACEENTER, TRACEEXIT, and VFDUsedByTAP.
bool VFD_SetCharacterSet | ( | tVFDCharset | VFDCharset | ) |
Definition at line 5 of file VFD_SetCharacterSet.c.
References CurrentCharset, TRACEENTER, and TRACEEXIT.
bool VFD_SetHDDValue | ( | int | Percent | ) |
Definition at line 4 of file VFD_SetHDDValue.c.
References FIS_vGrid(), grid, HDDEnabled, TRACEENTER, TRACEEXIT, VFD_EnableHDD(), and VFDUsedByTAP.
Definition at line 4 of file VFD_SetIcon.c.
References FIS_vGrid(), grid, TRACEENTER, TRACEEXIT, VFD_AC3, VFD_AM, VFD_Attn, VFD_CDCenter, VFD_Clock, VFD_Colon, VFD_Dolby, VFD_Dollar, VFD_FFwd, VFD_HDD, VFD_HDDFull, VFD_JumpEnd, VFD_JumpStart, VFD_MP3, VFD_Mute, VFD_Network, VFD_Pause, VFD_Play, VFD_PM, VFD_Power, VFD_Radio, VFD_REC, VFD_RepeatLeft, VFD_RepeatRight, VFD_Rwd, VFD_Satellite, VFD_Slot1, VFD_Slot2, VFD_TimeShift, VFD_TV, and VFDUsedByTAP.
bool VFD_SetLargeText | ( | char * | Text | ) |
Definition at line 4 of file VFD_SetLargeText.c.
References FIS_vGrid(), grid, TRACEENTER, TRACEEXIT, VFD_17, VFD_SetDisplayDigit(), and VFDUsedByTAP.
bool VFD_SetSmallText | ( | char * | Text | ) |
Definition at line 4 of file VFD_SetSmallText.c.
References FIS_vGrid(), grid, TRACEENTER, TRACEEXIT, VFD_14, VFD_SetDisplayDigit(), and VFDUsedByTAP.
bool VFD_Update | ( | void | ) |
Definition at line 3 of file VFD_Update.c.
References FIS_fwApplVfdSendData(), TRACEENTER, TRACEEXIT, and VFDUsedByTAP.
|
extern |
Definition at line 6 of file InitTAPex.c.
Referenced by InitTAPex(), and InitTAPexFailedMsg().
|
extern |
Definition at line 6 of file PrintNet.c.
|
extern |
Definition at line 7 of file InitTAPex.c.
Referenced by HDD_TAP_Callback(), HDD_TAP_CheckCollision(), HDD_TAP_Disable(), HDD_TAP_GetCurrentDir(), HDD_TAP_isAnyRunning(), HDD_TAP_isDisabledAll(), HDD_TAP_SendEvent(), InitTAPex(), KeyTranslate(), NoAutoStartTAP(), and SDS().