Searched refs:StartChannelScan (Results 1 – 6 of 6) sorted by relevance
309 bool StartChannelScan();316 bool StartChannelScan(int clientId);
355 CServiceBroker::GetPVRManager().GUIActions()->StartChannelScan(); in OnSettingAction()
1568 bool CPVRGUIActions::StartChannelScan() in StartChannelScan() function in PVR::CPVRGUIActions1570 return StartChannelScan(PVR_INVALID_CLIENT_ID); in StartChannelScan()1573 bool CPVRGUIActions::StartChannelScan(int clientId) in StartChannelScan() function in PVR::CPVRGUIActions1645 if (scanClient->StartChannelScan() != PVR_ERROR_NO_ERROR) in StartChannelScan()
287 if (CServiceBroker::GetPVRManager().GUIActions()->StartChannelScan( in Scan()293 if (CServiceBroker::GetPVRManager().GUIActions()->StartChannelScan()) in Scan()
409 PVR_ERROR StartChannelScan();
620 PVR_ERROR CPVRClient::StartChannelScan() in StartChannelScan() function in PVR::CPVRClient