Home
last modified time | relevance | path

Searched refs:waitForUpdateSetRequestInfo (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1763 List<AsyncPropRequestInfo> waitForUpdateSetRequestInfo, long asyncRequestStartTime) { in sendGetInitialValueAndSubscribeUpdateEvent() argument
1767 vehicleStubCallback, /* assocSetValueRequestInfo= */ waitForUpdateSetRequestInfo, in sendGetInitialValueAndSubscribeUpdateEvent()
1772 for (AsyncPropRequestInfo setRequestInfo : waitForUpdateSetRequestInfo) { in sendGetInitialValueAndSubscribeUpdateEvent()
1822 List<AsyncPropRequestInfo> waitForUpdateSetRequestInfo = filterWaitForUpdateRequests( in setCarPropertyValuesAsync() local
1825 if (waitForUpdateSetRequestInfo.size() != 0) { in setCarPropertyValuesAsync()
1830 vehicleStubCallback, timeoutInMs, waitForUpdateSetRequestInfo, in setCarPropertyValuesAsync()