Home
last modified time | relevance | path

Searched refs:hw_device (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/audio_media/hdmi/
Dtinyaudio_hw.c115 struct audio_hw_device hw_device; member
927 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG; in adev_open()
928 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0; in adev_open()
929 adev->hw_device.common.module = (struct hw_module_t *) module; in adev_open()
930 adev->hw_device.common.close = adev_close; in adev_open()
932 adev->hw_device.init_check = adev_init_check; in adev_open()
933 adev->hw_device.set_voice_volume = adev_set_voice_volume; in adev_open()
934 adev->hw_device.set_master_volume = adev_set_master_volume; in adev_open()
935 adev->hw_device.set_mode = adev_set_mode; in adev_open()
936 adev->hw_device.set_mic_mute = adev_set_mic_mute; in adev_open()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/
DQCamera2Factory.h61 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
63 struct hw_device_t **hw_device);
65 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
DQCamera2Factory.cpp395 struct hw_device_t **hw_device) in QCamera2Factory() argument
417 rc = hw->openCamera(hw_device); in QCamera2Factory()
429 rc = hw->openCamera(hw_device); in QCamera2Factory()
460 struct hw_device_t **hw_device) in QCamera2Factory() argument
474 rc = gQCameraMuxer->camera_device_open(module, id, hw_device); in QCamera2Factory()
477 rc = gQCamera2Factory->cameraDeviceOpen(atoi(id), hw_device); in QCamera2Factory()
499 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) in QCamera2Factory() argument
520 rc = hw->openCamera(hw_device); in QCamera2Factory()
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c53 struct audio_hw_device hw_device; member
1222 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG; in adev_open()
1223 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0; in adev_open()
1224 adev->hw_device.common.module = (struct hw_module_t *)module; in adev_open()
1225 adev->hw_device.common.close = adev_close; in adev_open()
1227 adev->hw_device.init_check = adev_init_check; in adev_open()
1228 adev->hw_device.set_voice_volume = adev_set_voice_volume; in adev_open()
1229 adev->hw_device.set_master_volume = adev_set_master_volume; in adev_open()
1230 adev->hw_device.set_mode = adev_set_mode; in adev_open()
1231 adev->hw_device.set_mic_mute = adev_set_mic_mute; in adev_open()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
DQualcommCamera.cpp128 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()
/hardware/qcom/display/sdm845/sdm/libs/core/
DMakefile.am18 fb/hw_device.cpp \
/hardware/qcom/display/msm8998/sdm/libs/core/
DMakefile.am18 fb/hw_device.cpp \
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMuxer.h257 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
DQCameraMuxer.cpp271 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()
2095 struct hw_device_t **hw_device) in cameraDeviceOpen() argument
2175 *hw_device = &cam->dev.common; in cameraDeviceOpen()
DQCamera2HWI.h262 int openCamera(struct hw_device_t **hw_device);
DQCamera2HWI.cpp1834 int QCamera2HardwareInterface::openCamera(struct hw_device_t **hw_device) in openCamera() argument
1839 *hw_device = NULL; in openCamera()
1850 *hw_device = &mCameraDevice.common; in openCamera()
1856 *hw_device = NULL; in openCamera()
/hardware/qcom/camera/msm8998/usbcamcore/src/
DQualcommUsbCamera.cpp176 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()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h260 int openCamera(struct hw_device_t **hw_device);
DQCamera3HWI.cpp890 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device) in openCamera() argument
894 *hw_device = NULL; in openCamera()
923 *hw_device = &mCameraDevice.common; in openCamera()
925 *hw_device = NULL; in openCamera()