Searched refs:getAppId (Results 1 – 10 of 10) sorted by relevance
/system/chre/core/ |
D | event_loop.cc | 48 info->appId = app->getAppId(); in populateNanoappInfo() 66 if (app->getAppId() == appId) { in findNanoappInstanceIdByAppId() 150 } else if (eventLoop.findNanoappInstanceIdByAppId(nanoapp->getAppId(), in startNanoapp() 153 PRIx32, nanoapp->getAppId(), existingInstanceId); in startNanoapp() 159 nanoapp->getInstanceId(), nanoapp->getAppId()); in startNanoapp() 204 .flushMessagesSentByNanoapp(mNanoapps[i]->getAppId()); in unloadNanoapp() 415 if (app->getAppId() == appId) { in lookupAppByAppId() 443 info->appId = nanoapp.getAppId(); in notifyAppStatusChange()
|
D | nanoapp.cc | 29 "Nanoapp ID=0x%016" PRIx64 " still has %zu allocated bytes!", getAppId(), in ~Nanoapp() 98 getInstanceId(), getAppId(), getAppVersion(), getTargetApiVersion(), in logStateToBuffer()
|
D | host_comms_manager.cc | 51 msgToHost->appId = nanoapp->getAppId(); in sendMessageToHostFromNanoapp()
|
/system/chre/platform/include/chre/platform/ |
D | platform_nanoapp.h | 74 uint64_t getAppId() const;
|
/system/chre/platform/shared/ |
D | chre_api_re.cc | 38 return nanoapp->getAppId(); in chreGetAppId()
|
D | chre_api_core.cc | 43 FATAL_ERROR("chreAbort called by app 0x%016" PRIx64, nanoapp->getAppId()); in chreAbort()
|
/system/chre/platform/linux/ |
D | platform_nanoapp.cc | 48 uint64_t PlatformNanoapp::getAppId() const { in getAppId() function in chre::PlatformNanoapp
|
/system/chre/platform/android/ |
D | host_link.cc | 123 nanoappListEntry->app_id = nanoapp->getAppId(); in constructNanoappListCallback()
|
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 363 uint64_t PlatformNanoapp::getAppId() const { in getAppId() function in chre::PlatformNanoapp
|
D | host_link.cc | 227 *(cbData->builder), cbData->nanoappEntries, nanoapp->getAppId(), in buildNanoappListResponse()
|