OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appBinary
(Results
1 - 2
of
2
) sorted by null
/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
...]
NanohubHidlAdapter.h
53
const NanoAppBinary&
appBinary
,
Completed in 242 milliseconds