OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:powerUp
(Results
1 - 4
of
4
) sorted by null
/system/core/nexus/
TiwlanWifiController.h
34
virtual int
powerUp
();
TiwlanWifiController.cpp
47
int TiwlanWifiController::
powerUp
() {
48
return 0; //
Powerup
is currently done when the driver is loaded
WifiController.h
251
virtual int
powerUp
() = 0;
WifiController.cpp
113
if (
powerUp
()) {
114
LOGE("
Powerup
failed (%s)", strerror(errno));
Completed in 111 milliseconds