OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WifiBluetoothCoexScanProperty
(Results
1 - 2
of
2
) sorted by null
/system/core/nexus/
WifiController.h
114
class
WifiBluetoothCoexScanProperty
: public WifiIntegerProperty {
116
WifiBluetoothCoexScanProperty
(WifiController *c);
117
virtual ~
WifiBluetoothCoexScanProperty
() {}
212
WifiBluetoothCoexScanProperty
*propBluetoothCoexScan;
WifiController.cpp
80
mDynamicProperties.propBluetoothCoexScan = new
WifiBluetoothCoexScanProperty
(this);
756
WifiController::
WifiBluetoothCoexScanProperty
::
WifiBluetoothCoexScanProperty
(WifiController *c) :
759
int WifiController::
WifiBluetoothCoexScanProperty
::get(int idx, int *buffer) {
763
int WifiController::
WifiBluetoothCoexScanProperty
::set(int idx, int value) {
Completed in 22 milliseconds