Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DICarProperty.aidl54 long timeoutInMs) = 8; in getPropertiesAsync()
68 long timeoutInMs) = 10; in setPropertiesAsync()
DCarPropertyManager.java2203 private void checkAsyncArguments(Object requests, Object callback, long timeoutInMs) { in checkAsyncArguments()
2245 long timeoutInMs, in getPropertiesAsync()
2367 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/services/Car/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java109 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in getPropertiesAsync()
127 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) in setPropertiesAsync()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DGattConnectionManager.java245 long timeoutInMs; in getTimeoutMs() local
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java853 long timeoutInMs) throws IllegalArgumentException { in validateGetSetAsyncParameters()
864 IAsyncPropertyResultCallback asyncPropertyResultCallback, long timeoutInMs) { in getPropertiesAsync()
883 long timeoutInMs) { in setPropertiesAsync()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1444 long timeoutInMs, in prepareVehicleStubRequests()
1518 long timeoutInMs) { in getCarPropertyValuesAsync()
1578 VehicleStubCallback vehicleStubCallback, long timeoutInMs, in sendGetInitialValueAndSubscribeUpdateEvent()
1618 long timeoutInMs) { 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/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java1291 int timeoutInMs = MINIMUM_NUMBER_OF_FRAMES_TO_VERIFY * MAXIMUM_FRAME_INTERVAL_IN_MS; in testTwoConcurrentStreamsWithMultipleServiceConfigurations() local
1365 int timeoutInMs = MINIMUM_NUMBER_OF_FRAMES_TO_VERIFY * MAXIMUM_FRAME_INTERVAL_IN_MS; in testFourConcurrentStreamsFromTwoCamerasWithMultipleServiceConfigurations() local
/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java1192 public final long timeoutInMs; field in CarRemoteAccessService.RemoteTask
1194 private RemoteTask(String id, byte[] data, String clientId, long timeoutInMs) { in RemoteTask()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1338 public void pausePolling(int timeoutInMs) { in pausePolling()
1350 mHandler.obtainMessage(MSG_RESUME_POLLING), timeoutInMs); in pausePolling() local
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2330 long timeoutInMs) { in sendRequest()
2360 WorkSource workSource, long timeoutInMs) { in sendRequest()