Home
last modified time | relevance | path

Searched refs:GetEventType (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/util/nanotool/
Dnanomessage.cpp108 snprintf(buffer, sizeof(buffer), "ReadEventResponse %u\n", GetEventType()); in ToString()
142 return ReadEventResponse::IsAppToHostEvent(GetEventType()); in IsAppToHostEvent()
146 return ReadEventResponse::IsSensorEvent(GetEventType()); in IsSensorEvent()
150 return ReadEventResponse::IsResetReasonEvent(GetEventType()); in IsResetReasonEvent()
154 return ReadEventResponse::IsLogEvent(GetEventType()); in IsLogEvent()
157 uint32_t ReadEventResponse::GetEventType() const { in GetEventType() function in android::ReadEventResponse
234 EventType ConfigureSensorRequest::GetEventType() const { in GetEventType() function in android::ConfigureSensorRequest
257 EventType BridgeVersionInfoRequest::GetEventType() const { in GetEventType() function in android::BridgeVersionInfoRequest
Dnanomessage.h102 virtual EventType GetEventType() const = 0;
145 uint32_t GetEventType() const;
179 EventType GetEventType() const override;
201 EventType GetEventType() const override;
Dsensorevent.cpp107 GetEventType() - static_cast<uint32_t>(EventType::FirstSensorEvent)); in GetSensorType()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfMisc.py61 def GetEventType(self): member in InfEventObject
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DModuleObject.py56 def GetEventType(self): member in EventObject
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DXmlParser.py502 'EventType':Item.GetEventType()}
DModuleSurfaceAreaXml.py414 AttributeList = [['EventType', Event.GetEventType()],
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py416 Event.SetEventType(Item.GetEventType())
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenInfFile.py999 Type = Obj.GetEventType()