/frameworks/av/services/camera/libcameraservice/device3/ |
D | StatusTracker.cpp | 204 bool idle = (mStateTransitions[i] == IDLE); in threadLoop() local 205 ALOGV("Camera device is now %s", idle ? "idle" : "active"); in threadLoop() 206 parent->notifyStatus(idle); in threadLoop()
|
D | Camera3Device.h | 143 void notifyStatus(bool idle); // updates from StatusTracker
|
D | Camera3Device.cpp | 1323 void Camera3Device::notifyStatus(bool idle) { in notifyStatus() argument 1335 idle ? "idle" : "active"); in notifyStatus() 1336 mStatus = idle ? STATUS_CONFIGURED : STATUS_ACTIVE; in notifyStatus() 1349 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/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/services/core/java/com/android/server/am/ |
D | ActivityRecord.java | 159 boolean idle; // has the activity gone idle? field in ActivityRecord 278 pw.print(" idle="); pw.println(idle); in dump() 412 idle = false; in ActivityRecord() 949 if (!idle) { in windowsVisible()
|
D | ActivityStackSupervisor.java | 423 if (r != null && r.idle) { in moveHomeStack() 578 if (resumedActivity == null || !resumedActivity.idle) { in allResumedActivitiesIdle() 2301 r.idle = true; in activityIdleInternalLocked()
|
D | ActivityStack.java | 1045 next.idle = false; in completeResumeLocked()
|
/frameworks/base/docs/html/tools/help/ |
D | systrace.jd | 198 <li><code>idle</code> - CPU Idle</li> 324 <td><code>-i, --cpu-idle</code></td> 326 <td>Trace CPU idle events.</td>
|
/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/training/tv/start/ |
D | navigation.jd | 131 it is idle.
|
/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 | android-5.0.jd | 677 <li>Start when the device is idle</li>
|
D | kitkat.jd | 363 low-power idle state until batches are delivered. You can request batched
|
/frameworks/base/docs/html/tools/debugging/ |
D | systrace.jd | 94 {@code --cpu-freq}, {@code --cpu-idle}, {@code --cpu-load} options.</li>
|
/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 | server.jd | 379 <p>If the device is connected but idle, the message will still be
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 358 stay available even if the phone is idle.</p>
|