HomeSort by relevance Sort by last modified time
    Searched refs:WifiRequestManager (Results 1 - 3 of 3) sorted by null

  /system/chre/core/
wifi_request_manager.cc 31 WifiRequestManager::WifiRequestManager() {
40 void WifiRequestManager::init() {
44 uint32_t WifiRequestManager::getCapabilities() {
48 bool WifiRequestManager::configureScanMonitor(Nanoapp *nanoapp, bool enable,
80 bool WifiRequestManager::requestRanging(
121 bool WifiRequestManager::requestScan(Nanoapp *nanoapp,
162 void WifiRequestManager::handleScanMonitorStateChange(bool enabled,
188 void WifiRequestManager::handleScanResponse(bool pending,
214 void WifiRequestManager::handleRangingEvent
    [all...]
  /system/chre/core/include/chre/core/
event_loop_manager.h 185 WifiRequestManager& getWifiRequestManager() {
237 //! The WifiRequestManager that handles requests for nanoapps. This manages
239 WifiRequestManager mWifiRequestManager;
wifi_request_manager.h 29 * The WifiRequestManager handles requests from nanoapps for Wifi information.
36 class WifiRequestManager : public NonCopyable {
39 * Initializes the WifiRequestManager with a default state and memory for any
42 WifiRequestManager();

Completed in 219 milliseconds