Searched refs:propVal (Results 1 – 3 of 3) sorted by relevance
446 CarPropertyValue<E> propVal = mService.getProperty(propId, areaId); in getProperty() local447 if (propVal != null && propVal.getValue() != null) { in getProperty()448 Class<?> actualClass = propVal.getValue().getClass(); in getProperty()454 return propVal; in getProperty()470 CarPropertyValue<E> propVal = mService.getProperty(propId, areaId); in getProperty() local471 return propVal; in getProperty()
322 CarPropertyValue<?> propVal = toCarPropertyValue(v, mgrPropId); in handleHalEvents() local324 CarPropertyEvent.PROPERTY_EVENT_PROPERTY_CHANGE, propVal); in handleHalEvents()
99 ScopedLocalRef<jbyteArray> propVal( in get_properties() local101 if (!propVal.get()) { in get_properties()106 callbackEnv->SetByteArrayRegion(propVal.get(), 0, properties[i].len, in get_properties()108 callbackEnv->SetObjectArrayElement(*props, i, propVal.get()); in get_properties()