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

/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.cpp97 state == IDLE ? "idle" : "active");
120 ALOGV("%s: Component %d not idle", __FUNCTION__,
129 // to be able to idle in case of errors.
159 // After new pending states appear, or timeout, check if we're idle. Even
168 // collectively transitions between idle and active for each one
207 bool idle = (mStateTransitions[i] == IDLE); local
208 ALOGV("Camera device is now %s", idle ? "idle" : "active");
209 parent->notifyStatus(idle);
H A DCamera3Device.cpp831 // CameraDevice semantics require device to already be idle before
834 ALOGV("%s: Camera %d: Device not idle", __FUNCTION__, mId);
920 ALOGV("%s: Already idle", __FUNCTION__);
933 ALOGV("%s: Camera %d: Waiting until idle", __FUNCTION__, mId);
943 ALOGV("%s: Camera %d: Internal wait until idle", __FUNCTION__, mId);
946 SET_ERR_L("Can't idle device in %f seconds!",
1130 void Camera3Device::notifyStatus(bool idle) { argument
1135 // We can get various system-idle notices from the status tracker
1142 idle ? "idle"
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java134 boolean idle; // has the activity gone idle? field in class:ActivityRecord
236 pw.print(" idle="); pw.println(idle);
378 idle = false;
905 if (!idle) {
908 // the normal idle happens.
911 // If this activity was already idle, then we now need to

Completed in 78 milliseconds