OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WifiBluetoothCoexModeProperty
(Results
1 - 2
of
2
) sorted by null
/system/core/nexus/
WifiController.h
122
class
WifiBluetoothCoexModeProperty
: public WifiIntegerProperty {
124
WifiBluetoothCoexModeProperty
(WifiController *c);
125
virtual ~
WifiBluetoothCoexModeProperty
() {}
213
WifiBluetoothCoexModeProperty
*propBluetoothCoexMode;
WifiController.cpp
81
mDynamicProperties.propBluetoothCoexMode = new
WifiBluetoothCoexModeProperty
(this);
767
WifiController::
WifiBluetoothCoexModeProperty
::
WifiBluetoothCoexModeProperty
(WifiController *c) :
770
int WifiController::
WifiBluetoothCoexModeProperty
::get(int idx, int *buffer) {
774
int WifiController::
WifiBluetoothCoexModeProperty
::set(int idx, int value) {
Completed in 14 milliseconds