/frameworks/av/services/camera/libcameraservice/device3/ |
D | StatusTracker.cpp | 207 bool idle = (mStateTransitions[i] == IDLE); in threadLoop() local 208 ALOGV("Camera device is now %s", idle ? "idle" : "active"); in threadLoop() 209 parent->notifyStatus(idle); in threadLoop()
|
D | Camera3Device.h | 131 void notifyStatus(bool idle); // updates from StatusTracker
|
D | Camera3Device.cpp | 1130 void Camera3Device::notifyStatus(bool idle) { in notifyStatus() argument 1142 idle ? "idle" : "active"); in notifyStatus() 1143 mStatus = idle ? STATUS_CONFIGURED : STATUS_ACTIVE; in notifyStatus() 1156 if (idle && listener != NULL) { in notifyStatus()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkPolicyManagerServiceTest.java | 267 IdleFuture idle; in testPidForegroundCombined() local 270 idle = expectIdle(); in testPidForegroundCombined() 274 idle.get(); in testPidForegroundCombined() 279 idle = expectIdle(); in testPidForegroundCombined() 281 idle.get(); in testPidForegroundCombined() 286 idle = expectIdle(); in testPidForegroundCombined() 289 idle.get(); in testPidForegroundCombined() 294 idle = expectIdle(); in testPidForegroundCombined() 297 idle.get(); in testPidForegroundCombined() 301 idle = expectIdle(); in testPidForegroundCombined() [all …]
|
/frameworks/base/docs/html/training/scheduling/ |
D | index.jd | 31 When an Android device is left idle, it will first dim, then turn off the screen, and
|
D | wakelock.jd | 29 <p>To avoid draining the battery, an Android device that is left idle quickly falls asleep.
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | Configurator.jd | 147 into an idle state.</div> 240 … <div class="jd-descrdiv">Sets the timeout for waiting for the user interface to go into an idle 676 into an idle state. 680 …object's <code><a href="UiSelector.html">UiSelector</a></code>. Once the idle state is detected or… 879 …="jd-tagdata jd-tagdescr"><p>Sets the timeout for waiting for the user interface to go into an idle 884 …object's <code><a href="UiSelector.html">UiSelector</a></code>. Once the idle state is detected or…
|
D | UiDevice.jd | 939 <div class="jd-descrdiv">Waits for the current application to idle.</div> 957 <div class="jd-descrdiv">Waits for the current application to idle.</div> 3060 <div class="jd-tagdata jd-tagdescr"><p>Waits for the current application to idle.</p></div> 3098 <div class="jd-tagdata jd-tagdescr"><p>Waits for the current application to idle.
|
/frameworks/base/docs/html/tools/help/ |
D | systrace.jd | 89 <td><code>-i, --cpu-idle</code></td> 91 <td>Trace CPU idle events.</td>
|
D | adb.jd | 462 but profiling stops when the app goes idle.
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityRecord.java | 134 boolean idle; // has the activity gone idle? field in ActivityRecord 236 pw.print(" idle="); pw.println(idle); in dump() 378 idle = false; in ActivityRecord() 905 if (!idle) { in windowsVisible()
|
D | ActivityStack.java | 957 next.idle = false; in completeResumeLocked() 3457 TAG, "State=" + top.state + "Idle=" + top.idle in getTasksLocked() 3461 if (top.idle && top.app != null && top.app.thread != null) { in getTasksLocked()
|
D | ActivityStackSupervisor.java | 409 if (resumedActivity == null || !resumedActivity.idle) { in allResumedActivitiesIdle() 1836 r.idle = true; in activityIdleInternalLocked()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 46 …idle states drain significantly less battery, they also introduce significant latency to network r… 65 …ually active, moving it back to high power just as it was about to become idle. As a result, every… 69 <p>The second example allows the radio to be idle for an additional 40 second every minute, resulti…
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | create-threadpool.jd | 182 The duration that a thread will remain idle before it shuts down. The duration is 226 // Sets the amount of time an idle thread waits before terminating
|
D | run-code.jd | 51 idle thread becomes available, the manager takes the task that has been waiting the longest and
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-functional-testing.jd | 141 for the main thread to become idle (that is, have no more events to process).</li>
|
/frameworks/base/docs/html/tools/debugging/ |
D | systrace.jd | 85 {@code --disk}, {@code --cpu-freq}, {@code --cpu-idle}, {@code --cpu-load} options.</li>
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.2.jd | 139 when the device is inserted into a dock or when the device is left idle while plugged in to a 194 <li>Before Daydream starts, the display dims to signal to the user that the idle timeout
|
D | android-3.1-highlights.jd | 162 services for long periods, even when the device is otherwise idle and the screen
|
D | kitkat.jd | 363 low-power idle state until batches are delivered. You can request batched
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | running-sync-adapter.jd | 347 Similarly, you can upload data from the device when your server is relatively idle, by
|
/frameworks/base/docs/html/google/gcm/ |
D | adv.jd | 47 <p>If the device is connected but idle, the message will still be
|
D | gcm.jd | 388 if the device is idle. The server will wait for the device to become active, and
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 358 stay available even if the phone is idle.</p>
|