Searched refs:copyNanoappFragment (Results 1 – 9 of 9) sorted by relevance
/system/chre/platform/shared/ |
D | nanoapp_load_manager.cc | 52 bool NanoappLoadManager::copyNanoappFragment(uint16_t hostClientId, in copyNanoappFragment() function in chre::NanoappLoadManager 59 success = mNanoapp->copyNanoappFragment(buffer, bufferLen); in copyNanoappFragment()
|
D | host_link.cc | 87 success = getLoadManager().copyNanoappFragment( in loadNanoappData()
|
/system/chre/platform/exynos/include/chre/target_platform/ |
D | platform_nanoapp_base.h | 70 bool copyNanoappFragment(const void *buffer, size_t bufferSize);
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | platform_nanoapp_base.h | 71 bool copyNanoappFragment(const void *buffer, size_t bufferSize);
|
/system/chre/platform/freertos/include/chre/target_platform/ |
D | platform_nanoapp_base.h | 88 bool copyNanoappFragment(const void *buffer, size_t bufferSize);
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | nanoapp_load_manager.h | 77 bool copyNanoappFragment(uint16_t hostClientId, uint32_t transactionId,
|
/system/chre/platform/exynos/ |
D | platform_nanoapp.cc | 52 bool PlatformNanoappBase::copyNanoappFragment(const void *buffer, in copyNanoappFragment() function in chre::PlatformNanoappBase
|
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 120 bool PlatformNanoappBase::copyNanoappFragment(const void *buffer, in copyNanoappFragment() function in chre::PlatformNanoappBase
|
/system/chre/platform/freertos/ |
D | platform_nanoapp.cc | 205 bool PlatformNanoappBase::copyNanoappFragment(const void *buffer, in copyNanoappFragment() function in chre::PlatformNanoappBase
|