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

/system/chre/platform/include/chre/platform/
H A Dplatform_nanoapp.h79 uint64_t getAppId() const;
83 * here as for getAppId().
85 * @see #getAppId
/system/chre/platform/linux/
H A Dplatform_nanoapp.cc38 uint64_t PlatformNanoapp::getAppId() const { function in class:chre::PlatformNanoapp
/system/chre/platform/shared/
H A Dchre_api_re.cc33 return nanoapp->getAppId();
/system/chre/core/
H A Dtimer_pool.cc50 nanoapp->getAppId(), duration.toRawNanoseconds());
91 LOGD("App %" PRIx64 " cancelled timer %" PRIu32, nanoapp->getAppId(),
H A Devent_loop.cc44 if (app->getAppId() == appId) {
137 } else if (eventLoopManager->findNanoappInstanceIdByAppId(nanoapp->getAppId(),
141 PRIx32, nanoapp->getAppId(), existingInstanceId);
H A Dhost_comms_manager.cc53 msgToHost->appId = currentApp->getAppId();
/system/chre/platform/slpi/
H A Dplatform_nanoapp.cc181 uint64_t PlatformNanoapp::getAppId() const { function in class:chre::PlatformNanoapp
H A Dhost_link.cc144 data->builder, data->nanoappEntries, nanoapp->getAppId(),

Completed in 217 milliseconds