Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp207 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()
DCamera3Device.h131 void notifyStatus(bool idle); // updates from StatusTracker
DCamera3Device.cpp1130 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/
DNetworkPolicyManagerServiceTest.java267 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/
Dindex.jd31 When an Android device is left idle, it will first dim, then turn off the screen, and
Dwakelock.jd29 <p>To avoid draining the battery, an Android device that is left idle quickly falls asleep.
/frameworks/base/docs/html/tools/help/uiautomator/
DConfigurator.jd147 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…
DUiDevice.jd939 <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/
Dsystrace.jd89 <td><code>-i, --cpu-idle</code></td>
91 <td>Trace CPU idle events.</td>
Dadb.jd462 but profiling stops when the app goes idle.
/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java134 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()
DActivityStack.java957 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()
DActivityStackSupervisor.java409 if (resumedActivity == null || !resumedActivity.idle) { in allResumedActivitiesIdle()
1836 r.idle = true; in activityIdleInternalLocked()
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd46idle 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/
Dcreate-threadpool.jd182 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
Drun-code.jd51 idle thread becomes available, the manager takes the task that has been waiting the longest and
/frameworks/base/docs/html/training/activity-testing/
Dactivity-functional-testing.jd141 for the main thread to become idle (that is, have no more events to process).</li>
/frameworks/base/docs/html/tools/debugging/
Dsystrace.jd85 {@code --disk}, {@code --cpu-freq}, {@code --cpu-idle}, {@code --cpu-load} options.</li>
/frameworks/base/docs/html/about/versions/
Dandroid-4.2.jd139 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
Dandroid-3.1-highlights.jd162 services for long periods, even when the device is otherwise idle and the screen
Dkitkat.jd363 low-power idle state until batches are delivered. You can request batched
/frameworks/base/docs/html/training/sync-adapters/
Drunning-sync-adapter.jd347 Similarly, you can upload data from the device when your server is relatively idle, by
/frameworks/base/docs/html/google/gcm/
Dadv.jd47 <p>If the device is connected but idle, the message will still be
Dgcm.jd388 if the device is idle. The server will wait for the device to become active, and
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd358 stay available even if the phone is idle.</p>

12