Home
last modified time | relevance | path

Searched refs:drop_detect_app_id (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() argument
76 sp<DropDetect> DropDetect::start(const uint64_t drop_detect_app_id, const char *const chre_socket) { in start() argument
77 sp<DropDetect> dropDetect = new DropDetect(drop_detect_app_id); in start()
/hardware/google/pixel/pixelstats/include/pixelstats/
DDropDetect.h33 static android::sp<DropDetect> start(const uint64_t drop_detect_app_id = 0x476f6f676c001010ULL,
42 DropDetect(const uint64_t drop_detect_app_id);