/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | ICarProperty.aidl | 61 long timeoutInMs); in getPropertiesAsync() 75 long timeoutInMs); in setPropertiesAsync()
|
D | CarPropertyManager.java | 3200 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/ |
D | TestPropertyAsyncCallback.java | 97 public void waitAndFinish(int timeoutInMs) throws InterruptedException { in waitAndFinish()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | AdIdFetcher.java | 142 long timeoutInMs, in getFutureWithTimeout()
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeCarPropertyService.java | 132 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in getPropertiesAsync() 150 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in setPropertiesAsync()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPropertyService.java | 309 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/ |
D | CarEvsServiceUnitTest.java | 1363 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/ |
D | DisplayBrightnessTest.java | 181 void waitForPropertySet(int timeoutInMs) throws InterruptedException { in waitForPropertySet()
|
/packages/services/Car/cpp/vhal/client/src/ |
D | AidlVhalClient.cpp | 190 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/ |
D | PropertyHalService.java | 2217 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/ |
D | UnattendedRebootManagerTest.java | 617 public boolean await(long timeoutInMs, TimeUnit timeUnit) { in await()
|
/packages/modules/Nfc/framework/java/android/nfc/ |
D | INfcAdapter.aidl | 56 int pausePolling(long timeoutInMs); in pausePolling()
|
D | NfcAdapter.java | 1191 public void pausePolling(int timeoutInMs) { in pausePolling()
|
D | NfcOemExtension.java | 768 public @PollingStateChangeStatusCode int pausePolling(@DurationMillisLong long timeoutInMs) { in pausePolling()
|
/packages/modules/Nfc/framework/tests/src/android/nfc/ |
D | NfcAdapterTest.java | 578 int timeoutInMs = 100; in testPausePolling() local
|
/packages/services/Car/service/src/com/android/car/remoteaccess/ |
D | CarRemoteAccessService.java | 1814 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/ |
D | CarUnitTest.java | 216 void waitForEvent(int count, int timeoutInMs) throws InterruptedException { in waitForEvent()
|
/packages/services/Car/service/src/com/android/car/audio/ |
D | CarAudioService.java | 523 public boolean waitForInitComplete(int timeoutInMs) throws InterruptedException { in waitForInitComplete()
|
/packages/services/Car/cpp/watchdog/stable_server/tests/ |
D | WatchdogProcessServiceTest.cpp | 1168 bool waitForPidsKilled(std::chrono::milliseconds timeoutInMs) { in waitForPidsKilled()
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogProcessServiceTest.cpp | 1168 bool waitForPidsKilled(std::chrono::milliseconds timeoutInMs) { in waitForPidsKilled()
|
/packages/modules/Nfc/NfcNci/src/com/android/nfc/ |
D | NfcService.java | 2449 public int pausePolling(long timeoutInMs) { in pausePolling() 2473 mHandler.obtainMessage(MSG_RESUME_POLLING), timeoutInMs); in pausePolling() local
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 2366 long timeoutInMs) { in sendRequest() 2396 WorkSource workSource, long timeoutInMs) { in sendRequest()
|