Searched refs:vehicleStubCallback (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 212 long timeoutUptimeMs, VehicleStubCallback vehicleStubCallback, in AsyncPropRequestInfo() argument 217 mVehicleStubCallback = vehicleStubCallback; in AsyncPropRequestInfo() 1623 VehicleStubCallback vehicleStubCallback, in prepareVehicleStubRequests() argument 1650 serviceRequest, nowUptimeMs + timeoutInMs, vehicleStubCallback, in prepareVehicleStubRequests() 1668 vehicleStubCallback.sendGetValueResults(staticGetValueResults); in prepareVehicleStubRequests() 1716 VehicleStubCallback vehicleStubCallback = createVehicleStubCallback( in getCarPropertyValuesAsync() local 1719 GET, serviceRequests, timeoutInMs, vehicleStubCallback, in getCarPropertyValuesAsync() 1725 sendVehicleStubRequests(GET, vehicleStubRequests, vehicleStubCallback); in getCarPropertyValuesAsync() 1762 VehicleStubCallback vehicleStubCallback, long timeoutInMs, in sendGetInitialValueAndSubscribeUpdateEvent() argument 1767 vehicleStubCallback, /* assocSetValueRequestInfo= */ waitForUpdateSetRequestInfo, in sendGetInitialValueAndSubscribeUpdateEvent() [all …]
|
/packages/services/Car/service/src/com/android/car/ |
D | AidlVehicleStub.java | 1023 VehicleStubCallbackInterface vehicleStubCallback, in getOrSetAsync() argument 1026 prepareAndConvertAsyncRequests(vehicleStubAsyncRequests, vehicleStubCallback, in getOrSetAsync() 1034 vehicleStubCallback, in getOrSetAsync() 1044 handleAsyncExceptionFromVhal(asyncRequestsHandler, vehicleStubCallback, in getOrSetAsync() 1113 VehicleStubCallbackInterface vehicleStubCallback, CarPropertyErrorCodes errorCodes, in handleAsyncExceptionFromVhal() argument 1132 vehicleStubCallback, requestInfo.getServiceRequestId(), errorCodes); in handleAsyncExceptionFromVhal()
|