Home | History | Annotate | Download | only in jni

Lines Matching defs:fn

99     static const char fn [] = "PowerSwitch::initialize";
104 ALOGV("%s: level=%s (%u)", fn, powerLevelToString(level), level);
107 ALOGV("%s: desired screen-off state=%d", fn, mDesiredScreenOffPowerState);
122 ALOGE("%s: not handled", fn);
160 static const char fn [] = "PowerSwitch::setLevel";
165 ALOGV("%s: level=%s (%u)", fn, powerLevelToString(newLevel), newLevel);
174 ALOGE("%s: unknown power level", fn);
185 ALOGV("%s: wait for deactivation", fn);
210 ALOGE("%s: not handled", fn);
214 ALOGV("%s: actual power level=%s", fn, powerLevelToString(mCurrLevel));
291 static const char fn [] = "PowerSwitch::setPowerOffSleepState";
292 ALOGV("%s: enter; sleep=%u", fn, sleep);
303 ALOGV("%s: try power off", fn);
312 ALOGE("%s: API fail; stat=0x%X", fn, stat);
318 ALOGE("%s: power is not ON; curr device mgt power state=%s (%u)", fn,
331 ALOGV("%s: try full power", fn);
338 ALOGE("%s: unable to full power; curr device mgt power stat=%s (%u)", fn,
347 ALOGE("%s: API fail; stat=0x%X", fn, stat);
353 ALOGE("%s: not in power-off state; curr device mgt power state=%s (%u)", fn,
361 ALOGV("%s: exit; return %u", fn, retval);
453 static const char fn [] = "PowerSwitch::abort";
454 ALOGV("%s", fn);
473 static const char fn [] = "PowerSwitch::deviceManagementCallback";
480 ALOGV("%s: NFA_DM_PWR_MODE_CHANGE_EVT; status=0x%X; device mgt power state=%s (0x%X)", fn,