Home
last modified time | relevance | path

Searched defs:propValue (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
DEmulatedVehicleHal.cpp168 V2_0::StatusCode EmulatedVehicleHal::clearObd2FreezeFrames(const V2_0::VehiclePropValue& propValue)… in clearObd2FreezeFrames()
207 tokenFunction = [] (const V2_0::VehiclePropValue& propValue) { in initStaticConfig()
242 V2_0::StatusCode EmulatedVehicleHal::set(const V2_0::VehiclePropValue& propValue) { in set()
/hardware/ril/reference-ril/
Dmisc.c36 char propValue[PROP_VALUE_MAX]; in isInEmulator() local
Dreference-ril.c593 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp61 StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) { in set()
177 bool EmulatedVehicleHal::setPropertyFromVehicle(const VehiclePropValue& propValue) { in setPropertyFromVehicle()
DVehicleEmulator.cpp54 void VehicleEmulator::doSetValueFromClient(const VehiclePropValue& propValue) { in doSetValueFromClient()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp44 bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue) { in writeValue()
59 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue()
DSubscriptionManager.cpp140 for (const auto& propValue: propValues) { in distributeValuesToClients() local
/hardware/libhardware/modules/input/evdev/
DInputDevice.cpp99 const char* propValue = prop.getValue(); in getBooleanProperty() local
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp97 StatusCode set(const VehiclePropValue& propValue) override { in set()