Home
last modified time | relevance | path

Searched defs:Record (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h193 struct Record { struct
196 std::unordered_map<RecordId, VehiclePropValuePool::RecyclableType, RecordIdHash> values; argument
202 std::unordered_map<int32_t, Record> mRecordsByPropId GUARDED_BY(mLock); argument
/hardware/google/pixel/vibrator/common/
DHardwareBase.h52 Record(const char *func, const T &value, const std::ios *stream) in Record() function