/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/ |
D | CarServiceProvider.java | 37 (car, ready) -> { in CarServiceProvider() 42 listener.onLifecycleChanged(mCar, ready); in CarServiceProvider()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/ |
D | PowerManagerHelper.java | 46 mCarServiceLifecycleListener = (car, ready) -> { in PowerManagerHelper() 47 if (!ready) { in PowerManagerHelper()
|
D | DrivingStateHelper.java | 73 private final CarServiceLifecycleListener mCarServiceLifecycleListener = (car, ready) -> { 74 if (!ready) {
|
D | FullscreenUserSwitcher.java | 89 .addListener((car, ready) -> { in FullscreenUserSwitcher() 90 if (!ready) { in FullscreenUserSwitcher()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | KernelCpuUidBpfMapReaderTest.java | 119 final CountDownLatch ready = new CountDownLatch(10); in testConcurrent() local 126 ready.countDown(); in testConcurrent() 137 ready.countDown(); in testConcurrent() 151 assertTrue("Prep timed out", ready.await(100, TimeUnit.MILLISECONDS)); in testConcurrent()
|
D | KernelCpuProcStringReaderTest.java | 253 final CountDownLatch ready = new CountDownLatch(10); in testConcurrent() local 262 ready.countDown(); in testConcurrent() 277 ready.countDown(); in testConcurrent() 295 assertTrue("Prep timed out", ready.await(100, TimeUnit.MILLISECONDS)); in testConcurrent()
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 23 infrastructure is ready with APIs allowing unbundled system apps to 25 That API isn't ready yet so this library is a compromise to
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiCountryCode.java | 92 public synchronized void setReadyForChange(boolean ready) { in setReadyForChange() argument 93 mReady = ready; in setReadyForChange()
|
/frameworks/base/core/java/android/service/voice/ |
D | IVoiceInteractionService.aidl | 25 void ready(); in ready() method
|
D | VoiceInteractionService.java | 82 public void ready() {
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/hvac/ |
D | HvacController.java | 84 private final CarServiceLifecycleListener mCarServiceLifecycleListener = (car, ready) -> { 85 if (!ready) {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsRttTextHandlerTest.java | 218 Assert.assertFalse(mPipeFromHandler.ready()); in testProperTransmissionFromNetworkToInCall() 237 if (!inputStreamReader.ready()) { in readAll()
|
/frameworks/native/services/surfaceflinger/TimeStats/ |
D | TimeStats.cpp | 108 if (!timeRecord->ready) { in recordReadyLocked() 177 if (prevTimeRecord.ready) { in flushAvailableRecordsToStatsLocked() 385 timeRecord.ready = true; in setPresentTime() 409 timeRecord.ready = true; in setPresentFence()
|
D | TimeStats.h | 84 bool ready = false; member
|
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
D | TimeController.java | 309 boolean ready = false; in checkExpiredDelaysAndResetAlarm() 321 ready = true; in checkExpiredDelaysAndResetAlarm() 342 if (ready) { in checkExpiredDelaysAndResetAlarm()
|
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/ |
D | WifiTrackerTest.java | 825 CountDownLatch ready = new CountDownLatch(1); in stopTrackingShouldRemoveAllPendingWork() local 830 ready.countDown(); in stopTrackingShouldRemoveAllPendingWork() 843 ready.await(); // Make sure we have entered the first message handler in stopTrackingShouldRemoveAllPendingWork() 861 final CountDownLatch ready = new CountDownLatch(1); in stopTrackingShouldPreventCallbacksFromOngoingWork() local 866 ready.countDown(); in stopTrackingShouldPreventCallbacksFromOngoingWork() 878 ready.await(); // Make sure we have entered the first message handler in stopTrackingShouldPreventCallbacksFromOngoingWork()
|
/frameworks/base/core/proto/android/server/ |
D | jobscheduler.proto | 56 // A job is ready to be executed if: 154 // Minimum # of idle jobs that must be ready in order to force the JMS to 157 // Minimum # of charging jobs that must be ready in order to force the JMS 160 // Minimum # of "battery not low" jobs that must be ready in order to force 163 // Minimum # of "storage not low" jobs that must be ready in order to force 166 // Minimum # of connectivity jobs that must be ready in order to force the 168 // ready. 170 // Minimum # of content trigger jobs that must be ready in order to force 233 // ready now.
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | pixel_format_f32.rsh | 17 // the color (red, green, blue) of FocusPixel is updated and ready to be used in
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 33 with the framework in a new API. That API isn't ready yet so this
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_benchmarks.cpp | 615 std::promise<BenchmarkResult> result, std::promise<void> ready) { in ClientCommand() argument 639 ready.set_value(); in ClientCommand() 834 for (auto& ready : ready_barrier_futures) in ClientCommand() local 835 ready.wait(); in ClientCommand()
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 2085 bool underflow, ready, down, up; in onPollBuffering() local 2086 if (checkBuffering(underflow, ready, down, up)) { in onPollBuffering() 2095 if (!switchBandwidthIfNeeded(false /* up */, down) && ready) { in onPollBuffering() 2101 if (ready) { in onPollBuffering() 2161 bool &underflow, bool &ready, bool &down, bool &up) { in checkBuffering() argument 2162 underflow = ready = down = up = false; in checkBuffering() 2237 ready = (readyCount == activeCount); in checkBuffering()
|
/frameworks/base/cmds/incidentd/src/ |
D | report_file.proto | 103 * ready for broadcast / dropbox / etc.
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 34 is reintegrated with the framework in a new API. That API isn't ready yet so
|
/frameworks/base/libs/hwui/hwui/ |
D | AnimatedImageDrawable.cpp | 61 mNextSnapshot.wait_for(std::chrono::seconds(0)) == std::future_status::ready; in nextSnapshotReady()
|
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.cpp | 141 bool ready() const { in ready() function in vulkan::driver::__anon3017a7eb0111::TimingInfo 353 if (ti.ready()) { in get_num_ready_timings() 392 if (ti.ready()) { in get_num_ready_timings() 413 while (!swapchain.timing[last_ready].ready()) { in copy_ready_timings() 425 if (ti.ready()) { in copy_ready_timings()
|