Home
last modified time | relevance | path

Searched refs:WifiRequestManager (Results 1 – 3 of 3) sorted by relevance

/system/chre/core/
Dwifi_request_manager.cc31 WifiRequestManager::WifiRequestManager() { in WifiRequestManager() function in chre::WifiRequestManager
40 void WifiRequestManager::init() { in init()
44 uint32_t WifiRequestManager::getCapabilities() { in getCapabilities()
48 bool WifiRequestManager::configureScanMonitor(Nanoapp *nanoapp, bool enable, in configureScanMonitor()
80 bool WifiRequestManager::requestRanging( in requestRanging()
121 bool WifiRequestManager::requestScan(Nanoapp *nanoapp, in requestScan()
162 void WifiRequestManager::handleScanMonitorStateChange(bool enabled, in handleScanMonitorStateChange()
188 void WifiRequestManager::handleScanResponse(bool pending, in handleScanResponse()
214 void WifiRequestManager::handleRangingEvent( in handleRangingEvent()
249 void WifiRequestManager::handleScanEvent(chreWifiScanEvent *event) { in handleScanEvent()
[all …]
/system/chre/core/include/chre/core/
Devent_loop_manager.h190 WifiRequestManager& getWifiRequestManager() { in getWifiRequestManager()
250 WifiRequestManager mWifiRequestManager;
Dwifi_request_manager.h38 class WifiRequestManager : public NonCopyable {
44 WifiRequestManager();