Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DDropDetect.cpp52 struct __attribute__((__packed__)) DropEventPayload { struct
131 static VendorPhysicalDropDetected dropEventFromNanoappPayload(const struct DropEventPayload *p) { in dropEventFromNanoappPayload()
196 message.message.size() >= sizeof(struct DropEventPayload)) { in handleNanoappMessage()
198 reinterpret_cast<const struct DropEventPayload *>(&message.message[0]))); in handleNanoappMessage()