Home
last modified time | relevance | path

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

/system/chre/core/
Devent_loop.cc53 info->appId = app->getAppId(); in populateNanoappInfo()
71 if (app->getAppId() == appId) { in findNanoappInstanceIdByAppId()
161 } else if (eventLoop.findNanoappInstanceIdByAppId(nanoapp->getAppId(), in startNanoapp()
165 nanoapp->getAppId(), existingInstanceId); in startNanoapp()
171 nanoapp->getInstanceId(), nanoapp->getAppId()); in startNanoapp()
217 .flushMessagesSentByNanoapp(mNanoapps[i]->getAppId()); in unloadNanoapp()
465 if (app->getAppId() == appId) { in lookupAppByAppId()
493 info->appId = nanoapp.getAppId(); in notifyAppStatusChange()
Dnanoapp.cc48 getAppId(), totalAllocatedBytes); in ~Nanoapp()
156 getAppId()); in logStateToBuffer()
Ddebug_dump_manager.cc65 nanoapp.getAppId()); in appendNanoappLog()
Dhost_comms_manager.cc50 msgToHost->appId = nanoapp->getAppId(); in sendMessageToHostFromNanoapp()
Dsensor_request_manager.cc363 nanoapp->getAppId()); in configureBiasEvents()
/system/chre/platform/include/chre/platform/
Dplatform_nanoapp.h75 uint64_t getAppId() const;
/system/chre/platform/shared/
Dchre_api_re.cc39 return nanoapp->getAppId(); in chreGetAppId()
Dchre_api_core.cc44 FATAL_ERROR("chreAbort called by app 0x%016" PRIx64, nanoapp->getAppId()); in chreAbort()
/system/chre/platform/linux/
Dplatform_nanoapp.cc48 uint64_t PlatformNanoapp::getAppId() const { in getAppId() function in chre::PlatformNanoapp
/system/chre/platform/android/
Dhost_link.cc123 nanoappListEntry->app_id = nanoapp->getAppId(); in handleNanoappListRequest()
/system/chre/platform/freertos/
Dplatform_nanoapp.cc77 uint64_t PlatformNanoapp::getAppId() const { in getAppId() function in chre::PlatformNanoapp
/system/chre/platform/slpi/
Dplatform_nanoapp.cc273 uint64_t PlatformNanoapp::getAppId() const { in getAppId() function in chre::PlatformNanoapp
Dhost_link.cc219 *(cbData->builder), cbData->nanoappEntries, nanoapp->getAppId(), in buildNanoappListResponse()