Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp122 const VehiclePropConfig* VehiclePropertyStore::getConfigOrNull(int32_t propId) const { in getConfigOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
129 auto cfg = getConfigOrNull(propId); in getConfigOrDie()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h82 const VehiclePropConfig* getConfigOrNull(int32_t propId) const;
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp169 const VehiclePropConfig* config = mPropStore->getConfigOrNull(propId); in isContinuousProperty()