Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/hardware/google/pixel-sepolicy/fingerprint-extension/system_ext/private/
Dinit-fingerprint-extension.te1 type init-fingerprint-extension, domain, coredomain;
2 type init-fingerprint-extension_exec, exec_type, system_file_type, file_type;
5 init_daemon_domain(init-fingerprint-extension)
7 allow init-fingerprint-extension shell_exec:file rx_file_perms;
8 allow init-fingerprint-extension system_file:file execute_no_trans;
9 …allow init-fingerprint-extension toolbox_exec:file {execute read open execute_no_trans map getattr…
10 allow init-fingerprint-extension activity_service:service_manager find;
11 binder_call(init-fingerprint-extension, servicemanager)
12 binder_call(init-fingerprint-extension, system_server)
13 binder_call(system_server, init-fingerprint-extension)
[all …]
/hardware/google/pixel-sepolicy/mm/
Dinit-mm-logging.sh.te1 type init-mm-logging-sh, domain;
2 type init-mm-logging-sh_exec, exec_type, vendor_file_type, file_type;
4 init_daemon_domain(init-mm-logging-sh)
6 dontaudit init-mm-logging-sh { domain -kernel }:{ file dir } *;
7 dontaudit init-mm-logging-sh self:capability sys_ptrace;
10 allow init-mm-logging-sh vendor_toolbox_exec:file rx_file_perms;
11 allow init-mm-logging-sh proc_vmstat:file r_file_perms;
12 allow init-mm-logging-sh mm_logd_vendor_data_file:dir create_dir_perms;
13 allow init-mm-logging-sh mm_logd_vendor_data_file:file create_file_perms;
15 allow init-mm-logging-sh kernel:dir r_dir_perms;
[all …]
/hardware/google/pixel-sepolicy/mm/gki/
Dinit-mm-logging.sh.te1 type init-mm-logging-sh, domain;
2 type init-mm-logging-sh_exec, exec_type, vendor_file_type, file_type;
4 init_daemon_domain(init-mm-logging-sh)
6 dontaudit init-mm-logging-sh { domain -kernel }:{ file dir } *;
7 dontaudit init-mm-logging-sh self:capability sys_ptrace;
10 allow init-mm-logging-sh vendor_toolbox_exec:file rx_file_perms;
11 allow init-mm-logging-sh proc_vmstat:file r_file_perms;
12 allow init-mm-logging-sh mm_logd_vendor_data_file:dir create_dir_perms;
13 allow init-mm-logging-sh mm_logd_vendor_data_file:file create_file_perms;
15 allow init-mm-logging-sh kernel:dir r_dir_perms;
[all …]
/hardware/google/pixel-sepolicy/thermal/
Dinit-thermal-symlinks.sh.te1 type init-thermal-symlinks-sh, domain;
2 type init-thermal-symlinks-sh_exec, exec_type, vendor_file_type, file_type;
4 init_daemon_domain(init-thermal-symlinks-sh)
6 allow init-thermal-symlinks-sh vendor_toolbox_exec:file rx_file_perms;
7 allow init-thermal-symlinks-sh thermal_link_device:dir rw_dir_perms;
8 allow init-thermal-symlinks-sh thermal_link_device:lnk_file create_file_perms;
9 allow init-thermal-symlinks-sh sysfs_thermal:dir r_dir_perms;
10 allow init-thermal-symlinks-sh sysfs_thermal:file r_file_perms;
11 allow init-thermal-symlinks-sh sysfs_thermal:lnk_file r_file_perms;
12 set_prop(init-thermal-symlinks-sh, vendor_thermal_prop)
Dinit-thermal-logging.sh.te1 type init-thermal-logging-sh, domain;
2 type init-thermal-logging-sh_exec, exec_type, vendor_file_type, file_type;
4 init_daemon_domain(init-thermal-logging-sh)
7 allow init-thermal-logging-sh vendor_toolbox_exec:file rx_file_perms;
8 allow init-thermal-logging-sh sysfs_thermal:dir r_dir_perms;
9 allow init-thermal-logging-sh sysfs_thermal:file r_file_perms;
Dfile_contexts3 /vendor/bin/thermal_logd u:object_r:init-t…
5 /vendor/bin/thermal_symlinks u:object_r:init-t…
/hardware/interfaces/vr/1.0/vts/functional/
DVtsHalVrV1_0TargetTest.cpp46 EXPECT_TRUE(vr->init().isOk()); in TEST_P()
51 EXPECT_TRUE(vr->init().isOk()); in TEST_P()
58 EXPECT_TRUE(vr->init().isOk()); in TEST_P()
60 EXPECT_TRUE(vr->init().isOk()); in TEST_P()
62 EXPECT_TRUE(vr->init().isOk()); in TEST_P()
/hardware/qcom/sm7250/display/init/
DAndroid.mk3 LOCAL_MODULE := init.qti.display_boot.sh
6 LOCAL_SRC_FILES := init.qti.display_boot.sh
7 LOCAL_INIT_RC := init.qti.display_boot.rc
/hardware/qcom/sm7250/media/media-prop/
DAndroid.mk4 LOCAL_MODULE := init.qti.media.sh
10 LOCAL_SRC_FILES := init.qti.media.sh
12 LOCAL_INIT_RC := init.qti.media.rc
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DStreamIoUtil.h34 init(vec.data(), vec.size()); in charvectorbuf()
39 init(begin, end - begin); in charvectorbuf()
43 init(begin, size); in charvectorbuf()
48 init(vec.data(), vec.size()); in charvectorbuf()
53 init(begin, end - begin); in charvectorbuf()
57 init(begin, size); in charvectorbuf()
126 void init(const CharT *base, size_t size) { in init() function
131 void init(CharT *base, size_t size) { in init() function
/hardware/qcom/display/msm8960/liboverlay/
DoverlayCtrlData.h56 bool init(uint32_t fbnum);
102 bool init(uint32_t fbnum);
147 inline bool Ctrl::init(uint32_t fbnum) { in init() function
149 if(!mMdp.init(fbnum)) { in init()
237 inline bool Data::init(uint32_t fbnum) { in init() function
238 if(!mMdp.init(fbnum)) { in init()
/hardware/libhardware/modules/input/evdev/
DEvdevModule.cpp43 void init();
62 void EvdevModule::init() { in init() function in android::EvdevModule
103 gEvdevModule->init(); in input_init()
129 .init = input_init,
/hardware/ril/
DCleanSpec.mk52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/rild.rc)
57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/vendor/etc/init/rild.rc)
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/rild.rc)
/hardware/google/pixel/mm/
Dpixel-mm-legacy.rc34 on property:init.svc.dumpstatez=running
37 on property:init.svc.dumpstatez=stopped
40 on property:init.svc.bugreport=running
43 on property:init.svc.bugreport=stopped
46 on property:init.svc.bugreportd=running
49 on property:init.svc.bugreportd=stopped
Dpixel-mm.rc33 on property:init.svc.dumpstatez=running
36 on property:init.svc.dumpstatez=stopped
39 on property:init.svc.bugreport=running
42 on property:init.svc.bugreport=stopped
45 on property:init.svc.bugreportd=running
48 on property:init.svc.bugreportd=stopped
Dpixel-mm-gki.rc15 on init
55 on property:init.svc.dumpstatez=running
58 on property:init.svc.dumpstatez=stopped
61 on property:init.svc.bugreport=running
64 on property:init.svc.bugreport=stopped
67 on property:init.svc.bugreportd=running
70 on property:init.svc.bugreportd=stopped
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.h67 void init(DrmDevice *drmDevice, uint32_t size) { in init() function
89 void init(DrmDevice *drmDevice) { in init() function
90 SaveBlob::init(drmDevice, DQE_BLOB_NUM); in init()
103 SaveBlob::init(drmDevice, DPP_BLOB_NUM); in DppBlobs()
149 void init(DrmDevice *drmDevice) { SaveBlob::init(drmDevice, HISTO_BLOB_NUM); } in init() function
/hardware/google/pixel/common/
Dpixel-common-device.mk2 hardware/google/pixel/common/init.pixel.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.pixel.rc
/hardware/interfaces/vr/1.0/default/
DVr.cpp35 Return<void> Vr::init() { in init() function in android::hardware::vr::V1_0::implementation::Vr
36 mDevice->init(mDevice); in init()
/hardware/google/camera/common/hal/aidl_service/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.camera.provider@*-ser…
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.camera.provider@*-ser…
/hardware/qcom/display/msm8960/liboverlay/pipes/
Doverlay3DPipe.h53 bool init(RotatorBase* rot);
83 bool init(RotatorBase* rot);
113 bool init(RotatorBase* rot);
143 bool init(RotatorBase* rot);
172 inline bool M3DExtPipe<CHAN>::init(RotatorBase* rot) { in init() function
174 if(!mM3d.init(rot)) { in init()
241 inline bool M3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { in init() function
243 if(!mM3d.init(rot)) { in init()
296 inline bool S3DExtPipe<CHAN>::init(RotatorBase* rot) { in init() function
298 if(!mS3d.init(rot)) { in init()
[all …]
/hardware/qcom/display/msm8084/liboverlay/pipes/
Doverlay3DPipe.h53 bool init(RotatorBase* rot);
83 bool init(RotatorBase* rot);
113 bool init(RotatorBase* rot);
143 bool init(RotatorBase* rot);
172 inline bool M3DExtPipe<CHAN>::init(RotatorBase* rot) { in init() function
174 if(!mM3d.init(rot)) { in init()
241 inline bool M3DPrimaryPipe<CHAN>::init(RotatorBase* rot) { in init() function
243 if(!mM3d.init(rot)) { in init()
296 inline bool S3DExtPipe<CHAN>::init(RotatorBase* rot) { in init() function
298 if(!mS3d.init(rot)) { in init()
[all …]
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_virtual.h40 virtual void init(hwc_context_t *ctx) = 0;
60 virtual void init(hwc_context_t *ctx);
83 virtual void init(hwc_context_t *) {}; in init() function
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_virtual.h40 virtual void init(hwc_context_t *ctx) = 0;
60 virtual void init(hwc_context_t *ctx);
89 virtual void init(hwc_context_t *) {}; in init() function
/hardware/interfaces/
DCleanSpec.mk50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.hardware*)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.hardware.bluetooth*)
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.hardware.automotive*)
71 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.configstore@1.1-servi…
73 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.cas@1.0*)
75 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.configstore@1.2-servi…
83 $(call add-clean-step, rm -f $(PRODUCT_OUT)/etc/init/android.hardware.audio@2.0-service.rc $(PRODUC…
85 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.cas@1.1*)

12345678910>>...24