Home
last modified time | relevance | path

Searched refs:NANOAPP_ID (Results 1 – 21 of 21) sorted by relevance

/system/chre/build/app_support/qcom_nanohub/
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,
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/build/echo_message/
DMakefile4 NANOAPP_ID := 0x476f6f6754fffffb macro
/system/chre/apps/chqts/build/busy_startup/
DMakefile4 NANOAPP_ID := 0x476f6f6754fffffc macro
/system/chre/apps/chqts/build/do_nothing/
DMakefile4 NANOAPP_ID := 0x476f6f6754fffffd macro
/system/chre/apps/chqts/build/who_am_i/
DMakefile4 NANOAPP_ID := 0x476f6f6754fffffa macro
/system/chre/apps/chqts/build/fail_startup/
DMakefile4 NANOAPP_ID := 0x476f6f6754fffffe macro
/system/chre/apps/chqts/build/general_test/
DMakefile6 NANOAPP_ID := 0x476f6f6754000000 macro
/system/chre/apps/wifi_world/
DMakefile15 NANOAPP_ID = 0x0123456789000006 macro
/system/chre/apps/chqts/build/general_test2/
DMakefile7 NANOAPP_ID := 0x476f6f6754000001 macro
/system/chre/apps/host_awake_world/
DMakefile20 NANOAPP_ID = 0x012345678900000d macro
/system/chre/apps/gnss_world/
DMakefile20 NANOAPP_ID = 0x0123456789000005 macro
/system/chre/apps/audio_world/
DMakefile20 NANOAPP_ID = 0x012345678900000c macro
/system/chre/apps/sensor_world/
DMakefile20 NANOAPP_ID = 0x0123456789000004 macro
/system/chre/apps/timer_world/
DMakefile20 NANOAPP_ID = 0x0123456789000002 macro
/system/chre/apps/hello_world/
DMakefile20 NANOAPP_ID = 0x0123456789000001 macro
/system/chre/build/nanoapp/
Dqcom_nanohub.mk18 TARGET_CFLAGS += -DNANOAPP_ID=$(NANOAPP_ID)
Dapp.mk15 ifeq ($(NANOAPP_ID),)
/system/chre/apps/chqts/src/general_test/
Drunning_info.cc37 } else if (mRunningInfo.appId != NANOAPP_ID) { in validate()
/system/chre/build/
Dbuild_template.mk158 printf "%.16x\n" `$(BE_TO_LE_SCRIPT) $(NANOAPP_ID)` >> $$@
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc89 /* appId */ NANOAPP_ID,