/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 55 .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),) 30 NANOAPP_VERSION := $(strip $(NANOAPP_VERSION)) 31 MATCHED_NANOAPP_VERSION := $(shell echo $(NANOAPP_VERSION) \ 33 ifneq ($(MATCHED_NANOAPP_VERSION), $(NANOAPP_VERSION))
|
D | qcom_nanohub.mk | 19 TARGET_CFLAGS += -DNANOAPP_VERSION=$(NANOAPP_VERSION)
|
/system/chre/apps/test/chqts/build/busy_startup/ |
D | Makefile | 5 NANOAPP_VERSION := 0x00000000 macro
|
/system/chre/apps/test/chqts/build/who_am_i/ |
D | Makefile | 5 NANOAPP_VERSION := 0x00000000 macro
|
/system/chre/apps/test/chqts/build/echo_message/ |
D | Makefile | 5 NANOAPP_VERSION := 0x00000000 macro
|
/system/chre/apps/test/chqts/build/do_nothing/ |
D | Makefile | 5 NANOAPP_VERSION := 0x00000001 macro
|
/system/chre/apps/test/chqts/build/fail_startup/ |
D | Makefile | 5 NANOAPP_VERSION := 0x00000000 macro
|
/system/chre/apps/tflm_demo/ |
D | Makefile | 15 NANOAPP_VERSION = 0x00000001 # Version scheme: 0xMMmmpppp macro
|
/system/chre/apps/wifi_world/ |
D | Makefile | 16 NANOAPP_VERSION = 0x00000000 macro
|
/system/chre/apps/test/chqts/build/general_test/ |
D | Makefile | 7 NANOAPP_VERSION := 0x00000000 macro
|
/system/chre/apps/test/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/timer_world/ |
D | Makefile | 21 NANOAPP_VERSION = 0x00000001 macro
|
/system/chre/apps/debug_dump_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/hello_world/ |
D | Makefile | 21 NANOAPP_VERSION = 0x00000001 macro
|
/system/chre/apps/gnss_world/ |
D | Makefile | 21 NANOAPP_VERSION = 0x00000001 macro
|
/system/chre/apps/test/chqts/src/general_test/ |
D | running_info.cc | 41 } else if (mRunningInfo.version != NANOAPP_VERSION) { in validate()
|
/system/chre/apps/power_test/common/ |
D | power_test.mk | 19 NANOAPP_VERSION = 0x00020000
|
/system/chre/build/ |
D | build_template.mk | 170 printf "00000010 %.8x " `$(BE_TO_LE_SCRIPT) $(NANOAPP_VERSION)` >> $$@
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 135 /* appVersion */ NANOAPP_VERSION,
|
/system/chre/doc/ |
D | nanoapp_developer_guide.md | 60 * `NANOAPP_VERSION`: 32-bit version, in hexadecimal format (see versioning
|