Home
last modified time | relevance | path

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

/system/chre/core/
Dnanoapp.cc160 CHRE_EXTRACT_MAJOR_VERSION(getAppVersion()), in logStateToBuffer()
161 CHRE_EXTRACT_MINOR_VERSION(getAppVersion()), in logStateToBuffer()
162 CHRE_EXTRACT_PATCH_VERSION(getAppVersion()), in logStateToBuffer()
Devent_loop.cc54 info->version = app->getAppVersion(); in populateNanoappInfo()
494 info->version = nanoapp.getAppVersion(); in notifyAppStatusChange()
/system/chre/platform/include/chre/platform/
Dplatform_nanoapp.h83 uint32_t getAppVersion() const;
/system/chre/platform/linux/
Dplatform_nanoapp.cc52 uint32_t PlatformNanoapp::getAppVersion() const { in getAppVersion() function in chre::PlatformNanoapp
/system/chre/platform/android/
Dhost_link.cc124 nanoappListEntry->version = nanoapp->getAppVersion(); in handleNanoappListRequest()
/system/chre/platform/freertos/
Dplatform_nanoapp.cc84 uint32_t PlatformNanoapp::getAppVersion() const { in getAppVersion() function in chre::PlatformNanoapp
/system/chre/platform/slpi/
Dplatform_nanoapp.cc277 uint32_t PlatformNanoapp::getAppVersion() const { in getAppVersion() function in chre::PlatformNanoapp
Dhost_link.cc220 nanoapp->getAppVersion(), true /*enabled*/, nanoapp->isSystemNanoapp(), in buildNanoappListResponse()