/aosp_15_r20/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/ |
H A D | EventLogs.java | 103 public E waitForEvent(Duration timeout) { in waitForEvent() method in EventLogs 131 public E waitForEvent() { in waitForEvent() method in EventLogs
|
/aosp_15_r20/system/chre/test/simulation/inc/ |
H A D | test_event_queue.h | 90 void waitForEvent(uint16_t eventType) { in waitForEvent() function 106 void waitForEvent(uint16_t eventType, T *data) { in waitForEvent() function
|
H A D | test_base.h | 81 void waitForEvent(uint16_t eventType) { in waitForEvent() function 95 void waitForEvent(uint16_t eventType, T *eventData) { in waitForEvent() function
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
H A D | OffBodySensorTestActivity.java | 234 private SensorEventRegistry waitForEvent() throws InterruptedException { in waitForEvent() method in OffBodySensorTestActivity.SensorEventVerifier 238 private SensorEventRegistry waitForEvent(PowerManager.WakeLock suspendLock) in waitForEvent() method in OffBodySensorTestActivity.SensorEventVerifier
|
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/src/com/android/car/diagnostic/ |
D | CarDiagnosticManagerTest.java | 995 CarDiagnosticEvent waitForEvent() { in waitForEvent() method in CarDiagnosticManagerTest.Listener 1000 CarDiagnosticEvent waitForEvent(long eventTimeStamp) { in waitForEvent() method in CarDiagnosticManagerTest.Listener
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/prefs/ |
H A D | OldPreferencesTest.java | 886 public void waitForEvent(int count) { in waitForEvent() method in OldPreferencesTest.MockNodeChangeListener 934 public void waitForEvent(int count) { in waitForEvent() method in OldPreferencesTest.MockPreferenceChangeListener
|
H A D | OldNodeChangeEventTest.java | 151 public synchronized void waitForEvent() { in waitForEvent() method in OldNodeChangeEventTest.MockNodeChangeListener
|
/aosp_15_r20/cts/tests/tests/toastlegacy/src/android/widget/toast/cts/legacy/ |
H A D | ToastTest.java | 158 private void finishActivity(boolean waitForEvent) throws Exception { in finishActivity()
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | InputQueueTest.java | 54 private static native boolean waitForEvent(InputQueue inputQueue); in waitForEvent() method in InputQueueTest
|
/aosp_15_r20/cts/tests/tests/view/jni/ |
H A D | android_view_cts_InputQueueTest.cpp | 27 bool waitForEvent(JNIEnv *env, jclass /* clazz */, jobject inputQueue) { in waitForEvent() function
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | FileObserverTest.java | 117 private void waitForEvent() { in waitForEvent() method in FileObserverTest
|
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
H A D | SetTouchableRegionTest.java | 80 boolean waitForEvent(boolean receivedEvent) throws InterruptedException { in waitForEvent() method in SetTouchableRegionTest.MotionRecordingView
|
/aosp_15_r20/external/python/mobly/mobly/controllers/android_device_lib/ |
D | callback_handler.py | 149 def waitForEvent(self, event_name, predicate, timeout=DEFAULT_TIMEOUT): member in CallbackHandler
|
/aosp_15_r20/external/python/mobly/mobly/snippet/ |
D | callback_handler_base.py | 181 def waitForEvent(self, event_name, predicate, timeout=None): member in CallbackHandlerBase
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | AppFocusServiceTest.java | 174 public void waitForEvent() throws Exception { in waitForEvent() method in AppFocusServiceTest.AppFocusChangedListener
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/ |
D | Sl4aEventDispatcher.java | 142 public EventSl4aObject waitForEvent(String name, Predicate<EventSl4aObject> predicate, in waitForEvent() method in Sl4aEventDispatcher
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/ |
D | CarEvsServiceUnitTest.java | 1761 public boolean waitForEvent(int from, int expected) { in waitForEvent() method in CarEvsServiceUnitTest.EvsStreamCallbackImpl 1765 public boolean waitForEvent(int from, int expected, int timeout) { in waitForEvent() method in CarEvsServiceUnitTest.EvsStreamCallbackImpl
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GenericLogcatEventParser.java | 161 public LogcatEvent waitForEvent(long timeoutMs) throws InterruptedException { in waitForEvent() method in GenericLogcatEventParser
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/channels/ |
H A D | ConflatedBroadcastChannelNotifyStressTest.kt | 79 private suspend fun waitForEvent(): Int = in <lambda>() method in kotlinx.coroutines.channels.ConflatedBroadcastChannelNotifyStressTest
|
/aosp_15_r20/external/pytorch/aten/src/ATen/detail/ |
H A D | MPSHooksInterface.h | 82 virtual void waitForEvent(uint32_t event_id) const { in waitForEvent() function
|
/aosp_15_r20/cts/tests/tests/nativemedia/resourceobserver/src/ |
H A D | ResourceObserverNativeTest.cpp | 78 bool waitForEvent(StatusChangeEvent& event, int64_t timeoutUs = 0) { in waitForEvent() function
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
H A D | JDWPEventModifierTestCase.java | 214 protected EventThread waitForEvent(byte eventKind, int requestID) { in waitForEvent() method in JDWPEventModifierTestCase
|
/aosp_15_r20/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
H A D | FrameHandler.cpp | 354 bool FrameHandler::waitForEvent(const EvsEventDesc& aTargetEvent, in waitForEvent() function in FrameHandler
|
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
H A D | InputTestCase.java | 308 private InputEvent waitForEvent() { in waitForEvent() method in InputTestCase
|
/aosp_15_r20/frameworks/native/libs/sensor/ |
H A D | SensorEventQueue.cpp | 120 status_t SensorEventQueue::waitForEvent() const in waitForEvent() function in android::SensorEventQueue
|