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.java446 CarPropertyValue<E> propVal = mService.getProperty(propId, areaId); in getProperty() local
447 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() local
471 return propVal; in getProperty()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java322 CarPropertyValue<?> propVal = toCarPropertyValue(v, mgrPropId); in handleHalEvents() local
324 CarPropertyEvent.PROPERTY_EVENT_PROPERTY_CHANGE, propVal); in handleHalEvents()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp99 ScopedLocalRef<jbyteArray> propVal( in get_properties() local
101 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()