Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h72 void removeValue(const VehiclePropValue& propValue);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp59 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
DEmulatedVehicleHal.cpp179 mPropStore->removeValue(*freezeFrame); in clearObd2FreezeFrames()