Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedUserHal.h61 android::base::Result<std::unique_ptr<VehiclePropValue>> onGetProperty(
H A DEmulatedUserHal.cpp98 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::onGetProperty( in onGetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedUserHal
H A DEmulatedVehicleHal.cpp157 const auto& ret = mEmulatedUserHal->onGetProperty(requestedPropValue); in get()