Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java154 private @interface AsyncRequestType {} annotation in PropertyHalService
196 private final @AsyncRequestType int mRequestType;
210 AsyncPropRequestInfo(@AsyncRequestType int requestType, in AsyncPropRequestInfo()
221 private @AsyncRequestType int getRequestType() { in getRequestType()
465 @AsyncRequestType int asyncRequestType) { in logAndReturnResults()
1620 private List<AsyncGetSetRequest> prepareVehicleStubRequests(@AsyncRequestType int requestType, in prepareVehicleStubRequests()
1694 private void sendVehicleStubRequests(@AsyncRequestType int requestType, in sendVehicleStubRequests()
1931 private static String requestTypeToString(@AsyncRequestType int requestType) { in requestTypeToString()