OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WifiRequestManager
(Results
1 - 2
of
2
) sorted by null
/system/chre/core/include/chre/core/
wifi_request_manager.h
28
* The
WifiRequestManager
handles requests from nanoapps for Wifi information.
35
class
WifiRequestManager
: public NonCopyable {
38
* Initializes the
WifiRequestManager
with a default state and memory for any
41
WifiRequestManager
();
/system/chre/core/
wifi_request_manager.cc
28
WifiRequestManager
::
WifiRequestManager
() {
37
void
WifiRequestManager
::init() {
41
uint32_t
WifiRequestManager
::getCapabilities() {
45
bool
WifiRequestManager
::configureScanMonitor(Nanoapp *nanoapp, bool enable,
79
bool
WifiRequestManager
::requestScan(Nanoapp *nanoapp,
111
void
WifiRequestManager
::handleScanMonitorStateChange(bool enabled,
140
void
WifiRequestManager
::handleScanResponse(bool pending,
166
void
WifiRequestManager
::handleScanEvent(chreWifiScanEvent *event) {
177
bool
WifiRequestManager
::logStateToBuffer(char *buffer, size_t *bufferPos
[
all
...]
Completed in 58 milliseconds