Searched refs:requestedPropValue (Results 1 – 4 of 4) sorted by relevance
309 public synchronized void get(VehiclePropValue requestedPropValue, getCallback cb) { in get() argument310 if (!isVendorProperty(requestedPropValue.prop)) { in get()311 super.get(requestedPropValue, cb); in get()315 result.prop = requestedPropValue.prop; in get()316 result.areaId = requestedPropValue.areaId; in get()318 if (requestedPropValue.prop == CUSTOM_BYTES_PROP_ID_2 && mBytes != null) { in get()325 VehiclePropValue existingValue = mValues.get(requestedPropValue.prop); in get()329 result = requestedPropValue; in get()
107 VehiclePropValue getValue(VehiclePropValue requestedPropValue) throws PropertyTimeoutException { in getValue() argument110 ValueResult res = internalGet(requestedPropValue); in getValue()115 int propId = requestedPropValue.prop; in getValue()116 int areaId = requestedPropValue.areaId; in getValue()135 private ValueResult internalGet(VehiclePropValue requestedPropValue) { in internalGet() argument138 mVehicle.get(requestedPropValue, in internalGet()
338 public <T> T get(Class clazz, VehiclePropValue requestedPropValue) in get() argument341 propValue = mHalClient.getValue(requestedPropValue); in get()368 public VehiclePropValue get(VehiclePropValue requestedPropValue) in get() argument370 return mHalClient.getValue(requestedPropValue); in get()
157 public synchronized void get(VehiclePropValue requestedPropValue, getCallback cb) { in get() argument158 VehicleHalPropertyHandler handler = mPropertyHandlerMap.get(requestedPropValue.prop); in get()162 cb.onValues(StatusCode.OK, handler.onPropertyGet(requestedPropValue)); in get()