Searched refs:getServiceSpecificErrorCode (Results 1 – 9 of 9) sorted by relevance
49 return ClientHelper::getServiceSpecificErrorCode(s); in setTimeStamp()62 return ClientHelper::getServiceSpecificErrorCode(s); in clearTimeStamp()76 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in getTimeStamp()103 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in getSourceTime()130 return ClientHelper::getServiceSpecificErrorCode(s); in close()
51 return ClientHelper::getServiceSpecificErrorCode(s); in setCallback()65 return ClientHelper::getServiceSpecificErrorCode(s); in setVoltage()78 return ClientHelper::getServiceSpecificErrorCode(s); in setTone()91 return ClientHelper::getServiceSpecificErrorCode(s); in setSatellitePosition()104 return ClientHelper::getServiceSpecificErrorCode(s); in sendDiseqcMessage()118 return ClientHelper::getServiceSpecificErrorCode(s); in close()
51 return ClientHelper::getServiceSpecificErrorCode(s); in setDemuxSource()64 return ClientHelper::getServiceSpecificErrorCode(s); in setKeyToken()79 return ClientHelper::getServiceSpecificErrorCode(s); in addPid()96 return ClientHelper::getServiceSpecificErrorCode(s); in removePid()112 return ClientHelper::getServiceSpecificErrorCode(s); in close()
52 return ClientHelper::getServiceSpecificErrorCode(s); in setFrontendDataSource()71 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in openFilter()94 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in openTimeFilter()116 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in getAvSyncHwId()143 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in getAvSyncTime()171 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in openDvr()193 return ClientHelper::getServiceSpecificErrorCode(s); in connectCiCam()206 return ClientHelper::getServiceSpecificErrorCode(s); in disconnectCiCam()220 return ClientHelper::getServiceSpecificErrorCode(s); in close()
208 Result res = ClientHelper::getServiceSpecificErrorCode(s); in configure()215 res = ClientHelper::getServiceSpecificErrorCode(s); in configure()246 return ClientHelper::getServiceSpecificErrorCode(s); in attachFilter()263 return ClientHelper::getServiceSpecificErrorCode(s); in detachFilter()280 return ClientHelper::getServiceSpecificErrorCode(s); in start()293 return ClientHelper::getServiceSpecificErrorCode(s); in stop()306 return ClientHelper::getServiceSpecificErrorCode(s); in flush()325 return ClientHelper::getServiceSpecificErrorCode(s); in close()
69 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS || v.size() == 0) { in getFrontendIds()101 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS in openFrontend()107 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in openFrontend()112 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in openFrontend()142 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in getFrontendInfo()164 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in getFrontendDtmbCapabilities()198 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in openDemux()222 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in getDemuxCaps()247 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in openDescrambler()269 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in openLnb()[all …]
101 res = ClientHelper::getServiceSpecificErrorCode(s); in configure()122 return ClientHelper::getServiceSpecificErrorCode(s); in configureMonitorEvent()135 return ClientHelper::getServiceSpecificErrorCode(s); in configureIpFilterContextId()157 return ClientHelper::getServiceSpecificErrorCode(s); in configureAvStreamType()170 return ClientHelper::getServiceSpecificErrorCode(s); in start()183 return ClientHelper::getServiceSpecificErrorCode(s); in stop()196 return ClientHelper::getServiceSpecificErrorCode(s); in flush()211 return ClientHelper::getServiceSpecificErrorCode(s); in getId()231 return ClientHelper::getServiceSpecificErrorCode(s); in getId64Bit()249 return ClientHelper::getServiceSpecificErrorCode(s); in releaseAvHandle()[all …]
98 return ClientHelper::getServiceSpecificErrorCode(s); in setCallback()120 return ClientHelper::getServiceSpecificErrorCode(s); in tune()140 return ClientHelper::getServiceSpecificErrorCode(s); in stopTune()156 return ClientHelper::getServiceSpecificErrorCode(s); in scan()176 return ClientHelper::getServiceSpecificErrorCode(s); in stopScan()197 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in getStatus()230 if (ClientHelper::getServiceSpecificErrorCode(s) != Result::SUCCESS) { in getStatusExtended_1_1()255 return ClientHelper::getServiceSpecificErrorCode(s); in setLnb()269 return ClientHelper::getServiceSpecificErrorCode(s); in setLna()285 if (ClientHelper::getServiceSpecificErrorCode(s) == Result::SUCCESS) { in linkCiCamToFrontend()[all …]
35 static Result getServiceSpecificErrorCode(Status& s) { in getServiceSpecificErrorCode() function