Searched defs:idle (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.cpp94 state == IDLE ? "idle" : "active");
117 ALOGV("%s: Component %d not idle", __FUNCTION__,
126 // to be able to idle in case of errors.
156 // After new pending states appear, or timeout, check if we're idle. Even
165 // collectively transitions between idle and active for each one
204 bool idle = (mStateTransitions[i] == IDLE); local
205 ALOGV("Camera device is now %s", idle ? "idle" : "active");
206 parent->notifyStatus(idle);
H A DCamera3Device.cpp967 // CameraDevice semantics require device to already be idle before
970 ALOGV("%s: Camera %d: Device not idle", __FUNCTION__, mId);
1079 ALOGV("%s: Already idle", __FUNCTION__);
1092 ALOGV("%s: Camera %d: Waiting until idle", __FUNCTION__, mId);
1106 ALOGV("%s: Camera %d: Internal wait until idle", __FUNCTION__, mId);
1109 SET_ERR_L("Can't idle device in %f seconds!",
1323 void Camera3Device::notifyStatus(bool idle) { argument
1328 // We can get various system-idle notices from the status tracker
1335 idle ? "idle"
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java159 boolean idle; // has the activity gone idle? field in class:ActivityRecord
278 pw.print(" idle="); pw.println(idle);
412 idle = false;
949 if (!idle) {
952 // the normal idle happens.
955 // If this activity was already idle, then we now need to

Completed in 414 milliseconds