OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:configureScanMonitor
(Results
1 - 3
of
3
) sorted by null
/system/chre/pal/include/chre/pal/
wifi.h
51
* monitor registration status requested via
configureScanMonitor
in struct
56
* call to
configureScanMonitor
. If the scan monitor registration is lost,
66
* @see #
configureScanMonitor
111
* @see #
configureScanMonitor
166
bool (*
configureScanMonitor
)(bool enable);
176
*
configureScanMonitor
().
/system/chre/platform/shared/
platform_wifi.cc
60
bool PlatformWifi::
configureScanMonitor
(bool enable) {
62
return mWifiApi->
configureScanMonitor
(enable);
/system/chre/core/
wifi_request_manager.cc
39
bool WifiRequestManager::
configureScanMonitor
(Nanoapp *nanoapp, bool enable,
55
success = mPlatformWifi.
configureScanMonitor
(enable);
349
if (mPlatformWifi.
configureScanMonitor
(stateTransition.enable)) {
Completed in 575 milliseconds