Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DICarProperty.aidl57 long timeoutInMs); in getPropertiesAsync()
71 long timeoutInMs); in setPropertiesAsync()
DCarPropertyManager.java3042 private void checkAsyncArguments(Object requests, Object callback, long timeoutInMs) { in checkAsyncArguments()
3082 long timeoutInMs, in getPropertiesAsync()
3199 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.java131 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in getPropertiesAsync()
149 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in setPropertiesAsync()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java253 void finishHandlerTasks(int timeoutInMs) throws InterruptedException { in finishHandlerTasks()
1003 long timeoutInMs) throws IllegalArgumentException { in validateGetSetAsyncParameters()
1015 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) { in getPropertiesAsync()
1041 long timeoutInMs) { in setPropertiesAsync()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java1328 int timeoutInMs = MINIMUM_NUMBER_OF_FRAMES_TO_VERIFY * MAXIMUM_FRAME_INTERVAL_IN_MS; in testTwoConcurrentStreamsWithMultipleServiceConfigurations() local
1402 int timeoutInMs = MINIMUM_NUMBER_OF_FRAMES_TO_VERIFY * MAXIMUM_FRAME_INTERVAL_IN_MS; in testFourConcurrentStreamsFromTwoCamerasWithMultipleServiceConfigurations() local
1518 int timeoutInMs = MINIMUM_NUMBER_OF_FRAMES_TO_VERIFY * MAXIMUM_FRAME_INTERVAL_IN_MS; in testTwoConcurrentStreamsOnSingleCallbackObject() local
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1622 long timeoutInMs, in prepareVehicleStubRequests()
1715 long timeoutInMs, long asyncRequestStartTime) { in getCarPropertyValuesAsync()
1762 VehicleStubCallback vehicleStubCallback, long timeoutInMs, in sendGetInitialValueAndSubscribeUpdateEvent()
1814 long timeoutInMs, long asyncRequestStartTime) { in setCarPropertyValuesAsync()
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp119 AidlVhalClient::AidlVhalClient(std::shared_ptr<IVehicle> hal, int64_t timeoutInMs) : in AidlVhalClient()
122 AidlVhalClient::AidlVhalClient(std::shared_ptr<IVehicle> hal, int64_t timeoutInMs, in AidlVhalClient()
/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java617 public boolean await(long timeoutInMs, TimeUnit timeUnit) { in await()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/
DCarUnitTest.java191 void waitForEvent(int count, int timeoutInMs) throws InterruptedException { in waitForEvent()
/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/apps/Nfc/src/com/android/nfc/
DNfcService.java1830 public void pausePolling(int timeoutInMs) { in pausePolling()
1842 mHandler.obtainMessage(MSG_RESUME_POLLING), timeoutInMs); in pausePolling() local
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2346 long timeoutInMs) { in sendRequest()
2376 WorkSource workSource, long timeoutInMs) { in sendRequest()