Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DDropDetect.cpp74 DropDetect::DropDetect(const uint64_t drop_detect_app_id) : kDropDetectAppId(drop_detect_app_id) {} in DropDetect()
105 if (nanoapp->app_id == kDropDetectAppId) { in handleNanoappListResponse()
123 if (message.app_id != kDropDetectAppId || message.message_type != kDropEventDetection || in handleNanoappMessage()
/hardware/google/pixel/pixelstats/include/pixelstats/
DDropDetect.h44 const uint64_t kDropDetectAppId; variable