Searched refs:ChreDaemonBase (Results 1 – 4 of 4) sorted by relevance
/system/chre/host/common/ |
D | daemon_base.cc | 33 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/ |
D | daemon_base.h | 33 class ChreDaemonBase { 35 ChreDaemonBase() : mChreShutdownRequested(false) {} in ChreDaemonBase() function 36 virtual ~ChreDaemonBase() {} in ~ChreDaemonBase()
|
D | tokenized_log_message_parser.h | 65 if (ChreDaemonBase::readFileContents(kLogDatabaseFilePath, &tokenData)) { in logDetokenizerInit()
|
/system/chre/host/msm/daemon/ |
D | fastrpc_daemon.h | 44 class FastRpcChreDaemon : public ChreDaemonBase {
|