Searched refs:getAppId (Results 1 - 10 of 10) sorted by relevance

/system/chre/platform/include/chre/platform/
H A Dplatform_nanoapp.h74 uint64_t getAppId() const;
78 * here as for getAppId().
80 * @see #getAppId
/system/chre/core/
H A Devent_loop.cc48 info->appId = app->getAppId();
66 if (app->getAppId() == appId) {
150 } else if (eventLoop.findNanoappInstanceIdByAppId(nanoapp->getAppId(),
153 PRIx32, nanoapp->getAppId(), existingInstanceId);
159 nanoapp->getInstanceId(), nanoapp->getAppId());
204 .flushMessagesSentByNanoapp(mNanoapps[i]->getAppId());
410 if (app->getAppId() == appId) {
438 info->appId = nanoapp.getAppId();
H A Dnanoapp.cc99 getInstanceId(), getAppId(),
H A Dhost_comms_manager.cc51 msgToHost->appId = nanoapp->getAppId();
/system/chre/platform/shared/
H A Dchre_api_re.cc38 return nanoapp->getAppId();
H A Dchre_api_core.cc43 FATAL_ERROR("chreAbort called by app 0x%016" PRIx64, nanoapp->getAppId());
/system/chre/platform/linux/
H A Dplatform_nanoapp.cc48 uint64_t PlatformNanoapp::getAppId() const { function in class:chre::PlatformNanoapp
/system/chre/platform/android/
H A Dhost_link.cc123 nanoappListEntry->app_id = nanoapp->getAppId();
/system/chre/platform/slpi/
H A Dplatform_nanoapp.cc239 uint64_t PlatformNanoapp::getAppId() const { function in class:chre::PlatformNanoapp
H A Dhost_link.cc227 *(cbData->builder), cbData->nanoappEntries, nanoapp->getAppId(),

Completed in 106 milliseconds