/device/linaro/poplar/audio/ |
D | audio_hw.c | 65 struct audio_hw_device hw_device; member 647 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG; in adev_open() 648 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0; in adev_open() 649 adev->hw_device.common.module = (struct hw_module_t *) module; in adev_open() 650 adev->hw_device.common.close = adev_close; in adev_open() 651 adev->hw_device.init_check = adev_init_check; in adev_open() 652 adev->hw_device.set_voice_volume = adev_set_voice_volume; in adev_open() 653 adev->hw_device.set_master_volume = adev_set_master_volume; in adev_open() 654 adev->hw_device.get_master_volume = adev_get_master_volume; in adev_open() 655 adev->hw_device.set_master_mute = adev_set_master_mute; in adev_open() [all …]
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 95 struct audio_hw_device hw_device; member 833 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG; in adev_open() 834 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0; in adev_open() 835 adev->hw_device.common.module = (struct hw_module_t *) module; in adev_open() 836 adev->hw_device.common.close = adev_close; in adev_open() 837 adev->hw_device.init_check = adev_init_check; in adev_open() 838 adev->hw_device.set_voice_volume = adev_set_voice_volume; in adev_open() 839 adev->hw_device.set_master_volume = adev_set_master_volume; in adev_open() 840 adev->hw_device.get_master_volume = adev_get_master_volume; in adev_open() 841 adev->hw_device.set_master_mute = adev_set_master_mute; in adev_open() [all …]
|
/device/google/marlin/camera/QCamera2/ |
D | QCamera2Factory.h | 67 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device); 69 struct hw_device_t **hw_device); 71 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
|
D | QCamera2Factory.cpp | 434 struct hw_device_t **hw_device) in cameraDeviceOpen() argument 455 rc = hw->openCamera(hw_device); in cameraDeviceOpen() 465 rc = hw->openCamera(hw_device); in cameraDeviceOpen() 494 struct hw_device_t **hw_device) in camera_device_open() argument 508 rc = gQCameraMuxer->camera_device_open(module, id, hw_device); in camera_device_open() 510 rc = gQCamera2Factory->cameraDeviceOpen(atoi(id), hw_device); in camera_device_open() 533 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) in openLegacy() argument 552 rc = hw->openCamera(hw_device); in openLegacy()
|
/device/google/marlin/camera/QCamera2/HAL/wrapper/ |
D | QualcommCamera.cpp | 128 struct hw_device_t** hw_device) in camera_device_open() argument 133 if(module && id && hw_device) { in camera_device_open() 140 *hw_device = NULL; in camera_device_open() 166 *hw_device = (hw_device_t*)&device->common; in camera_device_open()
|
/device/generic/goldfish/keymaster/trusty/ |
D | trusty_keymaster_device.h | 40 __attribute__((visibility("default"))) hw_device_t* hw_device();
|
D | trusty_keymaster_device.cpp | 645 hw_device_t* TrustyKeymasterDevice::hw_device() { in hw_device() function in keymaster::TrustyKeymasterDevice
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMuxer.h | 255 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
|
D | QCameraMuxer.cpp | 271 struct hw_device_t **hw_device) in camera_device_open() argument 280 rc = gMuxer->cameraDeviceOpen(atoi(id), hw_device); in camera_device_open() 302 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) in open_legacy() argument 311 rc = gMuxer->cameraDeviceOpen(atoi(id), hw_device); in open_legacy() 2093 struct hw_device_t **hw_device) in cameraDeviceOpen() argument 2173 *hw_device = &cam->dev.common; in cameraDeviceOpen()
|
D | QCamera2HWI.h | 252 int openCamera(struct hw_device_t **hw_device);
|
D | QCamera2HWI.cpp | 1820 int QCamera2HardwareInterface::openCamera(struct hw_device_t **hw_device) in openCamera() argument 1825 *hw_device = NULL; in openCamera() 1834 *hw_device = &mCameraDevice.common; in openCamera() 1840 *hw_device = NULL; in openCamera()
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3HWI.h | 150 int openCamera(struct hw_device_t **hw_device);
|
D | QCamera3HWI.cpp | 690 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device) in openCamera() argument 694 *hw_device = NULL; in openCamera() 704 *hw_device = &mCameraDevice.common; in openCamera() 706 *hw_device = NULL; in openCamera()
|
/device/google/marlin/camera/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 176 struct hw_device_t** hw_device) in usbcam_camera_device_open() argument 186 *hw_device = NULL; in usbcam_camera_device_open() 229 *hw_device = &(device->common); in usbcam_camera_device_open()
|