HomeSort by relevance Sort by last modified time
    Searched full:appbinary (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/java/android/hardware/location/
NanoApp.java 83 @Deprecated public NanoApp(int appId, byte[] appBinary) {
102 public NanoApp(long appId, byte[] appBinary) {
116 mAppBinary = appBinary;
203 * @param appBinary generated events
205 public void setAppBinary(byte[] appBinary) {
206 mAppBinary = appBinary;
329 throw new IllegalStateException("Must set non-null AppBinary for nanoapp " + mName);
  /system/chre/host/hal_generic/
generic_context_hub.cc 221 uint32_t hubId, const NanoAppBinary& appBinary, uint32_t transactionId) {
228 FlatBufferBuilder builder(128 + appBinary.customBinary.size());
229 uint32_t targetApiVersion = (appBinary.targetChreApiMajorVersion << 24) |
230 (appBinary.targetChreApiMinorVersion << 16);
232 builder, transactionId, appBinary.appId, appBinary.appVersion,
233 targetApiVersion, appBinary.customBinary);
243 appBinary.customBinary.size(), appBinary.appId, transactionId, result);
generic_context_hub.h 59 Return<Result> loadNanoApp(uint32_t hubId, const NanoAppBinary& appBinary, uint32_t transactionId) override;
  /system/chre/platform/shared/
host_protocol_chre.cc 65 const flatbuffers::Vector<uint8_t> *appBinary = request->app_binary();
69 appBinary->data(), appBinary->size());
  /system/chre/platform/slpi/include/chre/target_platform/
platform_nanoapp_base.h 40 * @param appBinary Buffer containing the complete ELF binary for this
42 * @param appBinaryLen Size of appBinary, in bytes
47 const void *appBinary, size_t appBinaryLen);
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.cpp 424 const NanoAppBinary& appBinary,
446 .app_id.id = htole64(appBinary.appId),
447 .app_version = htole32(appBinary.appVersion),
448 .flags = htole32(appBinary.flags),
450 .target_chre_api_major_version = appBinary.targetChreApiMajorVersion,
451 .target_chre_api_minor_version = appBinary.targetChreApiMinorVersion,
455 std::vector<uint8_t> binaryWithHeader(appBinary.customBinary);
Contexthub.h 44 const NanoAppBinary& appBinary,
  /hardware/interfaces/contexthub/1.0/
IContexthub.hal 80 * appBinary contains the binary representation of the nanoApp, plus
92 NanoAppBinary appBinary,
  /system/chre/host/common/
host_protocol_host.cc 158 auto appBinary = builder.CreateVector(nanoappBinary);
160 builder, transactionId, appId, appVersion, targetApiVersion, appBinary);
  /system/chre/platform/slpi/
platform_nanoapp.cc 73 const void *appBinary,
90 memcpy(mAppBinary, appBinary, appBinaryLen);
host_link.cc 634 uint32_t appVersion, uint32_t targetApiVersion, const void *appBinary,
650 cbData->nanoapp->loadFromBuffer(appId, appVersion, appBinary, appBinaryLen);
  /system/chre/platform/shared/include/chre/platform/shared/
host_protocol_chre.h 46 uint32_t appVersion, uint32_t targetApiVersion, const void *appBinary,
  /prebuilts/abi-dumps/vndk/current/x86/source-based/
android.hardware.contexthub@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86_64/source-based/
android.hardware.contexthub@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
android.hardware.contexthub@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm64/source-based/
android.hardware.contexthub@1.0.so.lsdump.gz 

Completed in 128 milliseconds