OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:powerDown
(Results
1 - 4
of
4
) sorted by null
/system/core/nexus/
TiwlanWifiController.h
35
virtual int
powerDown
();
TiwlanWifiController.cpp
51
int TiwlanWifiController::
powerDown
() {
60
return 0; //
Powerdown
is currently done when the driver is unloaded
WifiController.h
252
virtual int
powerDown
() = 0;
WifiController.cpp
181
if (
powerDown
()) {
182
LOGE("Unable to
powerdown
after failure!");
288
if (
powerDown
()) {
289
LOGE("
Powerdown
failed (%s)", strerror(errno));
Completed in 43 milliseconds