Searched defs:hw_device (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/camera/QCamera2/
H A DQCamera2Factory.cpp230 * @hw_device : ptr to struct storing camera hardware device info
367 * @hw_device : ptr to struct storing camera hardware device info
374 struct hw_device_t **hw_device)
395 rc = hw->openCamera(hw_device);
405 rc = hw->openCamera(hw_device);
426 * @hw_device : ptr to struct storing camera hardware device info
434 struct hw_device_t **hw_device)
448 rc = gQCameraMuxer->camera_device_open(module, id, hw_device);
450 rc = gQCamera2Factory->cameraDeviceOpen(atoi(id), hw_device);
467 * @hw_device
373 cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device) argument
432 camera_device_open( const struct hw_module_t *module, const char *id, struct hw_device_t **hw_device) argument
472 openLegacy( int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) argument
[all...]
/hardware/qcom/camera/msm8998/QCamera2/
H A DQCamera2Factory.cpp249 * @hw_device : ptr to struct storing camera hardware device info
387 * @hw_device : ptr to struct storing camera hardware device info
394 struct hw_device_t **hw_device)
416 rc = hw->openCamera(hw_device);
428 rc = hw->openCamera(hw_device);
451 * @hw_device : ptr to struct storing camera hardware device info
459 struct hw_device_t **hw_device)
473 rc = gQCameraMuxer->camera_device_open(module, id, hw_device);
476 rc = gQCamera2Factory->cameraDeviceOpen(atoi(id), hw_device);
492 * @hw_device
393 cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device) argument
457 camera_device_open( const struct hw_module_t *module, const char *id, struct hw_device_t **hw_device) argument
497 openLegacy( int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device) argument
[all...]
/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/msm8998/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/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.c52 struct audio_hw_device hw_device; member in struct:audio_device
1210 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
1211 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
1212 adev->hw_device.common.module = (struct hw_module_t *)module;
1213 adev->hw_device.common.close = adev_close;
1215 adev->hw_device.init_check = adev_init_check;
1216 adev->hw_device.set_voice_volume = adev_set_voice_volume;
1217 adev->hw_device.set_master_volume = adev_set_master_volume;
1218 adev->hw_device.set_mode = adev_set_mode;
1219 adev->hw_device
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMuxer.cpp262 * @hw_device : ptr to struct storing camera hardware device info
271 struct hw_device_t **hw_device)
280 rc = gMuxer->cameraDeviceOpen(atoi(id), hw_device);
294 * @hw_device : ptr to struct storing camera hardware device info
302 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device)
311 rc = gMuxer->cameraDeviceOpen(atoi(id), hw_device);
2086 * @hw_device : ptr to struct storing camera hardware device info
2093 struct hw_device_t **hw_device)
2173 *hw_device = &cam->dev.common;
269 camera_device_open( __unused const struct hw_module_t *module, const char *id, struct hw_device_t **hw_device) argument
301 open_legacy(__unused const struct hw_module_t* module, const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) argument
2092 cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device) argument
H A DQCamera2HWI.cpp1814 * @hw_device : double ptr for camera device struct
1820 int QCamera2HardwareInterface::openCamera(struct hw_device_t **hw_device) argument
1825 *hw_device = NULL;
1834 *hw_device = &mCameraDevice.common;
1840 *hw_device = NULL;
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMuxer.cpp262 * @hw_device : ptr to struct storing camera hardware device info
271 struct hw_device_t **hw_device)
280 rc = gMuxer->cameraDeviceOpen(atoi(id), hw_device);
294 * @hw_device : ptr to struct storing camera hardware device info
302 const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device)
311 rc = gMuxer->cameraDeviceOpen(atoi(id), hw_device);
2088 * @hw_device : ptr to struct storing camera hardware device info
2095 struct hw_device_t **hw_device)
2175 *hw_device = &cam->dev.common;
269 camera_device_open( __unused const struct hw_module_t *module, const char *id, struct hw_device_t **hw_device) argument
301 open_legacy(__unused const struct hw_module_t* module, const char* id, __unused uint32_t halVersion, struct hw_device_t** hw_device) argument
2094 cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device) argument
H A DQCamera2HWI.cpp1827 * @hw_device : double ptr for camera device struct
1833 int QCamera2HardwareInterface::openCamera(struct hw_device_t **hw_device) argument
1838 *hw_device = NULL;
1849 *hw_device = &mCameraDevice.common;
1855 *hw_device = NULL;
/hardware/qcom/camera/msm8998/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
/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
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp655 * @hw_device : double ptr for camera device struct
661 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device) argument
665 *hw_device = NULL;
675 *hw_device = &mCameraDevice.common;
677 *hw_device = NULL;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp730 * @hw_device : double ptr for camera device struct
736 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device) argument
740 *hw_device = NULL;
750 *hw_device = &mCameraDevice.common;
752 *hw_device = NULL;

Completed in 269 milliseconds