HomeSort by relevance Sort by last modified time
    Searched defs:appBinary (Results 1 - 5 of 5) sorted by null

  /system/chre/host/common/
host_protocol_host.cc 172 auto appBinary = builder.CreateVector(nanoappBinary);
174 builder, transactionId, appId, appVersion, targetApiVersion, appBinary,
  /system/chre/platform/shared/
host_protocol_chre.cc 65 const flatbuffers::Vector<uint8_t> *appBinary = request->app_binary();
69 appBinary->data(), appBinary->size(), request->fragment_id(),
  /device/google/contexthub/contexthubhal/
NanohubHidlAdapter.cpp 386 const NanoAppBinary& appBinary,
404 .app_id.id = htole64(appBinary.appId),
405 .app_version = htole32(appBinary.appVersion),
406 .flags = htole32(appBinary.flags),
408 .target_chre_api_major_version = appBinary.targetChreApiMajorVersion,
409 .target_chre_api_minor_version = appBinary.targetChreApiMinorVersion,
413 std::vector<uint8_t> binaryWithHeader(appBinary.customBinary);
524 static bool readApp(const char *file, NanoAppBinary *appBinary)
536 appBinary->appId = header->app_id.id;
537 appBinary->appVersion = header->app_version
    [all...]
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 410 milliseconds