HomeSort by relevance Sort by last modified time
    Searched refs:WifiSuspendedProperty (Results 1 - 2 of 2) sorted by null

  /system/core/nexus/
WifiController.h 138 class WifiSuspendedProperty : public WifiIntegerProperty {
140 WifiSuspendedProperty(WifiController *c);
141 virtual ~WifiSuspendedProperty() {}
217 WifiSuspendedProperty *propSuspended;
WifiController.cpp 87 mDynamicProperties.propSuspended = new WifiSuspendedProperty(this);
786 WifiController::WifiSuspendedProperty::WifiSuspendedProperty(WifiController *c) :
789 int WifiController::WifiSuspendedProperty::get(int idx, int *buffer) {
793 int WifiController::WifiSuspendedProperty::set(int idx, int value) {

Completed in 531 milliseconds