Home
last modified time | relevance | path

Searched defs:timeoutInMs (Results 1 – 25 of 146) sorted by relevance

123456

/aosp_15_r20/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java260 void finishHandlerTasks(int timeoutInMs) throws InterruptedException { in finishHandlerTasks()
1034 long timeoutInMs) throws IllegalArgumentException { in validateGetSetAsyncParameters()
1046 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) { in getPropertiesAsync()
1072 long timeoutInMs) { in setPropertiesAsync()
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/hardware/property/
DICarProperty.aidl61 long timeoutInMs); in getPropertiesAsync()
75 long timeoutInMs); in setPropertiesAsync()
DCarPropertyManager.java3180 private void checkAsyncArguments(Object requests, Object callback, long timeoutInMs) { in checkAsyncArguments()
3220 long timeoutInMs, in getPropertiesAsync()
3339 long timeoutInMs, in setPropertiesAsync()
/aosp_15_r20/system/chre/java/test/utils/src/com/google/android/utils/chre/
H A DChreApiTestUtil.java615 long timeoutInMs) throws Exception { in callConcurrentServerStreamingRpcMethodAsync()
707 long timeoutInMs) throws Exception { in callConcurrentServerStreamingRpcMethodAsync()
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java1358 int timeoutInMs = MINIMUM_NUMBER_OF_FRAMES_TO_VERIFY * MAXIMUM_FRAME_INTERVAL_IN_MS; in testTwoConcurrentStreamsWithMultipleServiceConfigurations() local
1434 int timeoutInMs = MINIMUM_NUMBER_OF_FRAMES_TO_VERIFY * MAXIMUM_FRAME_INTERVAL_IN_MS; in testFourConcurrentStreamsFromTwoCamerasWithMultipleServiceConfigurations() local
1552 int timeoutInMs = MINIMUM_NUMBER_OF_FRAMES_TO_VERIFY * MAXIMUM_FRAME_INTERVAL_IN_MS; in testTwoConcurrentStreamsOnSingleCallbackObject() local
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java135 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in getPropertiesAsync()
153 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in setPropertiesAsync()
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp2422 int timeoutInMs = 0; local
2542 int64_t timeoutInMs = 0; local
2568 int MPLSensor::writeBatchTimeout(int en, int64_t timeoutInMs)
2590 int64_t timeoutInMs = 0; local
5981 int64_t timeoutInMs = 0; local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java2045 long timeoutInMs, in prepareVehicleStubRequests()
2138 long timeoutInMs, long asyncRequestStartTime) { in getCarPropertyValuesAsync()
2185 VehicleStubCallback vehicleStubCallback, long timeoutInMs, in sendGetInitialValueAndSubscribeUpdateEvent()
2237 long timeoutInMs, long asyncRequestStartTime) { in setCarPropertyValuesAsync()
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DCtsActivity.java44 public boolean waitUntilResumed(long timeoutInMs) throws InterruptedException { in waitUntilResumed()
/aosp_15_r20/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp120 AidlVhalClient::AidlVhalClient(std::shared_ptr<IVehicle> hal, int64_t timeoutInMs) : in AidlVhalClient()
123 AidlVhalClient::AidlVhalClient(std::shared_ptr<IVehicle> hal, int64_t timeoutInMs, in AidlVhalClient()
/aosp_15_r20/packages/services/Car/tests/common_utils/src/com/android/car/test/
DTestPropertyAsyncCallback.java97 public void waitAndFinish(int timeoutInMs) throws InterruptedException { in waitAndFinish()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdIdFetcher.java142 long timeoutInMs, in getFutureWithTimeout()
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.9.0-alpha08/androidx.lifecycle_lifecycle-livedata/android_common_apex33/aar/
Dandroidx.lifecycle_lifecycle-livedata.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/Api26Impl.class CoroutineLiveData. ...
Dclasses.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/Api26Impl.class CoroutineLiveData. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.9.0-alpha08/androidx.lifecycle_lifecycle-livedata/android_common_apex34/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/Api26Impl.class CoroutineLiveData. ...
Dandroidx.lifecycle_lifecycle-livedata.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/Api26Impl.class CoroutineLiveData. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.9.0-alpha08/androidx.lifecycle_lifecycle-livedata/android_common_apex30/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/Api26Impl.class CoroutineLiveData. ...
Dandroidx.lifecycle_lifecycle-livedata.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/Api26Impl.class CoroutineLiveData. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/lifecycle/lifecycle-livedata/2.9.0-alpha08/androidx.lifecycle_lifecycle-livedata/android_common/aar/
Dandroidx.lifecycle_lifecycle-livedata.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/Api26Impl.class CoroutineLiveData. ...
Dclasses.jarMETA-INF/ androidx/ androidx/lifecycle/ androidx/lifecycle/Api26Impl.class CoroutineLiveData. ...
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserLifecycleStressTest.java228 final long timeoutInMs = TIMEOUT_IN_SECOND * 1000; in removeUser() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/test/
H A DRecurrentTimerTest.cpp45 bool waitForCalledCallbacks(size_t count, size_t timeoutInMs) { in waitForCalledCallbacks()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/test/
H A DRecurrentTimerTest.cpp45 bool waitForCalledCallbacks(size_t count, size_t timeoutInMs) { in waitForCalledCallbacks()
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/src/com/android/car/power/
DDisplayBrightnessTest.java181 void waitForPropertySet(int timeoutInMs) throws InterruptedException { in waitForPropertySet()
/aosp_15_r20/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java617 public boolean await(long timeoutInMs, TimeUnit timeUnit) { in await()

123456