OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FULL_POWER
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Nfc/nci/jni/
PowerSwitch.cpp
112
case
FULL_POWER
:
179
if ( (mCurrLevel == LOW_POWER && newLevel ==
FULL_POWER
) ||
180
(mCurrLevel ==
FULL_POWER
&& newLevel == LOW_POWER) )
194
case
FULL_POWER
:
205
mCurrLevel =
FULL_POWER
;
328
mCurrLevel =
FULL_POWER
;
391
case
FULL_POWER
:
PowerSwitch.h
40
**
FULL_POWER
: controller is in full-power state.
44
enum PowerLevel {UNKNOWN_LEVEL,
FULL_POWER
, LOW_POWER, POWER_OFF};
NativeSecureElement.cpp
68
PowerSwitch::getInstance ().setLevel (PowerSwitch::
FULL_POWER
);
NativeNfcManager.cpp
[
all
...]
Completed in 49 milliseconds