Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java709 CarPropertyValue<E> propVal = mService.getProperty(propId, areaId); in getProperty() local
710 if (propVal != null && propVal.getValue() != null) { in getProperty()
711 Class<?> actualClass = propVal.getValue().getClass(); in getProperty()
717 return propVal; in getProperty()
777 CarPropertyValue<E> propVal = mService.getProperty(propId, areaId); in getProperty() local
778 return propVal; in getProperty()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java434 CarPropertyValue<?> propVal; in onHalEvents() local
443 propVal = toMixedCarPropertyValue(v, mgrPropId, containBooleanType, in onHalEvents()
446 propVal = toCarPropertyValue(v, mgrPropId); in onHalEvents()
449 CarPropertyEvent.PROPERTY_EVENT_PROPERTY_CHANGE, propVal); in onHalEvents()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp114 ScopedLocalRef<jbyteArray> propVal( in get_properties() local
116 if (!propVal.get()) { in get_properties()
121 callbackEnv->SetByteArrayRegion(propVal.get(), 0, properties[i].len, in get_properties()
123 callbackEnv->SetObjectArrayElement(*props, i, propVal.get()); in get_properties()