Lines Matching refs:AppToHostEvent
17 #include "apptohostevent.h"
24 /* AppToHostEvent *************************************************************/
26 std::unique_ptr<AppToHostEvent> AppToHostEvent::FromBytes(
28 auto event = std::unique_ptr<AppToHostEvent>(new AppToHostEvent());
37 uint64_t AppToHostEvent::GetAppId() const {
41 uint8_t AppToHostEvent::GetDataLen() const {
45 const uint8_t *AppToHostEvent::GetDataPtr() const {
50 bool AppToHostEvent::CheckAppId(SensorType sensor_type) const {
87 bool AppToHostEvent::CheckEventHeader(SensorType sensor_type) const {
99 bool AppToHostEvent::IsCalibrationEventForSensor(SensorType sensor_type) const {
110 bool AppToHostEvent::IsTestEventForSensor(SensorType sensor_type) const {
121 bool AppToHostEvent::IsValid() const {
138 const HostHubRawPacket *AppToHostEvent::GetTypedData() const {