Searched refs:NANOAPP_ID (Results 1 - 19 of 19) sorted by relevance

/system/chre/apps/chqts/build/busy_startup/
H A DMakefile4 NANOAPP_ID := 0x476f6f6754fffffc macro
/system/chre/apps/chqts/build/do_nothing/
H A DMakefile4 NANOAPP_ID := 0x476f6f6754fffffd macro
/system/chre/apps/chqts/build/echo_message/
H A DMakefile4 NANOAPP_ID := 0x476f6f6754fffffb macro
/system/chre/apps/chqts/build/fail_startup/
H A DMakefile4 NANOAPP_ID := 0x476f6f6754fffffe macro
/system/chre/apps/chqts/build/general_test/
H A DMakefile6 NANOAPP_ID := 0x476f6f6754000000 macro
/system/chre/apps/chqts/build/general_test2/
H A DMakefile7 NANOAPP_ID := 0x476f6f6754000001 macro
/system/chre/apps/wifi_world/
H A DMakefile15 NANOAPP_ID = 0x0123456789000006 macro
/system/chre/apps/audio_world/
H A DMakefile20 NANOAPP_ID = 0x012345678900000c macro
/system/chre/apps/hello_world/
H A DMakefile20 NANOAPP_ID = 0x0123456789000001 macro
/system/chre/apps/host_awake_world/
H A DMakefile20 NANOAPP_ID = 0x012345678900000d macro
/system/chre/apps/sensor_world/
H A DMakefile20 NANOAPP_ID = 0x0123456789000004 macro
/system/chre/apps/timer_world/
H A DMakefile20 NANOAPP_ID = 0x0123456789000002 macro
/system/chre/build/nanoapp/
H A Dqcom_nanohub.mk18 TARGET_CFLAGS += -DNANOAPP_ID=$(NANOAPP_ID)
H A Dapp.mk15 ifeq ($(NANOAPP_ID),)
16 $(error "The NANOAPP_ID variable must be set to the ID of the nanoapp. \
76 COMMON_CFLAGS += -DNANOAPP_ID=$(NANOAPP_ID)
/system/chre/build/app_support/qcom_nanohub/
H A Dapp_support_uimg.cc50 #if !defined(NANOAPP_ID) || !defined(NANOAPP_VERSION)
51 #error NANOAPP_ID and NANOAPP_VERSION must be defined in the build environment
55 .appId = NANOAPP_ID,
H A Dapp_support.cc99 #if !defined(NANOAPP_ID) || !defined(NANOAPP_VERSION)
100 #error NANOAPP_ID and NANOAPP_VERSION must be defined in the build environment
107 .appId = NANOAPP_ID,
/system/chre/apps/chqts/src/general_test/
H A Drunning_info.cc37 } else if (mRunningInfo.appId != NANOAPP_ID) {
/system/chre/build/
H A Dbuild_template.mk158 printf "%.16x\n" `$(BE_TO_LE_SCRIPT) $(NANOAPP_ID)` >> $$@
/system/chre/platform/shared/nanoapp/
H A Dnanoapp_support_lib_dso.cc48 .appId = NANOAPP_ID,

Completed in 1491 milliseconds