/system/chre/build/app_support/qcom_nanohub/ |
D | app_support_uimg.cc | 50 #if !defined(NANOAPP_ID) || !defined(NANOAPP_VERSION) 51 #error NANOAPP_ID and NANOAPP_VERSION must be defined in the build environment 56 .appVer = NANOAPP_VERSION,
|
D | app_support.cc | 99 #if !defined(NANOAPP_ID) || !defined(NANOAPP_VERSION) 100 #error NANOAPP_ID and NANOAPP_VERSION must be defined in the build environment 108 .appVer = NANOAPP_VERSION,
|
/system/chre/build/nanoapp/ |
D | app.mk | 20 ifeq ($(NANOAPP_VERSION),) 25 NANOAPP_VERSION := $(strip $(NANOAPP_VERSION)) 26 MATCHED_NANOAPP_VERSION := $(shell echo $(NANOAPP_VERSION) \ 28 ifneq ($(MATCHED_NANOAPP_VERSION), $(NANOAPP_VERSION))
|
D | qcom_nanohub.mk | 19 TARGET_CFLAGS += -DNANOAPP_VERSION=$(NANOAPP_VERSION)
|
/system/chre/apps/chqts/build/echo_message/ |
D | Makefile | 5 NANOAPP_VERSION := 0x00000000 macro
|
/system/chre/apps/chqts/build/busy_startup/ |
D | Makefile | 5 NANOAPP_VERSION := 0x00000000 macro
|
/system/chre/apps/chqts/build/do_nothing/ |
D | Makefile | 5 NANOAPP_VERSION := 0x00000001 macro
|
/system/chre/apps/chqts/build/who_am_i/ |
D | Makefile | 5 NANOAPP_VERSION := 0x00000000 macro
|
/system/chre/apps/chqts/build/fail_startup/ |
D | Makefile | 5 NANOAPP_VERSION := 0x00000000 macro
|
/system/chre/apps/chqts/build/general_test/ |
D | Makefile | 7 NANOAPP_VERSION := 0x00000000 macro
|
/system/chre/apps/wifi_world/ |
D | Makefile | 16 NANOAPP_VERSION = 0x00000000 macro
|
/system/chre/apps/chqts/build/general_test2/ |
D | Makefile | 8 NANOAPP_VERSION := 0x00000000 macro
|
/system/chre/apps/host_awake_world/ |
D | Makefile | 21 NANOAPP_VERSION = 0x00000001 macro
|
/system/chre/apps/gnss_world/ |
D | Makefile | 21 NANOAPP_VERSION = 0x00000001 macro
|
/system/chre/apps/audio_world/ |
D | Makefile | 21 NANOAPP_VERSION = 0x00000001 macro
|
/system/chre/apps/sensor_world/ |
D | Makefile | 21 NANOAPP_VERSION = 0x00000001 macro
|
/system/chre/apps/timer_world/ |
D | Makefile | 21 NANOAPP_VERSION = 0x00000001 macro
|
/system/chre/apps/hello_world/ |
D | Makefile | 21 NANOAPP_VERSION = 0x00000001 macro
|
/system/chre/apps/chqts/src/general_test/ |
D | running_info.cc | 41 } else if (mRunningInfo.version != NANOAPP_VERSION) { in validate()
|
/system/chre/build/ |
D | build_template.mk | 159 printf "00000010 %.8x " `$(BE_TO_LE_SCRIPT) $(NANOAPP_VERSION)` >> $$@
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 90 /* appVersion */ NANOAPP_VERSION,
|