Searched refs:appBinary (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/contexthub/1.0/default/ |
D | Contexthub.cpp | 431 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()
|
D | Contexthub.h | 44 const NanoAppBinary& appBinary,
|
/hardware/interfaces/contexthub/1.1/default/ |
D | Contexthub.h | 38 Return<Result> loadNanoApp(uint32_t hubId, const NanoAppBinary& appBinary,
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthub.hal | 80 * appBinary contains the binary representation of the nanoApp, plus 92 NanoAppBinary appBinary,
|