Home
last modified time | relevance | path

Searched refs:StartChannelScan (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/guilib/
H A DPVRGUIActions.h309 bool StartChannelScan();
316 bool StartChannelScan(int clientId);
H A DPVRGUIActionListener.cpp355 CServiceBroker::GetPVRManager().GUIActions()->StartChannelScan(); in OnSettingAction()
H A DPVRGUIActions.cpp1568 bool CPVRGUIActions::StartChannelScan() in StartChannelScan() function in PVR::CPVRGUIActions
1570 return StartChannelScan(PVR_INVALID_CLIENT_ID); in StartChannelScan()
1573 bool CPVRGUIActions::StartChannelScan(int clientId) in StartChannelScan() function in PVR::CPVRGUIActions
1645 if (scanClient->StartChannelScan() != PVR_ERROR_NO_ERROR) in StartChannelScan()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/json-rpc/
H A DPVROperations.cpp287 if (CServiceBroker::GetPVRManager().GUIActions()->StartChannelScan( in Scan()
293 if (CServiceBroker::GetPVRManager().GUIActions()->StartChannelScan()) in Scan()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/addons/
H A DPVRClient.h409 PVR_ERROR StartChannelScan();
H A DPVRClient.cpp620 PVR_ERROR CPVRClient::StartChannelScan() in StartChannelScan() function in PVR::CPVRClient