HomeSort by relevance Sort by last modified time
    Searched refs:RecordId (Results 1 - 8 of 8) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehiclePropertyStore.h 53 struct RecordId {
58 bool operator==(const RecordId& other) const;
59 bool operator<(const RecordId& other) const;
62 using PropertyMap = std::map<RecordId, VehiclePropValue>;
86 RecordId getRecordIdLocked(const VehiclePropValue& valuePrototype) const;
87 const VehiclePropValue* getValueOrNullLocked(const RecordId& recId) const;
95 PropertyMap mPropertyValues; // Sorted map of RecordId : VehiclePropValue.
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehiclePropertyStore.cpp 28 bool VehiclePropertyStore::RecordId::operator==(const VehiclePropertyStore::RecordId& other) const {
32 bool VehiclePropertyStore::RecordId::operator<(const VehiclePropertyStore::RecordId& other) const {
49 RecordId recId = getRecordIdLocked(propValue);
65 RecordId recId = getRecordIdLocked(propValue);
102 RecordId recId = getRecordIdLocked(request);
109 RecordId recId = {prop, isGlobalProp(prop) ? 0 : area, token };
141 VehiclePropertyStore::RecordId VehiclePropertyStore::getRecordIdLocked(
143 RecordId recId =
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
IpmiNetFnStorage.h 136 UINT16 RecordId; // 1
194 UINT16 RecordId; // 1
238 UINT16 RecordId; // 1
257 UINT16 RecordId; //3
267 UINT16 RecordId; //3
283 UINT16 RecordId;
513 UINT16 RecordId;
Sal.h 551 UINT64 RecordId;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 927 ULONGLONG RecordId:1;
944 USHORT RecordId;
wmidata.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
SalApi.h 395 UINT64 RecordId;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 130 UINT64 RecordID;
    [all...]

Completed in 197 milliseconds