/device/moto/shamu/camera/QCamera2/HAL/wrapper/ |
D | QualcommCamera.cpp | 94 QCamera2HardwareInterface *util_get_Hal_obj( struct camera_device * device) in util_get_Hal_obj() argument 97 if(device && device->priv){ in util_get_Hal_obj() 98 camera_hardware_t *camHal = (camera_hardware_t *)device->priv; in util_get_Hal_obj() 131 camera_device *device = NULL; in camera_device_open() local 149 device = &camHal->hw_dev; in camera_device_open() 150 device->common.close = close_camera_device; in camera_device_open() 151 device->ops = &QCamera2HardwareInterface::mCameraOps; in camera_device_open() 152 device->priv = (void *)camHal; in camera_device_open() 160 device = NULL; in camera_device_open() 166 *hw_device = (hw_device_t*)&device->common; in camera_device_open() [all …]
|
/device/moto/shamu/camera/QCamera/HAL2/wrapper/ |
D | QualcommCamera.cpp | 107 QCameraHardwareInterface *util_get_Hal_obj(const camera2_device_t * device) in util_get_Hal_obj() argument 110 if(device && device->priv){ in util_get_Hal_obj() 111 camera_hardware_t *camHal = (camera_hardware_t *)device->priv; in util_get_Hal_obj() 143 camera2_device_t *device = NULL; in camera_device_open() local 161 device = &camHal->hw_dev; in camera_device_open() 162 device->common.close = close_camera_device; in camera_device_open() 163 device->common.version = CAMERA_DEVICE_API_VERSION_2_0; in camera_device_open() 164 device->ops = &camera_ops; in camera_device_open() 165 device->priv = (void *)camHal; in camera_device_open() 173 device = NULL; in camera_device_open() [all …]
|
/device/moto/shamu/camera/QCamera/HAL/wrapper/ |
D | QualcommCamera.cpp | 131 QCameraHardwareInterface *util_get_Hal_obj( struct camera_device * device) in util_get_Hal_obj() argument 134 if(device && device->priv){ in util_get_Hal_obj() 135 camera_hardware_t *camHal = (camera_hardware_t *)device->priv; in util_get_Hal_obj() 142 QCameraParameters* util_get_HAL_parameter( struct camera_device * device) 145 if(device && device->priv){ 146 camera_hardware_t *camHal = (camera_hardware_t *)device->priv; 202 camera_device *device = NULL; in camera_device_open() local 226 device = &camHal->hw_dev; in camera_device_open() 227 device->common.close = close_camera_device; in camera_device_open() 228 device->ops = &camera_ops; in camera_device_open() [all …]
|
/device/common/ |
D | populate-new-device.sh | 23 mkdir -p device/$1/$2 24 mkdir -p device/$1/$2-kernel 27 cat > device/$1/$2/vendorsetup.sh << EOF 47 cat > device/$1/$2/AndroidProducts.mk << EOF 67 cat > device/$1/$2/full_$2.mk << EOF 84 \$(call inherit-product, device/$1/$2/device.mk) 93 cat > device/$1/$2/device.mk << EOF 111 LOCAL_KERNEL := device/$1/$2-kernel/kernel 119 \$(call inherit-product-if-exists, vendor/$1/$2/device-vendor.mk) 122 cat > device/$1/$2/BoardConfig.mk << EOF [all …]
|
D | generate-blob-lists.sh | 49 DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done) 85 MANUFACTURERNAME=$( find device -type d | grep ^[^/]\*/[^/]\*/$DEVICENAME\$ | cut -f 2 -d / ) 110 …cp $ARCHIVEDIR/$DEVICENAME-proprietary-blobs.txt device/$MANUFACTURERNAME/$DEVICENAME/proprietary-… 113 cd device/$MANUFACTURERNAME/$DEVICENAME 119 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs 124 cd device/$MANUFACTURERNAME/$DEVICENAME 129 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs 140 echo * device/* | 143 grep -v ^device$ | 144 grep -v ^device/common$ |
|
/device/asus/fugu/libaudio/ |
D | ATVAudioPolicyManager.cpp | 63 audio_devices_t device) in computeVolume() argument 69 (void)device; in computeVolume() 73 status_t ATVAudioPolicyManager::setDeviceConnectionState(audio_devices_t device, in setDeviceConnectionState() argument 79 ALOGE("setDeviceConnectionState %08x %x %s", device, state, in setDeviceConnectionState() 85 if (device == AUDIO_DEVICE_IN_REMOTE_SUBMIX && device_address) { in setDeviceConnectionState() 93 if (audio_is_output_device(device)) { in setDeviceConnectionState() 96 tmp = mAvailableOutputDevices.types() | device; in setDeviceConnectionState() 100 tmp = mAvailableOutputDevices.types() & ~device; in setDeviceConnectionState() 112 if (device != AUDIO_DEVICE_IN_REMOTE_SUBMIX) { in setDeviceConnectionState() 114 device, state, device_address, device_name); in setDeviceConnectionState() [all …]
|
D | audio_hal_thunks.cpp | 37 struct audio_hw_device device; member 646 static int adev_close(hw_device_t *device) in adev_close() argument 649 reinterpret_cast<struct atv_audio_device*>(device); in adev_close() 651 free(device); in adev_close() 659 hw_device_t** device) in atv_audiodev_open_cpp() argument 664 if (NULL == device) { in atv_audiodev_open_cpp() 669 *device = NULL; in atv_audiodev_open_cpp() 683 adev->device.common.tag = HARDWARE_DEVICE_TAG; in atv_audiodev_open_cpp() 684 adev->device.common.version = AUDIO_DEVICE_API_VERSION_2_0; in atv_audiodev_open_cpp() 685 adev->device.common.module = (struct hw_module_t *) module; in atv_audiodev_open_cpp() [all …]
|
/device/generic/goldfish/fingerprint/ |
D | fingerprint.c | 76 fingerprint_device_t device; // "inheritance" member 168 static uint64_t fingerprint_get_auth_id(struct fingerprint_device* device) { in fingerprint_get_auth_id() argument 172 qemu_fingerprint_device_t* qdev = (qemu_fingerprint_device_t*)device; in fingerprint_get_auth_id() 182 static int fingerprint_set_active_group(struct fingerprint_device __unused *device, uint32_t gid, in fingerprint_set_active_group() argument 198 static int fingerprint_authenticate(struct fingerprint_device *device, in fingerprint_authenticate() argument 201 qemu_fingerprint_device_t* qdev = (qemu_fingerprint_device_t*)device; in fingerprint_authenticate() 220 static int fingerprint_enroll(struct fingerprint_device *device, in fingerprint_enroll() argument 225 qemu_fingerprint_device_t* dev = (qemu_fingerprint_device_t*)device; in fingerprint_enroll() 265 static uint64_t fingerprint_pre_enroll(struct fingerprint_device *device) { in fingerprint_pre_enroll() argument 268 qemu_fingerprint_device_t* qdev = (qemu_fingerprint_device_t*)device; in fingerprint_pre_enroll() [all …]
|
/device/asus/fugu/self-extractors/ |
D | files-by-owner.sh | 25 cat > $target_owner/staging/device-partial.mk << EOF 41 echo -n "# " >> $target_owner/staging/device-partial.mk 44 echo -n Asus >> $target_owner/staging/device-partial.mk 47 echo -n Broadcom >> $target_owner/staging/device-partial.mk 50 echo -n Google >> $target_owner/staging/device-partial.mk 53 echo -n Intel >> $target_owner/staging/device-partial.mk 56 echo -n Widevine >> $target_owner/staging/device-partial.mk 59 echo " blob(s) necessary for Fugu hardware" >> $target_owner/staging/device-partial.mk 60 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk 96 …prietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk [all …]
|
/device/asus/fugu/ |
D | device.mk | 33 LOCAL_KERNEL := device/asus/fugu-kernel/bzImage 67 device/asus/fugu/overlay 70 device/asus/fugu/fstab.fugu:root/fstab.fugu \ 71 device/asus/fugu/init.fugu.rc:root/init.fugu.rc \ 72 device/asus/fugu/init.fugu.usb.rc:root/init.fugu.usb.rc \ 73 device/asus/fugu/ueventd.fugu.rc:root/ueventd.fugu.rc \ 74 device/asus/fugu/init.recovery.fugu.rc:root/init.recovery.fugu.rc 91 device/asus/fugu/audio_policy.conf:system/etc/audio_policy.conf 98 device/asus/fugu/bootanimation-580-256col.zip:system/media/bootanimation.zip 105 device/asus/fugu/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf [all …]
|
/device/moto/shamu/self-extractors/ |
D | files-by-owner.sh | 25 cat > $target_owner/staging/device-partial.mk << EOF 41 echo -n "# " >> $target_owner/staging/device-partial.mk 44 echo -n Broadcom >> $target_owner/staging/device-partial.mk 47 echo -n Motorola >> $target_owner/staging/device-partial.mk 50 echo -n Qualcomm >> $target_owner/staging/device-partial.mk 53 echo " blob(s) necessary for Shamu hardware" >> $target_owner/staging/device-partial.mk 54 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk 84 …prietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 86 …mu/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 93 echo >> $target_owner/staging/device-partial.mk
|
/device/lge/hammerhead/self-extractors/ |
D | files-by-owner.sh | 24 cat > $target_owner/staging/device-partial.mk << EOF 40 echo -n "# " >> $target_owner/staging/device-partial.mk 43 echo -n Broadcom >> $target_owner/staging/device-partial.mk 46 echo -n LGE >> $target_owner/staging/device-partial.mk 49 echo -n Qualcomm >> $target_owner/staging/device-partial.mk 52 echo " blob(s) necessary for Hammerhead hardware" >> $target_owner/staging/device-partial.mk 53 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk 81 …ad/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 87 echo >> $target_owner/staging/device-partial.mk
|
/device/asus/flo/ |
D | device-common.mk | 23 LOCAL_KERNEL := device/asus/flo-kernel/kernel 58 device/asus/flo/WCNSS_cfg.dat:system/vendor/firmware/wlan/prima/WCNSS_cfg.dat \ 59 device/asus/flo/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini \ 60 device/asus/flo/WCNSS_qcom_wlan_nv_flo.bin:system/etc/wifi/WCNSS_qcom_wlan_nv_flo.bin \ 61 device/asus/flo/WCNSS_qcom_wlan_nv_deb.bin:system/etc/wifi/WCNSS_qcom_wlan_nv_deb.bin \ 62 device/asus/flo/init.flo.wifi.sh:system/bin/init.flo.wifi.sh 65 device/asus/flo/audio_policy.conf:system/etc/audio_policy.conf 68 device/asus/flo/mixer_paths.xml:system/etc/mixer_paths.xml \ 69 device/asus/flo/sec_config:system/etc/sec_config 72 device/asus/flo/thermald-flo.conf:system/etc/thermald.conf [all …]
|
D | device.mk | 26 device/asus/flo/fstab.flo:root/fstab.flo \ 27 device/asus/flo/init.flo.rc:root/init.flo.rc 37 $(call inherit-product, device/asus/flo/device-common.mk) 40 $(call inherit-product-if-exists, vendor/asus/flo/device-vendor.mk) 42 DEVICE_PACKAGE_OVERLAYS := device/asus/flo/overlay
|
/device/generic/goldfish/audio/ |
D | audio_hw.c | 44 struct audio_hw_device device; member 56 audio_devices_t device; member 62 audio_devices_t device; member 117 out->device, in out_dump() 140 out->device = (int)val; in out_set_parameters() 161 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, out->device); in out_get_parameters() 273 in->device, in in_dump() 296 in->device = (int)val; in in_set_parameters() 318 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, in->device); in in_get_parameters() 420 out->device = devices; in adev_open_output_stream() [all …]
|
/device/lge/hammerhead/ |
D | BoardConfig.mk | 47 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/lge/hammerhead/bluetooth_car 49 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/lge/hammerhead/bluetooth 68 TARGET_BOARD_INFO_FILE := device/lge/hammerhead/board-info.txt 73 BOARD_EGL_CFG := device/lge/hammerhead/egl.cfg 106 TARGET_RECOVERY_FSTAB = device/lge/hammerhead/fstab.hammerhead 108 TARGET_RELEASETOOLS_EXTENSIONS := device/lge/hammerhead 112 BOARD_SEPOLICY_DIRS += device/lge/hammerhead/sepolicy 116 device/lge/hammerhead/sepolicy-hammerhead_fp 120 device.te \
|
D | device.mk | 25 LOCAL_KERNEL := device/lge/hammerhead_svelte-kernel/zImage-dtb 29 LOCAL_KERNEL := device/lge/hammerhead_fp-kernel/zImage-dtb 31 LOCAL_KERNEL := device/lge/hammerhead-kernel/zImage-dtb 44 device/lge/hammerhead/init.hammerhead.rc:root/init.hammerhead.rc \ 45 device/lge/hammerhead/init.hammerhead.usb.rc:root/init.hammerhead.usb.rc \ 46 device/lge/hammerhead/fstab.hammerhead:root/fstab.hammerhead \ 47 device/lge/hammerhead/ueventd.hammerhead.rc:root/ueventd.hammerhead.rc 51 device/lge/hammerhead/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \ 52 device/lge/hammerhead/gpio-keys.kcm:system/usr/keychars/gpio-keys.kcm \ 53 device/lge/hammerhead/qpnp_pon.kl:system/usr/keylayout/qpnp_pon.kl \ [all …]
|
/device/asus/deb/ |
D | device.mk | 24 device/asus/deb/fstab.deb:root/fstab.flo \ 25 device/asus/deb/init.deb.rc:root/init.flo.rc 42 $(call inherit-product, device/asus/flo/device-common.mk) 45 $(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk) 47 DEVICE_PACKAGE_OVERLAYS := device/asus/deb/overlay
|
/device/asus/deb/self-extractors/ |
D | files-by-owner.sh | 24 cat > $target_owner/staging/device-partial.mk << EOF 40 echo -n "# " >> $target_owner/staging/device-partial.mk 43 echo -n Asus >> $target_owner/staging/device-partial.mk 46 echo -n Broadcom >> $target_owner/staging/device-partial.mk 49 echo -n Qualcomm >> $target_owner/staging/device-partial.mk 52 echo " blob(s) necessary for Deb hardware" >> $target_owner/staging/device-partial.mk 53 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk 81 …eb/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 87 echo >> $target_owner/staging/device-partial.mk 90 echo PRODUCT_PACKAGES := libacdbloader tzapps.mdt >> $target_owner/staging/device-partial.mk
|
/device/asus/flo/self-extractors/ |
D | files-by-owner.sh | 24 cat > $target_owner/staging/device-partial.mk << EOF 40 echo -n "# " >> $target_owner/staging/device-partial.mk 43 echo -n Asus >> $target_owner/staging/device-partial.mk 46 echo -n Broadcom >> $target_owner/staging/device-partial.mk 49 echo -n Qualcomm >> $target_owner/staging/device-partial.mk 52 echo " blob(s) necessary for Flo hardware" >> $target_owner/staging/device-partial.mk 53 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk 81 …lo/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 87 echo >> $target_owner/staging/device-partial.mk 90 echo PRODUCT_PACKAGES := libacdbloader tzapps.mdt >> $target_owner/staging/device-partial.mk
|
/device/huawei/angler/ |
D | device.mk | 24 LOCAL_KERNEL := device/huawei/angler-kernel/Image.gz-dtb 33 device/huawei/angler/init.angler.rc:root/init.angler.rc \ 34 device/huawei/angler/init.angler.sensorhub.rc:root/init.angler.sensorhub.rc \ 35 device/huawei/angler/init.angler.usb.rc:root/init.angler.usb.rc \ 36 device/huawei/angler/fstab.angler:root/fstab.angler \ 37 device/huawei/angler/ueventd.angler.rc:root/ueventd.angler.rc \ 38 device/huawei/angler/init.angler.power.sh:system/bin/init.angler.power.sh 42 device/huawei/angler/init.mcfg.sh:system/bin/init.mcfg.sh 46 device/huawei/angler/thermal-engine-angler.conf:system/etc/thermal-engine.conf 53 device/huawei/angler/media_codecs.xml:system/etc/media_codecs.xml \ [all …]
|
/device/lge/bullhead/ |
D | device.mk | 24 LOCAL_KERNEL := device/lge/bullhead-kernel/Image.gz-dtb 33 device/lge/bullhead/init.bullhead.rc:root/init.bullhead.rc \ 34 device/lge/bullhead/init.bullhead.usb.rc:root/init.bullhead.usb.rc \ 35 device/lge/bullhead/fstab.bullhead:root/fstab.bullhead \ 36 device/lge/bullhead/ueventd.bullhead.rc:root/ueventd.bullhead.rc \ 37 device/lge/bullhead/init.bullhead.sensorhub.rc:root/init.bullhead.sensorhub.rc \ 38 device/lge/bullhead/init.bullhead.ramdump.rc:root/init.bullhead.ramdump.rc \ 39 device/lge/bullhead/init.bullhead.fp.rc:root/init.bullhead.fp.rc 45 device/lge/bullhead/media_codecs.xml:system/etc/media_codecs.xml \ 46 device/lge/bullhead/media_codecs_performance.xml:system/etc/media_codecs_performance.xml \ [all …]
|
/device/moto/shamu/ |
D | BoardConfig.mk | 50 BOARD_EGL_CFG := device/moto/shamu/egl.cfg 70 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/moto/shamu/bluetooth_extra 72 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/moto/shamu/bluetooth 80 TARGET_BOARD_INFO_FILE := device/moto/shamu/board-info.txt 87 TARGET_CRYPTFS_HW_PATH := device/moto/shamu/cryptfs_hw 111 TARGET_RECOVERY_FSTAB = device/moto/shamu/fstab.shamu 113 TARGET_RELEASETOOLS_EXTENSIONS := device/moto/shamu 118 BOARD_SEPOLICY_DIRS += device/moto/shamu/sepolicy
|
/device/generic/goldfish/camera/ |
D | EmulatedBaseCamera.cpp | 37 struct hw_device_t* device, in EmulatedBaseCamera() argument 48 device->tag = HARDWARE_DEVICE_TAG; in EmulatedBaseCamera() 49 device->version = cameraVersion; in EmulatedBaseCamera() 50 device->module = module; in EmulatedBaseCamera() 51 device->close = NULL; // Must be filled in by child implementation in EmulatedBaseCamera()
|
/device/htc/flounder/sepolicy/ |
D | device.te | 1 # Kickstart device used by QC qcks 4 # Radio related block device 7 # GPU Frequency Constraint device 10 # mmc rpmb partition block device
|