Home
last modified time | relevance | path

Searched refs:getRecordLocked (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp66 const VehiclePropertyStore::Record* VehiclePropertyStore::getRecordLocked(int32_t propId) const in getRecordLocked() function in android::hardware::automotive::vehicle::VehiclePropertyStore
72 VehiclePropertyStore::Record* VehiclePropertyStore::getRecordLocked(int32_t propId) in getRecordLocked() function in android::hardware::automotive::vehicle::VehiclePropertyStore
131 VehiclePropertyStore::Record* record = getRecordLocked(propId); in writeValue()
214 VehiclePropertyStore::Record* record = getRecordLocked(propId); in refreshTimestamps()
263 VehiclePropertyStore::Record* record = getRecordLocked(propValue.prop); in removeValue()
277 VehiclePropertyStore::Record* record = getRecordLocked(propId); in removeValuesForProperty()
305 const VehiclePropertyStore::Record* record = getRecordLocked(propId); in readValuesForProperty()
321 const VehiclePropertyStore::Record* record = getRecordLocked(propId); in readValue()
335 const VehiclePropertyStore::Record* record = getRecordLocked(propId); in readValue()
358 const VehiclePropertyStore::Record* record = getRecordLocked(propId); in getConfig()
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h206 const Record* getRecordLocked(int32_t propId) const;
208 Record* getRecordLocked(int32_t propId);