/device/google/marlin/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/huawei/angler/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/lge/bullhead/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/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 / ) 108 …cp $ARCHIVEDIR/$DEVICENAME-proprietary-blobs.txt device/$MANUFACTURERNAME/$DEVICENAME/proprietary-… 111 cd device/$MANUFACTURERNAME/$DEVICENAME 117 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs 122 cd device/$MANUFACTURERNAME/$DEVICENAME 127 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs 138 echo * device/* | 141 grep -v ^device$ | 142 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/google/taimen/ |
D | BoardConfig.mk | 22 include device/google/wahoo/BoardConfig.mk 28 BOARD_SEPOLICY_DIRS += device/google/taimen/sepolicy 33 device/google/wahoo-kernel/gcc/touch_core_base.ko \ 34 device/google/wahoo-kernel/gcc/ftm4.ko \ 35 device/google/wahoo-kernel/gcc/sw49408.ko \ 36 device/google/wahoo-kernel/gcc/lge_battery.ko 40 device/google/wahoo-kernel/kasan/touch_core_base.ko \ 41 device/google/wahoo-kernel/kasan/ftm4.ko \ 42 device/google/wahoo-kernel/kasan/sw49408.ko \ 43 device/google/wahoo-kernel/kasan/lge_battery.ko [all …]
|
D | device.mk | 29 DEVICE_PACKAGE_OVERLAYS += device/google/taimen/overlay 33 …device/google/taimen/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables… 34 …device/google/taimen/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.x… 36 include device/google/wahoo/device.mk 39 …device/google/taimen/init-taimen.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init-$(PRODUCT_HARDWARE).rc… 40 …device/google/taimen/init.taimen.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.$(PRODUCT_HARDW… 47 device/google/taimen/init.insmod.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/init.insmod.cfg \ 48 … device/google/taimen/init.insmod_charger.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/init.insmod_charger.cfg 52 …device/google/taimen/init.logging.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(PRODUCT_HARDWARE).l… 56 device/google/taimen/nfc/libnfc-nxp.taimen.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
D | ConPlatformDxe.inf | 4 # Console Platfrom DXE Driver that specifies whether device can be used as console 5 # input/output device or error output device and update global variables accordingly. 72 # This GUID is used to specify the device is the standard error device. 73 # If the device is a standard error device, this GUID as the protocol GUID will be installed 74 # onto this device handle. 76 …uid ## SOMETIMES_PRODUCES ## UNDEFINED # protocol GUID installed on device handle 78 # This GUID is used to specify the device is the console output device. 79 # If the device is a console output device, this GUID as the protocol GUID will be installed 80 # onto this device handle. 82 … ## SOMETIMES_PRODUCES ## UNDEFINED # protocol GUID installed on device handle [all …]
|
/device/generic/goldfish/fingerprint/ |
D | fingerprint.c | 78 fingerprint_device_t device; // "inheritance" member 238 static uint64_t fingerprint_get_auth_id(struct fingerprint_device* device) { in fingerprint_get_auth_id() argument 242 qemu_fingerprint_device_t* qdev = (qemu_fingerprint_device_t*)device; in fingerprint_get_auth_id() 253 static int fingerprint_set_active_group(struct fingerprint_device *device, uint32_t gid, in fingerprint_set_active_group() argument 256 qemu_fingerprint_device_t* qdev = (qemu_fingerprint_device_t*)device; in fingerprint_set_active_group() 285 static int fingerprint_authenticate(struct fingerprint_device *device, in fingerprint_authenticate() argument 288 qemu_fingerprint_device_t* qdev = (qemu_fingerprint_device_t*)device; in fingerprint_authenticate() 307 static int fingerprint_enroll(struct fingerprint_device *device, in fingerprint_enroll() argument 315 qemu_fingerprint_device_t* dev = (qemu_fingerprint_device_t*)device; in fingerprint_enroll() 318 dev->device.notify(&msg); in fingerprint_enroll() [all …]
|
/device/google/muskie/ |
D | device-common.mk | 17 LOCAL_PATH := device/google/muskie 76 include device/google/wahoo/device.mk 82 device/google/wahoo-kernel/gcc/synaptics_dsx_core_htc.ko \ 83 device/google/wahoo-kernel/gcc/synaptics_dsx_rmi_dev_htc.ko \ 84 device/google/wahoo-kernel/gcc/synaptics_dsx_fw_update_htc.ko \ 85 device/google/wahoo-kernel/gcc/htc_battery.ko 89 device/google/wahoo-kernel/kasan/synaptics_dsx_core_htc.ko \ 90 device/google/wahoo-kernel/kasan/synaptics_dsx_rmi_dev_htc.ko \ 91 device/google/wahoo-kernel/kasan/synaptics_dsx_fw_update_htc.ko \ 92 device/google/wahoo-kernel/kasan/htc_battery.ko [all …]
|
/device/google/wahoo/sepolicy/vendor/ |
D | keys.conf | 2 ALL : device/google/wahoo/sepolicy/vendor/certs/tango_release.x509.pem 5 ENG : device/google/wahoo/sepolicy/vendor/certs/tango.x509.pem 6 USERDEBUG : device/google/wahoo/sepolicy/vendor/certs/tango.x509.pem 7 USER : device/google/wahoo/sepolicy/vendor/certs/tango_userdev.x509.pem 10 ALL : device/google/wahoo/sepolicy/vendor/certs/app.x509.pem 13 ALL : device/google/wahoo/sepolicy/vendor/certs/easel.x509.pem 16 ALL : device/google/wahoo/sepolicy/vendor/certs/arcore_release.x509.pem 19 ENG : device/google/wahoo/sepolicy/vendor/certs/arcore.x509.pem 20 USERDEBUG : device/google/wahoo/sepolicy/vendor/certs/arcore.x509.pem 21 USER : device/google/wahoo/sepolicy/vendor/certs/arcore_userdev.x509.pem
|
/device/generic/goldfish/gatekeeper/ |
D | module.cpp | 32 gatekeeper_device device; member 81 hw_device_t **device) { in goldfish_gatekeeper_open() argument 95 s_device.device.common.tag = HARDWARE_DEVICE_TAG; in goldfish_gatekeeper_open() 96 s_device.device.common.version = 1; in goldfish_gatekeeper_open() 97 s_device.device.common.module = const_cast<hw_module_t *>(module); in goldfish_gatekeeper_open() 98 s_device.device.common.close = close_device; in goldfish_gatekeeper_open() 100 s_device.device.enroll = enroll; in goldfish_gatekeeper_open() 101 s_device.device.verify = verify; in goldfish_gatekeeper_open() 102 s_device.device.delete_user = nullptr; in goldfish_gatekeeper_open() 103 s_device.device.delete_all_users = nullptr; in goldfish_gatekeeper_open() [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 " blob(s) necessary for Fugu hardware" >> $target_owner/staging/device-partial.mk 57 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk 93 …prietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 96 …prietary/armnb/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk [all …]
|
/device/google/dragon/ |
D | ueventd.dragon.rc | 24 /dev/iio:device* 0660 system system 25 /sys/devices/7000c400.i2c/i2c-1/1-001e/cros-ec-dev.0/cros-ec-ring.0/iio:device* buffer/length … 26 /sys/devices/7000c400.i2c/i2c-1/1-001e/cros-ec-dev.0/cros-ec-ring.0/iio:device* buffer/enable … 27 /sys/devices/7000c400.i2c/i2c-1/1-001e/cros-ec-dev.0/cros-ec-ring.0/iio:device* trigger/current_tri… 30 /sys/devices/7000c400.i2c/i2c-1/1-001e/cros-ec-dev.0/cros-ec-*/iio:device* flush 0660 system s… 31 /sys/devices/7000c400.i2c/i2c-1/1-001e/cros-ec-dev.0/cros-ec-*/iio:device* frequency 0660 system s… 32 /sys/devices/7000c400.i2c/i2c-1/1-001e/cros-ec-dev.0/cros-ec-*/iio:device* sampling_frequency 0660… 33 /sys/devices/7000c400.i2c/i2c-1/1-001e/cros-ec-dev.0/cros-ec-*/iio:device* events/in_activity_still… 34 /sys/devices/7000c400.i2c/i2c-1/1-001e/cros-ec-dev.0/cros-ec-*/iio:device* events/in_activity_doubl… 36 /sys/devices/7000c400.i2c/i2c-1/1-001e/cros-ec-dev.0/cros-ec-accel*/iio:device* in_accel_x_calibbia… [all …]
|
/device/google/dragon/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 Nvidia >> $target_owner/staging/device-partial.mk 47 echo -n Google >> $target_owner/staging/device-partial.mk 50 echo " blob(s) necessary for Dragon hardware" >> $target_owner/staging/device-partial.mk 51 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk 81 …prietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 83 …on/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 90 echo >> $target_owner/staging/device-partial.mk
|
/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 103 …device/asus/fugu/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configu… 121 device/asus/fugu/bootanimation-580-256col.zip:system/media/bootanimation.zip 128 device/asus/fugu/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf [all …]
|
D | BoardConfig.mk | 24 TARGET_RECOVERY_FSTAB := device/asus/fugu/recovery.fstab 25 TARGET_RELEASETOOLS_EXTENSIONS := device/asus/fugu 73 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/asus/fugu/bluetooth 96 BOARD_EGL_CFG := device/asus/fugu/egl.cfg 134 BOARD_SEPOLICY_DIRS += device/asus/fugu/sepolicy 142 -include device/intel/common/external/external.mk 148 DEVICE_MANIFEST_FILE := device/asus/fugu/manifest.xml 149 DEVICE_MATRIX_FILE := device/asus/fugu/compatibility_matrix.xml
|
/device/generic/goldfish/audio/ |
D | audio_hw_legacy.c | 44 struct audio_hw_device device; member 56 audio_devices_t device; member 63 audio_devices_t device; member 119 out->device, in out_dump() 142 out->device = (int)val; in out_set_parameters() 163 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, out->device); in out_get_parameters() 275 in->device, in in_dump() 298 in->device = (int)val; in in_set_parameters() 320 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, in->device); in in_get_parameters() 440 out->device = devices; in adev_open_output_stream() [all …]
|
/device/linaro/hikey/hikey960/ |
D | device-hikey960.mk | 17 PRODUCT_COPY_FILES += device/linaro/hikey-kernel/Image.gz-hikey960:kernel \ 18 device/linaro/hikey-kernel/hi3660-hikey960.dtb:hi3660-hikey960.dtb 21 device/linaro/hikey/init.common.rc:root/init.hikey960.rc \ 22 device/linaro/hikey/init.hikey960.power.rc:root/init.hikey960.power.rc \ 23 device/linaro/hikey/init.common.usb.rc:root/init.hikey960.usb.rc \ 24 device/linaro/hikey/ueventd.common.rc:root/ueventd.hikey960.rc \ 25 device/linaro/hikey/common.kl:system/usr/keylayout/hikey960.kl \ 37 $(call inherit-product-if-exists, vendor/linaro/hikey960/device-vendor.mk)
|
/device/google/wahoo/ |
D | BoardConfig.mk | 58 TARGET_RECOVERY_WIPE := device/google/wahoo/recovery.wipe 59 TARGET_RECOVERY_FSTAB := device/google/wahoo/fstab.hardware 73 BOARD_PREBUILT_DTBOIMAGE := device/google/wahoo-kernel/dtbo.img 83 BOARD_SEPOLICY_DIRS += device/google/wahoo/sepolicy/vendor 84 BOARD_PLAT_PUBLIC_SEPOLICY_DIR := device/google/wahoo/sepolicy/public 85 BOARD_PLAT_PRIVATE_SEPOLICY_DIR := device/google/wahoo/sepolicy/private 86 BOARD_SEPOLICY_DIRS += device/google/wahoo/sepolicy/verizon 88 TARGET_ANDROID_FILESYSTEM_CONFIG_H := device/google/wahoo/android_filesystem_config.h 92 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/google/wahoo/bluetooth 162 DEVICE_MANIFEST_FILE := device/google/wahoo/manifest.xml [all …]
|
/device/linaro/hikey/ |
D | hikey.mk | 4 TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image-dtb-$(TARGET_KERNEL_USE) 5 TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb-$(TARGET_KERNEL_USE) 21 $(call inherit-product, device/linaro/hikey/hikey/device-hikey.mk) 22 $(call inherit-product, device/linaro/hikey/device-common.mk)
|
/device/huawei/angler/ |
D | BoardConfig.mk | 45 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/huawei/angler/bluetooth 51 TARGET_BOARD_INFO_FILE := device/huawei/angler/board-info.txt 54 BOARD_EGL_CFG := device/huawei/angler/egl.cfg 98 TARGET_RECOVERY_FSTAB = device/huawei/angler/fstab.angler 100 TARGET_RELEASETOOLS_EXTENSIONS := device/huawei/angler 103 device/huawei/angler/sepolicy 139 TARGET_FS_CONFIG_GEN += device/huawei/angler/config.fs 141 DEVICE_MANIFEST_FILE := device/huawei/angler/manifest.xml 142 DEVICE_MATRIX_FILE := device/huawei/angler/compatibility_matrix.xml
|
/device/google/marlin/ |
D | device-common.mk | 22 LOCAL_KERNEL := device/google/marlin-kernel/Image.lz4-dtb 32 DEVICE_PACKAGE_OVERLAYS += device/google/marlin/overlay 39 device/google/marlin/gpio-keys.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/gpio-keys.kl \ 40 device/google/marlin/qpnp_pon.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/qpnp_pon.kl \ 41 device/google/marlin/uinput-fpc.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/uinput-fpc.kl \ 42 device/google/marlin/uinput-fpc.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/uinput-fpc.idc \ 43 … device/google/marlin/synaptics_dsxv26.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/synaptics_dsxv26.idc \ 49 …device/google/marlin/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml… 50 device/google/marlin/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ 51 …device/google/marlin/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_perfo… [all …]
|