/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | chre.te | 4 type chre, domain; 7 init_daemon_domain(chre) 9 allow chre system_file:dir read; 11 allow chre ion_device:chr_file r_file_perms; 12 allow chre qdsp_device:chr_file r_file_perms; 13 allow chre dsp_device:chr_file r_file_perms; 15 r_dir_file(chre, adsprpcd_file) 18 wakelock_use(chre) 21 hal_client_domain(chre, hal_audio)
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | chre.te | 4 type chre, domain; 7 init_daemon_domain(chre) 9 allow chre system_file:dir read; 11 allow chre ion_device:chr_file r_file_perms; 12 allow chre qdsp_device:chr_file r_file_perms; 13 allow chre dsp_device:chr_file r_file_perms; 15 r_dir_file(chre, adsprpcd_file) 18 wakelock_use(chre) 21 hal_client_domain(chre, hal_audio)
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | chre.te | 4 type chre, domain; 7 init_daemon_domain(chre) 9 allow chre ion_device:chr_file r_file_perms; 10 allow chre qdsp_device:chr_file r_file_perms; 13 wakelock_use(chre) 16 hal_client_domain(chre, hal_audio)
|
/device/google/wahoo/sepolicy/vendor/ |
D | chre.te | 4 type chre, domain; 7 init_daemon_domain(chre) 9 allow chre ion_device:chr_file { open read }; 10 allow chre qdsp_device:chr_file { ioctl open read }; 12 allow chre system_file:dir read;
|
D | hal_contexthub.te | 2 allow hal_contexthub_default chre:unix_stream_socket connectto;
|
/device/google/contexthub/firmware/app/chre/ |
D | chre.mk | 22 SRCS += $(NANOHUB_DIR)/app/chre/common/chre_app.c 23 SRCS += $(NANOHUB_DIR)/app/chre/common/chre_app_syscalls.c 31 CFLAGS += -I$(NANOHUB_DIR)/../../../../system/chre/chre_api/include/chre_api 32 CFLAGS += -I$(NANOHUB_DIR)/../../../../system/chre/util/include
|
D | chre10.mk | 22 SRCS += $(NANOHUB_DIR)/app/chre/common/chre10_app.c 23 SRCS += $(NANOHUB_DIR)/app/chre/common/chre10_app_syscalls.c 31 CFLAGS += -I$(NANOHUB_DIR)/../../../../system/chre/chre_api/legacy/v1_0
|
D | chre11.mk | 22 SRCS += $(NANOHUB_DIR)/app/chre/common/chre_app.c 23 SRCS += $(NANOHUB_DIR)/app/chre/common/chre11_app_syscalls.c 31 CFLAGS += -I$(NANOHUB_DIR)/../../../../system/chre/chre_api/legacy/v1_1
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 284 } else if (ret == (int)(sizeof(msg.chre.hdr) + len)) { in runDeviceRx() 285 ret = SystemComm::handleRx(&msg.chre); in runDeviceRx() 287 hub_app_name_t app_name = { .id = msg.chre.hdr.appId }; in runDeviceRx() 289 …dumpBuffer("(CHRE) DEV -> APP", app_name, msg.chre.hdr.appEventId, msg.chre.hdr.endpoint, &msg.chr… in runDeviceRx() 291 …doSendToApp(HubMessage(&app_name, msg.chre.hdr.appEventId, msg.chre.hdr.endpoint, &msg.chre.data[0… in runDeviceRx() 294 …ected (%zu|%zu) bytes, read %d bytes", sizeof(msg.raw.hdr) + len, sizeof(msg.chre.hdr) + len, ret); in runDeviceRx()
|
D | system_comms.h | 133 explicit NanohubRsp(MessageBuf &buf, uint32_t transactionId, bool chre); 164 …rtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) = 0; 287 … int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) override; 294 … virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) override; 304 … virtual int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) override; 316 bool chre, running, loaded; member 394 apps_[appName.id]->chre = false; in addNewApp() 432 …int handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre, bool &reb… 450 int doHandleRx(uint64_t appId, uint32_t transactionId, const char *data, int len, bool chre);
|
D | system_comms.cpp | 168 NanohubRsp::NanohubRsp(MessageBuf &buf, uint32_t transactionId, bool chre) in NanohubRsp() argument 177 if (chre) in NanohubRsp() 245 …temComm::MemInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) in handleRx() argument 248 NanohubRsp rsp(buf, transactionId, chre); in handleRx() 457 …ppMgmtSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &appManager, bool chre) in handleRx() argument 461 NanohubRsp rsp(buf, transactionId, chre); in handleRx() 886 …temComm::KeyInfoSession::handleRx(MessageBuf &buf, uint32_t transactionId, AppManager &, bool chre) in handleRx() argument 889 NanohubRsp rsp(buf, transactionId, chre); in handleRx() 968 if (app->chre) { in dumpAppInfo() 1078 apps_[id]->chre = false; in restoreApps() [all …]
|
/device/google/contexthub/firmware/app/chre/chre_test2.app/ |
D | Makefile | 38 include $(NANOHUB_DIR)/app/chre/chre.mk
|
/device/google/contexthub/firmware/app/chre/chre_test1.app/ |
D | Makefile | 38 include $(NANOHUB_DIR)/app/chre/chre.mk
|
/device/google/contexthub/firmware/app/chre/chre_test0.app/ |
D | Makefile | 41 include $(NANOHUB_DIR)/app/chre/chre.mk
|
/device/google/contexthub/firmware/build/ |
D | app_chre_executable.mk | 41 system/chre/chre_api/include/chre_api \ 42 system/chre/util/include \
|
D | app_chre10_executable.mk | 41 system/chre/chre_api/legacy/v1_0 \
|
D | app_chre11_executable.mk | 41 system/chre/chre_api/legacy/v1_1 \
|
D | config_internal.mk | 22 system/chre/chre_api/include/chre_api \
|
/device/google/coral-sepolicy/vendor/google/ |
D | pixelstats_vendor.te | 15 unix_socket_connect(pixelstats_vendor, chre, chre)
|
D | hal_contexthub.te | 2 allow hal_contexthub_default chre:unix_stream_socket connectto;
|
/device/google/crosshatch-sepolicy/vendor/google/ |
D | pixelstats_vendor.te | 15 unix_socket_connect(pixelstats_vendor, chre, chre)
|
D | hal_contexthub.te | 2 allow hal_contexthub_default chre:unix_stream_socket connectto;
|
/device/google/bonito-sepolicy/vendor/google/ |
D | pixelstats_vendor.te | 15 unix_socket_connect(pixelstats_vendor, chre, chre)
|
D | hal_contexthub.te | 2 allow hal_contexthub_default chre:unix_stream_socket connectto;
|
/device/google/contexthub/firmware/app/ |
D | Android.mk | 17 subdirs := test0.app test1.app chre
|