Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/
DCarServiceProvider.java37 (car, ready) -> { in CarServiceProvider()
42 listener.onLifecycleChanged(mCar, ready); in CarServiceProvider()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DPowerManagerHelper.java46 mCarServiceLifecycleListener = (car, ready) -> { in PowerManagerHelper()
47 if (!ready) { in PowerManagerHelper()
DDrivingStateHelper.java73 private final CarServiceLifecycleListener mCarServiceLifecycleListener = (car, ready) -> {
74 if (!ready) {
DFullscreenUserSwitcher.java89 .addListener((car, ready) -> { in FullscreenUserSwitcher()
90 if (!ready) { in FullscreenUserSwitcher()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelCpuUidBpfMapReaderTest.java119 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()
DKernelCpuProcStringReaderTest.java253 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/
DREADME.txt23 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/
DWifiCountryCode.java92 public synchronized void setReadyForChange(boolean ready) { in setReadyForChange() argument
93 mReady = ready; in setReadyForChange()
/frameworks/base/core/java/android/service/voice/
DIVoiceInteractionService.aidl25 void ready(); in ready() method
DVoiceInteractionService.java82 public void ready() {
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/hvac/
DHvacController.java84 private final CarServiceLifecycleListener mCarServiceLifecycleListener = (car, ready) -> {
85 if (!ready) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsRttTextHandlerTest.java218 Assert.assertFalse(mPipeFromHandler.ready()); in testProperTransmissionFromNetworkToInCall()
237 if (!inputStreamReader.ready()) { in readAll()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp108 if (!timeRecord->ready) { in recordReadyLocked()
177 if (prevTimeRecord.ready) { in flushAvailableRecordsToStatsLocked()
385 timeRecord.ready = true; in setPresentTime()
409 timeRecord.ready = true; in setPresentFence()
DTimeStats.h84 bool ready = false; member
/frameworks/base/services/core/java/com/android/server/job/controllers/
DTimeController.java309 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/
DWifiTrackerTest.java825 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/
Djobscheduler.proto56 // 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/
Dpixel_format_f32.rsh17 // the color (red, green, blue) of FocusPixel is updated and ready to be used in
/frameworks/base/media/lib/remotedisplay/
DREADME.txt33 with the framework in a new API. That API isn't ready yet so this
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp615 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/
DLiveSession.cpp2085 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/
Dreport_file.proto103 * ready for broadcast / dropbox / etc.
/frameworks/base/media/lib/signer/
DREADME.txt34 is reintegrated with the framework in a new API. That API isn't ready yet so
/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp61 mNextSnapshot.wait_for(std::chrono::seconds(0)) == std::future_status::ready; in nextSnapshotReady()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp141 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()

123