Lines Matching refs:FastRpcChreDaemon
51 FastRpcChreDaemon::FastRpcChreDaemon() : mLpmaHandler(kLpmaAllowed) {} in FastRpcChreDaemon() function in android::chre::FastRpcChreDaemon
53 bool FastRpcChreDaemon::init() { in init()
87 mMonitorThread = std::thread(&FastRpcChreDaemon::monitorThreadEntry, this); in init()
89 std::thread(&FastRpcChreDaemon::msgToHostThreadEntry, this); in init()
97 void FastRpcChreDaemon::deinit() { in deinit()
114 void FastRpcChreDaemon::run() { in run()
128 bool FastRpcChreDaemon::doSendMessage(void *data, size_t length) { in doSendMessage()
151 void FastRpcChreDaemon::monitorThreadEntry() { in monitorThreadEntry()
162 void FastRpcChreDaemon::msgToHostThreadEntry() { in msgToHostThreadEntry()
193 int64_t FastRpcChreDaemon::getTimeOffset(bool *success) { in getTimeOffset()
242 void FastRpcChreDaemon::onRemoteCrashDetected() { in onRemoteCrashDetected()