Searched refs:getConfigOrNull (Results 1 – 3 of 3) sorted by relevance
122 const VehiclePropConfig* VehiclePropertyStore::getConfigOrNull(int32_t propId) const { in getConfigOrNull() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore129 auto cfg = getConfigOrNull(propId); in getConfigOrDie()
82 const VehiclePropConfig* getConfigOrNull(int32_t propId) const;
169 const VehiclePropConfig* config = mPropStore->getConfigOrNull(propId); in isContinuousProperty()