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

/hardware/qcom/camera/QCamera2/
H A 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);
H A DQCamera2Factory.cpp230 * @hw_device : ptr to struct storing camera hardware device info
371 * @hw_device : ptr to struct storing camera hardware device info
378 struct hw_device_t **hw_device)
399 rc = hw->openCamera(hw_device);
409 rc = hw->openCamera(hw_device);
430 * @hw_device : ptr to struct storing camera hardware device info
438 struct hw_device_t **hw_device)
452 rc = gQCameraMuxer->camera_device_open(module, id, hw_device);
454 rc = gQCamera2Factory->cameraDeviceOpen(atoi(id), hw_device);
471 * @hw_device
377 cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device) argument
436 camera_device_open( const struct hw_module_t *module, const char *id, struct hw_device_t **hw_device) argument
476 openLegacy( int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) argument
[all...]
/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c76 struct audio_hw_device hw_device; member in struct:audio_device
1187 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
1188 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
1189 adev->hw_device.common.module = (struct hw_module_t *)module;
1190 adev->hw_device.common.close = adev_close;
1192 adev->hw_device.init_check = adev_init_check;
1193 adev->hw_device.set_voice_volume = adev_set_voice_volume;
1194 adev->hw_device.set_master_volume = adev_set_master_volume;
1195 adev->hw_device.set_mode = adev_set_mode;
1196 adev->hw_device
[all...]
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c115 struct audio_hw_device hw_device; member in struct:audio_device
927 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
928 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
929 adev->hw_device.common.module = (struct hw_module_t *) module;
930 adev->hw_device.common.close = adev_close;
932 adev->hw_device.init_check = adev_init_check;
933 adev->hw_device.set_voice_volume = adev_set_voice_volume;
934 adev->hw_device.set_master_volume = adev_set_master_volume;
935 adev->hw_device.set_mode = adev_set_mode;
936 adev->hw_device
[all...]
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c62 struct audio_hw_device hw_device; member in struct:audio_device
1061 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
1062 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
1063 adev->hw_device.common.module = (struct hw_module_t *)module;
1064 adev->hw_device.common.close = adev_close;
1066 adev->hw_device.init_check = adev_init_check;
1067 adev->hw_device.set_voice_volume = adev_set_voice_volume;
1068 adev->hw_device.set_master_volume = adev_set_master_volume;
1069 adev->hw_device.set_mode = adev_set_mode;
1070 adev->hw_device
[all...]
/hardware/qcom/display/msm8996/sdm/libs/core/
H A DAndroid.mk27 $(LOCAL_HW_INTF_PATH)/hw_device.cpp \
/hardware/qcom/camera/QCamera2/HAL/wrapper/
H A DQualcommCamera.cpp128 struct hw_device_t** hw_device)
133 if(module && id && hw_device) {
140 *hw_device = NULL;
165 /* pass actual hw_device ptr to framework. This amkes that we actally be use memberof() macro */
166 *hw_device = (hw_device_t*)&device->common;
126 camera_device_open( const struct hw_module_t* module, const char* id, struct hw_device_t** hw_device) argument
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMuxer.h254 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
H A DQCameraMuxer.cpp261 * @hw_device : ptr to struct storing camera hardware device info
270 struct hw_device_t **hw_device)
279 rc = gMuxer->cameraDeviceOpen(atoi(id), hw_device);
293 * @hw_device : ptr to struct storing camera hardware device info
301 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device)
310 rc = gMuxer->cameraDeviceOpen(atoi(id), hw_device);
2083 * @hw_device : ptr to struct storing camera hardware device info
2090 struct hw_device_t **hw_device)
2170 *hw_device = &cam->dev.common;
268 camera_device_open( __unused const struct hw_module_t *module, const char *id, struct hw_device_t **hw_device) argument
300 open_legacy(__unused const struct hw_module_t* module, const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) argument
2089 cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device) argument
H A DQCamera2HWI.h247 int openCamera(struct hw_device_t **hw_device);
H A DQCamera2HWI.cpp1799 * @hw_device : double ptr for camera device struct
1805 int QCamera2HardwareInterface::openCamera(struct hw_device_t **hw_device) argument
1810 *hw_device = NULL;
1819 *hw_device = &mCameraDevice.common;
1825 *hw_device = NULL;
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.h143 int openCamera(struct hw_device_t **hw_device);
H A DQCamera3HWI.cpp638 * @hw_device : double ptr for camera device struct
644 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device) argument
648 *hw_device = NULL;
658 *hw_device = &mCameraDevice.common;
660 *hw_device = NULL;
/hardware/qcom/camera/usbcamcore/src/
H A DQualcommUsbCamera.cpp176 struct hw_device_t** hw_device)
186 *hw_device = NULL;
229 *hw_device = &(device->common);
174 usbcam_camera_device_open( const struct hw_module_t* module, const char* id, struct hw_device_t** hw_device) argument

Completed in 307 milliseconds