Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/pixelstats/
H A DDropDetect.cpp89 DropDetect::DropDetect(const uint64_t drop_detect_app_id) : kDropDetectAppId(drop_detect_app_id) {} in DropDetect() function in android::hardware::google::pixel::DropDetect
91 sp<DropDetect> DropDetect::start(const uint64_t drop_detect_app_id, const char *const chre_socket) { in start()
92 sp<DropDetect> dropDetect = new DropDetect(drop_detect_app_id); in start()
100 void DropDetect::onConnected() { in onConnected()
108 void DropDetect::onMessageReceived(const void *data, size_t length) { in onMessageReceived()
118 void DropDetect::handleNanoappListResponse(const fbs::NanoappListResponseT &response) { in handleNanoappListResponse()
191 void DropDetect::handleNanoappMessage(const fbs::NanoappMessageT &message) { in handleNanoappMessage()
H A DAndroid.bp62 "DropDetect.cpp",
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DDropDetect.h29 class DropDetect : public android::chre::SocketClient::ICallbacks,
33 static android::sp<DropDetect> start(const uint64_t drop_detect_app_id = 0x476f6f676c001010ULL,
42 DropDetect(const uint64_t drop_detect_app_id);