Home | History | Annotate | Download | only in device3

Lines Matching refs:IDLE

40         mDeviceState(IDLE) {
54 err = mStates.add(id, IDLE);
87 markComponent(id, IDLE, componentFence);
97 state == IDLE ? "idle" : "active");
120 ALOGV("%s: Component %d not idle", __FUNCTION__,
129 // to be able to idle in case of errors.
135 return fencesDone ? IDLE : ACTIVE;
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);
208 ALOGV("Camera device is now %s", idle ? "idle" : "active");
209 parent->notifyStatus(idle);