/device/google/coral/ |
D | ueventd.rc | 21 /dev/diag 0660 system diag 23 /dev/wlan 0666 system system 24 /dev/kgsl-3d0 0666 system system 25 /dev/ion 0664 system system 26 /dev/rtc0 0660 system system 27 /dev/smd7 0660 bluetooth bluetooth 28 /dev/ipa 0660 system radio 29 /dev/wwan_ioctl 0660 system radio 30 /dev/ipaNatTable 0660 system radio 31 /dev/rmnet_ctrl 0660 usb usb [all …]
|
/device/google/redbull/ |
D | ueventd.rc | 21 /dev/diag 0660 system diag 23 /dev/wlan 0666 system system 24 /dev/kgsl-3d0 0666 system system 25 /dev/ion 0664 system system 26 /dev/rtc0 0660 system system 27 /dev/smd7 0660 bluetooth bluetooth 28 /dev/ipa 0660 system radio 29 /dev/wwan_ioctl 0660 system radio 30 /dev/ipaNatTable 0660 system radio 31 /dev/rmnet_ctrl 0660 usb usb [all …]
|
/device/google/sunfish/ |
D | ueventd.rc | 21 /dev/diag 0660 system diag 23 /dev/wlan 0666 system system 24 /dev/kgsl-3d0 0666 system system 25 /dev/ion 0664 system system 26 /dev/rtc0 0660 system system 27 /dev/smd7 0660 bluetooth bluetooth 28 /dev/ipa 0660 system radio 29 /dev/wwan_ioctl 0660 system radio 30 /dev/ipaNatTable 0660 system radio 31 /dev/rmnet_ctrl 0660 usb usb [all …]
|
/device/google/bonito/ |
D | ueventd.hardware.rc | 21 /dev/diag 0660 system diag 23 /dev/wlan 0666 system system 24 /dev/kgsl-3d0 0666 system system 25 /dev/ion 0664 system system 26 /dev/rtc0 0660 system system 27 /dev/smd7 0660 bluetooth bluetooth 28 /dev/ipa 0660 system radio 29 /dev/wwan_ioctl 0660 system radio 30 /dev/ipaNatTable 0660 system radio 31 /dev/rmnet_ctrl 0660 usb usb [all …]
|
/device/google/crosshatch/ |
D | ueventd.hardware.rc | 21 /dev/diag 0660 system diag 23 /dev/wlan 0666 system system 24 /dev/kgsl-3d0 0666 system system 25 /dev/ion 0664 system system 26 /dev/rtc0 0660 system system 27 /dev/smd7 0660 bluetooth bluetooth 28 /dev/ipa 0660 system radio 29 /dev/wwan_ioctl 0660 system radio 30 /dev/ipaNatTable 0660 system radio 31 /dev/rmnet_ctrl 0660 usb usb [all …]
|
D | init.hardware.xr.rc | 30 mkdir /dev/cpuset/kernel 0750 root system 31 write /dev/cpuset/kernel/cpus 0 32 write /dev/cpuset/kernel/mems 0 33 chown system system /dev/cpuset/kernel/tasks 34 chown system system /dev/cpuset/kernel/cpus 35 chmod 0660 /dev/cpuset/kernel/tasks 36 chmod 0660 /dev/cpuset/kernel/cpus 38 mkdir /dev/cpuset/system 0750 root system 39 write /dev/cpuset/system/cpus 0 40 write /dev/cpuset/system/mems 0 [all …]
|
/device/google/contexthub/firmware/os/core/ |
D | spi.c | 35 struct SpiDevice dev; member 64 struct SpiDevice *dev = &state->dev; in spiMasterStart() local 66 if (dev->ops->masterStartAsync) in spiMasterStart() 67 return dev->ops->masterStartAsync(dev, cs, mode); in spiMasterStart() 69 if (dev->ops->masterStartSync) { in spiMasterStart() 70 int err = dev->ops->masterStartSync(dev, cs, mode); in spiMasterStart() 75 return dev->ops->masterRxTx(dev, state->packets[0].rxBuf, in spiMasterStart() 79 void spi_masterStartAsync_done(struct SpiDevice *dev, int err) in spi_masterStartAsync_done() argument 81 struct SpiDeviceState *state = SPI_DEVICE_TO_STATE(dev); in spi_masterStartAsync_done() 95 struct SpiDevice *dev = &state->dev; in spiMasterNext() local [all …]
|
/device/linaro/poplar/vendor/ |
D | ueventd.poplar.rc | 4 /dev/stpbt 0666 bluetooth bluetooth 6 /dev/tee0 0666 shell shell 7 /dev/teepriv0 0666 shell shell 9 /dev/mali* 0666 system graphics 10 /dev/graphics/fb* 0666 system graphics 11 /dev/ion 0666 system graphics 12 /dev/hi_gfx2d 0666 system graphics 14 /dev/hi_adec 0666 system audio 15 /dev/hi_adsp 0666 system audio 16 /dev/hi_ai 0666 system audio [all …]
|
/device/google/contexthub/firmware/os/inc/ |
D | spi_priv.h | 29 int (*masterStartSync)(struct SpiDevice *dev, spi_cs_t cs, 31 int (*masterStartAsync)(struct SpiDevice *dev, spi_cs_t cs, 34 int (*masterRxTx)(struct SpiDevice *dev, void *rxBuf, const void *txBuf, 37 int (*masterStopSync)(struct SpiDevice *dev); 38 int (*masterStopAsync)(struct SpiDevice *dev); 40 int (*slaveStartSync)(struct SpiDevice *dev, const struct SpiMode *mode); 41 int (*slaveStartAsync)(struct SpiDevice *dev, const struct SpiMode *mode); 43 int (*slaveIdle)(struct SpiDevice *dev, const struct SpiMode *mode); 44 int (*slaveRxTx)(struct SpiDevice *dev, void *rxBuf, const void *txBuf, 47 void (*slaveSetCsInterrupt)(struct SpiDevice *dev, bool enabled); [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | morse.py | 77 dev = None 82 dev = aifc.open(a, 'w') 83 dev.setframerate(44100) 84 dev.setsampwidth(2) 85 dev.setnchannels(1) 88 if not dev: 90 dev = audiodev.AudioDev() 91 dev.setoutrate(44100) 92 dev.setsampwidth(2) 93 dev.setnchannels(1) [all …]
|
/device/google/vrservices/xr/init/ |
D | init.xr.rc | 26 mkdir /dev/cpuset/kernel 0750 root system 27 write /dev/cpuset/kernel/cpus 0 28 write /dev/cpuset/kernel/mems 0 29 chown system system /dev/cpuset/kernel/tasks 30 chown system system /dev/cpuset/kernel/cpus 31 chmod 0660 /dev/cpuset/kernel/tasks 32 chmod 0660 /dev/cpuset/kernel/cpus 34 mkdir /dev/cpuset/system 0750 root system 35 write /dev/cpuset/system/cpus 0 36 write /dev/cpuset/system/mems 0 [all …]
|
/device/google/cuttlefish/tools/ |
D | flash-blk-dev.sh | 52 echo "${init_devs}" | grep "${blk_dev}" >/dev/null 82 sudo chmod 666 /dev/${blk_dev} 83 type pv > /dev/null 2>&1 85 pv ${image} > /dev/${blk_dev} 87 dd if=${image} of=/dev/${blk_dev} bs=1M conv=sync,noerror status=progress 96 …part_type=`sudo gdisk -l /dev/${blk_dev} 2>/dev/null | grep ": present" | sed 's/ *\([^:]*\):.*/\… 98 sudo parted -s /dev/${blk_dev} resizepart 1 100% 99 sudo e2fsck -y -f /dev/${blk_dev}1 >/dev/null 2>&1 100 sudo resize2fs /dev/${blk_dev}1 >/dev/null 2>&1 102 parts=`sudo gdisk -l /dev/${blk_dev} | grep "^Number" -A999 | tail -n +2 | wc -l` [all …]
|
/device/mediatek/wembley-sepolicy/non_plat/ |
D | file_contexts | 15 /dev/socket/netd u:object_r:netd_socket:s0 100 /dev/aal_als(/.*)? u:object_r:aal_als_device:s0 101 /dev/accdet(/.*)? u:object_r:accdet_device:s0 102 /dev/AD5820AF(/.*)? u:object_r:AD5820AF_device:s0 103 /dev/aed[0-9]+ u:object_r:aed_device:s0 104 /dev/ampc0(/.*)? u:object_r:ampc0_device:s0 105 /dev/android(/.*)? u:object_r:android_device:s0 106 /dev/block/zram0 u:object_r:swap_block_device:s0 107 /dev/block/platform/bootdevice/by-name/otp u:object_r:otp_part_block_device:s0 108 /dev/bmtpool(/.*)? u:object_r:bmtpool_device:s0 [all …]
|
/device/mediatek/wembley-sepolicy/r_non_plat/ |
D | file_contexts | 15 /dev/socket/netd u:object_r:netd_socket:s0 100 /dev/aal_als(/.*)? u:object_r:aal_als_device:s0 101 /dev/accdet(/.*)? u:object_r:accdet_device:s0 102 /dev/AD5820AF(/.*)? u:object_r:AD5820AF_device:s0 103 /dev/aed[0-9]+ u:object_r:aed_device:s0 104 /dev/ampc0(/.*)? u:object_r:ampc0_device:s0 105 /dev/android(/.*)? u:object_r:android_device:s0 106 /dev/block/zram0 u:object_r:swap_block_device:s0 107 /dev/block/platform/bootdevice/by-name/otp u:object_r:otp_part_block_device:s0 108 /dev/bmtpool(/.*)? u:object_r:bmtpool_device:s0 [all …]
|
/device/linaro/poplar/sepolicy/ |
D | file_contexts | 4 /dev/hi_sys u:object_r:hi_sys_device:s0 5 /dev/hi_ao u:object_r:hi_ao_device:s0 6 /dev/hi_ai u:object_r:hi_ai_device:s0 7 /dev/hi_pq u:object_r:hi_pq_device:s0 8 /dev/hi_hdmi u:object_r:hi_hdmi_device:s0 9 /dev/hi_vfmw u:object_r:hi_vfmw_device:s0 10 /dev/hi_vo u:object_r:hi_vo_device:s0 11 /dev/hi_disp u:object_r:hi_disp_device:s0 12 /dev/hi_omxvdec u:object_r:hi_omxvdec_device:s0 13 /dev/hi_log u:object_r:hi_log_device:s0 [all …]
|
/device/google/sunfish-sepolicy/vendor/qcom/sm7150/ |
D | file_contexts | 1 /dev/block/platform/soc/1d84000\.ufshc/by-name/abl_[ab] u:object_r:custom_ab_block_device:s0 2 /dev/block/platform/soc/1d84000\.ufshc/by-name/aop_[ab] u:object_r:custom_ab_block_device:s0 3 /dev/block/platform/soc/1d84000\.ufshc/by-name/apdp_[ab] u:object_r:dp_block_device:s0 4 /dev/block/platform/soc/1d84000\.ufshc/by-name/bluetooth_[ab] u:object_r:custom_ab_block_device:s0 5 /dev/block/platform/soc/1d84000\.ufshc/by-name/boot_[ab] u:object_r:boot_block_device:s0 6 /dev/block/platform/soc/1d84000\.ufshc/by-name/cmnlib64_[ab] u:object_r:custom_ab_block_device:s0 7 /dev/block/platform/soc/1d84000\.ufshc/by-name/cmnlib_[ab] u:object_r:custom_ab_block_device:s0 8 /dev/block/platform/soc/1d84000\.ufshc/by-name/core_nhlos_[ab] u:object_r:custom_ab_block_device:s0 9 /dev/block/platform/soc/1d84000\.ufshc/by-name/devcfg_[ab] u:object_r:custom_ab_block_device:s0 10 /dev/block/platform/soc/1d84000\.ufshc/by-name/dsp_[ab] u:object_r:custom_ab_block_device:s0 [all …]
|
/device/linaro/hikey/ |
D | ueventd.common.rc | 6 /dev/hci_tty 0666 root root 7 /dev/ttyAMA1 0660 bluetooth bluetooth 8 /dev/ttyAMA4 0660 bluetooth bluetooth 9 /dev/mali 0666 system graphics 10 /dev/mali0 0666 system graphics 11 /dev/nanohub 0660 system system 12 /dev/nanohub_comms 0660 system system 13 /dev/hifi_misc 0666 system audio 14 /dev/hi_vdec 0660 system camera 15 /dev/hi_venc 0660 system camera [all …]
|
/device/google/coral-sepolicy/vendor/qcom/sm8150/ |
D | file_contexts | 8 /dev/block/platform/soc/1d84000\.ufshc/by-name/abl_[ab] u:object_r:custom_ab_block_device:s0 9 /dev/block/platform/soc/1d84000\.ufshc/by-name/aop_[ab] u:object_r:custom_ab_block_device:s0 10 /dev/block/platform/soc/1d84000\.ufshc/by-name/apdp_[ab] u:object_r:dp_block_device:s0 11 /dev/block/platform/soc/1d84000\.ufshc/by-name/bluetooth_[ab] u:object_r:custom_ab_block_device:s0 12 /dev/block/platform/soc/1d84000\.ufshc/by-name/boot_[ab] u:object_r:boot_block_device:s0 13 /dev/block/platform/soc/1d84000\.ufshc/by-name/cmnlib64_[ab] u:object_r:custom_ab_block_device:s0 14 /dev/block/platform/soc/1d84000\.ufshc/by-name/cmnlib_[ab] u:object_r:custom_ab_block_device:s0 15 /dev/block/platform/soc/1d84000\.ufshc/by-name/core_nhlos_[ab] u:object_r:custom_ab_block_device:s0 16 /dev/block/platform/soc/1d84000\.ufshc/by-name/devcfg_[ab] u:object_r:custom_ab_block_device:s0 17 /dev/block/platform/soc/1d84000\.ufshc/by-name/dsp_[ab] u:object_r:custom_ab_block_device:s0 [all …]
|
/device/google/bonito-sepolicy/vendor/qcom/sdm710/ |
D | file_contexts | 4 /dev/block/mmcblk0rpmb u:object_r:rpmb_dev… 8 /dev/block/platform/soc/7c4000\.sdhci/by-name/abl_[ab] u:object_r:ab_block_device:s0 9 /dev/block/platform/soc/7c4000\.sdhci/by-name/apdp_[ab] u:object_r:ab_block_device:s0 10 /dev/block/platform/soc/7c4000\.sdhci/by-name/boot_[ab] u:object_r:boot_block_device:s0 11 /dev/block/platform/soc/7c4000\.sdhci/by-name/cmnlib_[ab] u:object_r:ab_block_device:s0 12 /dev/block/platform/soc/7c4000\.sdhci/by-name/cmnlib64_[ab] u:object_r:ab_block_device:s0 13 /dev/block/platform/soc/7c4000\.sdhci/by-name/devcfg_[ab] u:object_r:ab_block_device:s0 14 /dev/block/platform/soc/7c4000\.sdhci/by-name/hyp_[ab] u:object_r:ab_block_device:s0 15 /dev/block/platform/soc/7c4000\.sdhci/by-name/keymaster_[ab] u:object_r:ab_block_device:s0 16 /dev/block/platform/soc/7c4000\.sdhci/by-name/modem_[ab] u:object_r:modem_block_device:s0 [all …]
|
/device/google/crosshatch-sepolicy/vendor/qcom/sdm845/ |
D | file_contexts | 1 # dev block nodes 2 /dev/block/platform/soc/1d84000\.ufshc/by-name/abl_[ab] u:object_r:ab_block_device:s0 3 /dev/block/platform/soc/1d84000\.ufshc/by-name/aop_[ab] u:object_r:ab_block_device:s0 4 /dev/block/platform/soc/1d84000\.ufshc/by-name/apdp_[ab] u:object_r:ab_block_device:s0 5 /dev/block/platform/soc/1d84000\.ufshc/by-name/cmnlib64_[ab] u:object_r:ab_block_device:s0 6 /dev/block/platform/soc/1d84000\.ufshc/by-name/cmnlib_[ab] u:object_r:ab_block_device:s0 7 /dev/block/platform/soc/1d84000\.ufshc/by-name/dtbo_[ab] u:object_r:ab_block_device:s0 8 /dev/block/platform/soc/1d84000\.ufshc/by-name/devcfg_[ab] u:object_r:ab_block_device:s0 9 /dev/block/platform/soc/1d84000\.ufshc/by-name/hyp_[ab] u:object_r:ab_block_device:s0 10 /dev/block/platform/soc/1d84000\.ufshc/by-name/keymaster_[ab] u:object_r:ab_block_device:s0 [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/drivers/io/ |
D | io_storage.c | 44 const io_dev_info_t *dev = (io_dev_info_t *)dev_handle; in is_valid_dev() local 45 int result = (dev != NULL) && (dev->funcs != NULL) && in is_valid_dev() 46 (dev->funcs->type != NULL) && in is_valid_dev() 47 (dev->funcs->type() < IO_TYPE_MAX); in is_valid_dev() 181 io_dev_info_t *dev = (io_dev_info_t *)dev_handle; in io_dev_init() local 184 if (dev->funcs->dev_init != NULL) { in io_dev_init() 185 result = dev->funcs->dev_init(dev, init_params); in io_dev_init() 201 io_dev_info_t *dev = (io_dev_info_t *)dev_handle; in io_dev_close() local 204 if (dev->funcs->dev_close != NULL) { in io_dev_close() 205 result = dev->funcs->dev_close(dev); in io_dev_close() [all …]
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCamera.h | 311 static int set_preview_window(struct camera_device* dev, 314 static void set_callbacks(struct camera_device* dev, 320 static void enable_msg_type(struct camera_device* dev, int32_t msg_type); 322 static void disable_msg_type(struct camera_device* dev, int32_t msg_type); 324 static int msg_type_enabled(struct camera_device* dev, int32_t msg_type); 326 static int start_preview(struct camera_device* dev); 328 static void stop_preview(struct camera_device* dev); 330 static int preview_enabled(struct camera_device* dev); 332 static int store_meta_data_in_buffers(struct camera_device* dev, int enable); 334 static int start_recording(struct camera_device* dev); [all …]
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera.h | 316 static int set_preview_window(struct camera_device* dev, 319 static void set_callbacks(struct camera_device* dev, 326 static void enable_msg_type(struct camera_device* dev, int32_t msg_type); 328 static void disable_msg_type(struct camera_device* dev, int32_t msg_type); 330 static int msg_type_enabled(struct camera_device* dev, int32_t msg_type); 332 static int start_preview(struct camera_device* dev); 334 static void stop_preview(struct camera_device* dev); 336 static int preview_enabled(struct camera_device* dev); 338 static int store_meta_data_in_buffers(struct camera_device* dev, int enable); 340 static int start_recording(struct camera_device* dev); [all …]
|
/device/google/redbull-sepolicy/vendor/qcom/sm7250/ |
D | file_contexts | 5 /dev/block/platform/soc/1d84000\.ufshc/by-name/abl_[ab] u:object_r:custom_ab_block_devic… 6 /dev/block/platform/soc/1d84000\.ufshc/by-name/aop_[ab] u:object_r:custom_ab_block_devic… 7 /dev/block/platform/soc/1d84000\.ufshc/by-name/apdp_[ab] u:object_r:dp_block_device:s0 8 /dev/block/platform/soc/1d84000\.ufshc/by-name/boot_[ab] u:object_r:boot_block_device:s0 9 /dev/block/platform/soc/1d84000\.ufshc/by-name/cmnlib64_[ab] u:object_r:custom_ab_block_devic… 10 /dev/block/platform/soc/1d84000\.ufshc/by-name/cmnlib_[ab] u:object_r:custom_ab_block_devic… 11 /dev/block/platform/soc/1d84000\.ufshc/by-name/devcfg_[ab] u:object_r:custom_ab_block_devic… 12 /dev/block/platform/soc/1d84000\.ufshc/by-name/dtbo_[ab] u:object_r:custom_ab_block_devic… 13 /dev/block/platform/soc/1d84000\.ufshc/by-name/featenabler_[ab] u:object_r:custom_ab_block_devic… 14 /dev/block/platform/soc/1d84000\.ufshc/by-name/frp u:object_r:frp_block_device:s0 [all …]
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | hwcomposer.cpp | 182 bool IsValidLayer(hwc_composer_device_1_t* dev, const hwc_layer_1_t& layer) { in IsValidLayer() argument 209 auto* cvd_hwc_dev = reinterpret_cast<cvd_hwc_composer_device_1_t*>(dev); in IsValidLayer() 213 bool IsValidComposition(hwc_composer_device_1_t* dev, int num_layers, in IsValidComposition() argument 251 if (on_set && check_fb_target && !IsValidLayer(dev, layers[idx])) { in IsValidComposition() 259 !IsValidLayer(dev, layers[idx])) { in IsValidComposition() 329 static int cvd_hwc_prepare(hwc_composer_device_1_t* dev, size_t numDisplays, in cvd_hwc_prepare() argument 337 if (!IsValidComposition(dev, list->numHwLayers, &list->hwLayers[0], false)) { in cvd_hwc_prepare() 341 reinterpret_cast<cvd_hwc_composer_device_1_t*>(dev)->composer->PrepareLayers( in cvd_hwc_prepare() 347 static int cvd_hwc_set(hwc_composer_device_1_t* dev, size_t numDisplays, in cvd_hwc_set() argument 362 if (!IsValidComposition(dev, contents->numHwLayers, layers, true)) { in cvd_hwc_set() [all …]
|