Home
last modified time | relevance | path

Searched refs:getConfigOrNull (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehiclePropertyStore.cpp134 const VehiclePropConfig* VehiclePropertyStore::getConfigOrNull(int32_t propId) const { in getConfigOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
141 auto cfg = getConfigOrNull(propId); in getConfigOrDie()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropertyStore.h83 const VehiclePropConfig* getConfigOrNull(int32_t propId) const;
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp377 const VehiclePropConfig* config = mPropStore->getConfigOrNull(propId); in isContinuousProperty()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A DVehicleManager_fuzzer.cpp407 store->getConfigOrNull(vehicleProp); in invokeVehiclePropStore()