Home
last modified time | relevance | path

Searched refs:appBinary (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp431 const NanoAppBinary& appBinary, in loadNanoApp() argument
453 .app_id.id = htole64(appBinary.appId), in loadNanoApp()
454 .app_version = htole32(appBinary.appVersion), in loadNanoApp()
455 .flags = htole32(appBinary.flags), in loadNanoApp()
457 .target_chre_api_major_version = appBinary.targetChreApiMajorVersion, in loadNanoApp()
458 .target_chre_api_minor_version = appBinary.targetChreApiMinorVersion, in loadNanoApp()
462 std::vector<uint8_t> binaryWithHeader(appBinary.customBinary); in loadNanoApp()
DContexthub.h44 const NanoAppBinary& appBinary,
/hardware/interfaces/contexthub/1.0/
DIContexthub.hal80 * appBinary contains the binary representation of the nanoApp, plus
92 NanoAppBinary appBinary,