Home
last modified time | relevance | path

Searched refs:ChreDaemonBase (Results 1 – 4 of 4) sorted by relevance

/system/chre/host/common/
Ddaemon_base.cc33 void ChreDaemonBase::loadPreloadedNanoapps() { in loadPreloadedNanoapps()
58 void ChreDaemonBase::loadPreloadedNanoapp(const std::string &directory, in loadPreloadedNanoapp()
75 bool ChreDaemonBase::loadNanoapp(const std::vector<uint8_t> &header, in loadNanoapp()
97 bool ChreDaemonBase::sendNanoappLoad(uint64_t appId, uint32_t appVersion, in sendNanoappLoad()
118 bool ChreDaemonBase::sendTimeSync(bool logOnError) { in sendTimeSync()
136 bool ChreDaemonBase::sendTimeSyncWithRetry(size_t numRetries, in sendTimeSyncWithRetry()
149 bool ChreDaemonBase::sendMessageToChre(uint16_t clientId, void *data, in sendMessageToChre()
163 void ChreDaemonBase::onMessageReceived(const unsigned char *messageBuffer, in onMessageReceived()
208 bool ChreDaemonBase::readFileContents(const char *filename, in readFileContents()
230 void ChreDaemonBase::handleDaemonMessage(const uint8_t *message) { in handleDaemonMessage()
/system/chre/host/common/include/chre_host/
Ddaemon_base.h33 class ChreDaemonBase {
35 ChreDaemonBase() : mChreShutdownRequested(false) {} in ChreDaemonBase() function
36 virtual ~ChreDaemonBase() {} in ~ChreDaemonBase()
Dtokenized_log_message_parser.h65 if (ChreDaemonBase::readFileContents(kLogDatabaseFilePath, &tokenData)) { in logDetokenizerInit()
/system/chre/host/msm/daemon/
Dfastrpc_daemon.h44 class FastRpcChreDaemon : public ChreDaemonBase {