Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DDropDetect.cpp54 struct __attribute__((__packed__)) DropEventPayloadV2 { struct
140 static PhysicalDropDetected dropEventFromNanoappPayload(const struct DropEventPayloadV2 *p) { in dropEventFromNanoappPayload()
193 message.message.size() >= sizeof(struct DropEventPayloadV2)) { in handleNanoappMessage()
195 reinterpret_cast<const struct DropEventPayloadV2 *>(&message.message[0]))); in handleNanoappMessage()