Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DDropDetect.cpp58 struct __attribute__((__packed__)) DropEventPayloadV2 { struct
148 static VendorPhysicalDropDetected dropEventFromNanoappPayload(const struct DropEventPayloadV2 *p) { in dropEventFromNanoappPayload()
200 message.message.size() >= sizeof(struct DropEventPayloadV2)) { in handleNanoappMessage()
202 reinterpret_cast<const struct DropEventPayloadV2 *>(&message.message[0]))); in handleNanoappMessage()