Searched refs:onGetProperty (Results 1 – 3 of 3) sorted by relevance
61 android::base::Result<std::unique_ptr<VehiclePropValue>> onGetProperty(
98 Result<std::unique_ptr<VehiclePropValue>> EmulatedUserHal::onGetProperty( in onGetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedUserHal
157 const auto& ret = mEmulatedUserHal->onGetProperty(requestedPropValue); in get()