Home
last modified time | relevance | path

Searched defs:requestedPropValue (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp104 const VehiclePropValue& requestedPropValue, StatusCode* outStatus) { in get()
518 StatusCode EmulatedVehicleHal::fillObd2FreezeFrame(const VehiclePropValue& requestedPropValue, in fillObd2FreezeFrame()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp53 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue, in get()
165 void invokeGet(const VehiclePropValue& requestedPropValue) { in invokeGet()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp79 Return<void> VehicleHalManager::get(const VehiclePropValue& requestedPropValue, get_cb _hidl_cb) { in get()