Home
last modified time | relevance | path

Searched refs:getAppId (Results 1 – 8 of 8) sorted by relevance

/system/chre/platform/include/chre/platform/
Dplatform_nanoapp.h79 uint64_t getAppId() const;
/system/chre/core/
Devent_loop.cc44 if (app->getAppId() == appId) { in findNanoappInstanceIdByAppId()
137 } else if (eventLoopManager->findNanoappInstanceIdByAppId(nanoapp->getAppId(), in startNanoapp()
141 PRIx32, nanoapp->getAppId(), existingInstanceId); in startNanoapp()
Dtimer_pool.cc50 nanoapp->getAppId(), duration.toRawNanoseconds()); in setTimer()
91 LOGD("App %" PRIx64 " cancelled timer %" PRIu32, nanoapp->getAppId(), in cancelTimer()
Dhost_comms_manager.cc53 msgToHost->appId = currentApp->getAppId(); in sendMessageToHostFromCurrentNanoapp()
/system/chre/platform/linux/
Dplatform_nanoapp.cc38 uint64_t PlatformNanoapp::getAppId() const { in getAppId() function in chre::PlatformNanoapp
/system/chre/platform/shared/
Dchre_api_re.cc33 return nanoapp->getAppId(); in chreGetAppId()
/system/chre/platform/slpi/
Dplatform_nanoapp.cc181 uint64_t PlatformNanoapp::getAppId() const { in getAppId() function in chre::PlatformNanoapp
Dhost_link.cc144 data->builder, data->nanoappEntries, nanoapp->getAppId(), in constructNanoappListCallback()