Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DICarProperty.aidl61 long timeoutInMs); in getPropertiesAsync()
75 long timeoutInMs); in setPropertiesAsync()
DCarPropertyManager.java3200 private void checkAsyncArguments(Object requests, Object callback, long timeoutInMs) { in checkAsyncArguments()
3240 long timeoutInMs, in getPropertiesAsync()
3359 long timeoutInMs, in setPropertiesAsync()
/packages/services/Car/tests/common_utils/src/com/android/car/test/
DTestPropertyAsyncCallback.java97 public void waitAndFinish(int timeoutInMs) throws InterruptedException { in waitAndFinish()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdIdFetcher.java142 long timeoutInMs, in getFutureWithTimeout()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java132 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in getPropertiesAsync()
150 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in setPropertiesAsync()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java309 void finishHandlerTasks(int timeoutInMs) throws InterruptedException { in finishHandlerTasks()
1085 long timeoutInMs) throws IllegalArgumentException { in validateGetSetAsyncParameters()
1097 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) { in getPropertiesAsync()
1123 long timeoutInMs) { in setPropertiesAsync()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java1363 int timeoutInMs = MINIMUM_NUMBER_OF_FRAMES_TO_VERIFY * MAXIMUM_FRAME_INTERVAL_IN_MS; in testTwoConcurrentStreamsWithMultipleServiceConfigurations() local
1439 int timeoutInMs = MINIMUM_NUMBER_OF_FRAMES_TO_VERIFY * MAXIMUM_FRAME_INTERVAL_IN_MS; in testFourConcurrentStreamsFromTwoCamerasWithMultipleServiceConfigurations() local
1557 int timeoutInMs = MINIMUM_NUMBER_OF_FRAMES_TO_VERIFY * MAXIMUM_FRAME_INTERVAL_IN_MS; in testTwoConcurrentStreamsOnSingleCallbackObject() local
/packages/services/Car/tests/CarServiceTest/src/com/android/car/power/
DDisplayBrightnessTest.java181 void waitForPropertySet(int timeoutInMs) throws InterruptedException { in waitForPropertySet()
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp190 AidlVhalClient::AidlVhalClient(std::shared_ptr<IVehicle> hal, int64_t timeoutInMs) : in AidlVhalClient()
193 AidlVhalClient::AidlVhalClient(std::shared_ptr<IVehicle> hal, int64_t timeoutInMs, in AidlVhalClient()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java2217 long timeoutInMs, in prepareVehicleStubRequests()
2310 long timeoutInMs, long asyncRequestStartTime) { in getCarPropertyValuesAsync()
2357 VehicleStubCallback vehicleStubCallback, long timeoutInMs, in sendGetInitialValueAndSubscribeUpdateEvent()
2409 long timeoutInMs, long asyncRequestStartTime) { in setCarPropertyValuesAsync()
/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java617 public boolean await(long timeoutInMs, TimeUnit timeUnit) { in await()
/packages/modules/Nfc/framework/java/android/nfc/
DINfcAdapter.aidl56 int pausePolling(long timeoutInMs); in pausePolling()
DNfcAdapter.java1191 public void pausePolling(int timeoutInMs) { in pausePolling()
DNfcOemExtension.java768 public @PollingStateChangeStatusCode int pausePolling(@DurationMillisLong long timeoutInMs) { in pausePolling()
/packages/modules/Nfc/framework/tests/src/android/nfc/
DNfcAdapterTest.java578 int timeoutInMs = 100; in testPausePolling() local
/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java1814 public final long timeoutInMs; field in CarRemoteAccessService.RemoteTask
1816 private RemoteTask(String id, byte[] data, String clientId, long timeoutInMs) { in RemoteTask()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/
DCarUnitTest.java216 void waitForEvent(int count, int timeoutInMs) throws InterruptedException { in waitForEvent()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java523 public boolean waitForInitComplete(int timeoutInMs) throws InterruptedException { in waitForInitComplete()
/packages/services/Car/cpp/watchdog/stable_server/tests/
DWatchdogProcessServiceTest.cpp1168 bool waitForPidsKilled(std::chrono::milliseconds timeoutInMs) { in waitForPidsKilled()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp1168 bool waitForPidsKilled(std::chrono::milliseconds timeoutInMs) { in waitForPidsKilled()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcService.java2449 public int pausePolling(long timeoutInMs) { in pausePolling()
2473 mHandler.obtainMessage(MSG_RESUME_POLLING), timeoutInMs); in pausePolling() local
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2366 long timeoutInMs) { in sendRequest()
2396 WorkSource workSource, long timeoutInMs) { in sendRequest()