Lines Matching full:idle
37 mDeviceState(IDLE) {
51 err = mStates.add(id, IDLE);
84 markComponent(id, IDLE, componentFence);
94 state == IDLE ? "idle" : "active");
117 ALOGV("%s: Component %d not idle", __FUNCTION__,
126 // to be able to idle in case of errors.
132 return fencesDone ? IDLE : ACTIVE;
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);
205 ALOGV("Camera device is now %s", idle ? "idle" : "active");
206 parent->notifyStatus(idle);