Searched refs:DropDetect (Results 1 – 3 of 3) sorted by relevance
89 DropDetect::DropDetect(const uint64_t drop_detect_app_id) : kDropDetectAppId(drop_detect_app_id) {} in DropDetect() function in android::hardware::google::pixel::DropDetect91 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()
62 "DropDetect.cpp",
29 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);