OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WifiEnabledProperty
(Results
1 - 2
of
2
) sorted by null
/system/core/nexus/
WifiController.h
66
class
WifiEnabledProperty
: public WifiIntegerProperty {
68
WifiEnabledProperty
(WifiController *c);
69
virtual ~
WifiEnabledProperty
() {}
202
WifiEnabledProperty
*propEnabled;
WifiController.cpp
68
mStaticProperties.propEnabled = new
WifiEnabledProperty
(this);
670
WifiController::
WifiEnabledProperty
::
WifiEnabledProperty
(WifiController *c) :
674
int WifiController::
WifiEnabledProperty
::get(int idx, int *buffer) {
678
int WifiController::
WifiEnabledProperty
::set(int idx, int value) {
Completed in 179 milliseconds