HomeSort by relevance Sort by last modified time
    Searched refs:hw_device (Results 1 - 22 of 22) sorted by null

  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Factory.h 53 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
55 struct hw_device_t **hw_device);
QCamera2Factory.cpp 150 * @hw_device : ptr to struct storing camera hardware device info
157 struct hw_device_t **hw_device)
168 rc = hw->openCamera(hw_device);
182 * @hw_device : ptr to struct storing camera hardware device info
190 struct hw_device_t **hw_device)
201 return gQCamera2Factory.cameraDeviceOpen(atoi(id), hw_device);
QCamera2HWI.h 208 int openCamera(struct hw_device_t **hw_device);
QCamera2HWI.cpp 987 * @hw_device : double ptr for camera device struct
993 int QCamera2HardwareInterface::openCamera(struct hw_device_t **hw_device)
997 *hw_device = NULL;
1003 *hw_device = &mCameraDevice.common;
1005 *hw_device = NULL;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Factory.h 51 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
53 struct hw_device_t **hw_device);
QCamera3Factory.cpp 153 * @hw_device : ptr to struct storing camera hardware device info
160 struct hw_device_t **hw_device)
171 rc = hw->openCamera(hw_device);
185 * @hw_device : ptr to struct storing camera hardware device info
193 struct hw_device_t **hw_device)
204 return gQCamera3Factory.cameraDeviceOpen(atoi(id), hw_device);
QCamera3HWI.h 92 int openCamera(struct hw_device_t **hw_device);
QCamera3HWI.cpp 257 * @hw_device : double ptr for camera device struct
263 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device)
274 *hw_device = NULL;
280 *hw_device = &mCameraDevice.common;
283 *hw_device = NULL;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2Factory.h 53 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
55 struct hw_device_t **hw_device);
QCamera2Factory.cpp 150 * @hw_device : ptr to struct storing camera hardware device info
157 struct hw_device_t **hw_device)
168 rc = hw->openCamera(hw_device);
182 * @hw_device : ptr to struct storing camera hardware device info
190 struct hw_device_t **hw_device)
201 return gQCamera2Factory.cameraDeviceOpen(atoi(id), hw_device);
QCamera2HWI.h 208 int openCamera(struct hw_device_t **hw_device);
QCamera2HWI.cpp 987 * @hw_device : double ptr for camera device struct
993 int QCamera2HardwareInterface::openCamera(struct hw_device_t **hw_device)
997 *hw_device = NULL;
1003 *hw_device = &mCameraDevice.common;
1005 *hw_device = NULL;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Factory.h 51 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
53 struct hw_device_t **hw_device);
QCamera3Factory.cpp 165 * @hw_device : ptr to struct storing camera hardware device info
172 struct hw_device_t **hw_device)
183 rc = hw->openCamera(hw_device);
197 * @hw_device : ptr to struct storing camera hardware device info
205 struct hw_device_t **hw_device)
216 return gQCamera3Factory.cameraDeviceOpen(atoi(id), hw_device);
QCamera3HWI.h 93 int openCamera(struct hw_device_t **hw_device);
QCamera3HWI.cpp 291 * @hw_device : double ptr for camera device struct
297 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device)
308 *hw_device = NULL;
314 *hw_device = &mCameraDevice.common;
317 *hw_device = NULL;
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 45 struct audio_hw_device hw_device; member in struct:audio_device
395 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
396 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
397 adev->hw_device.common.module = (struct hw_module_t *) module;
398 adev->hw_device.common.close = adev_close;
400 adev->hw_device.init_check = adev_init_check;
401 adev->hw_device.set_voice_volume = adev_set_voice_volume;
402 adev->hw_device.set_master_volume = adev_set_master_volume;
403 adev->hw_device.set_mode = adev_set_mode;
404 adev->hw_device.set_mic_mute = adev_set_mic_mute
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 98 struct audio_hw_device hw_device; member in struct:audio_device
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 122 struct audio_hw_device hw_device; member in struct:audio_device
    [all...]
  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 182 struct hw_device_t** hw_device)
187 if(module && id && hw_device) {
194 *hw_device = NULL;
218 /* pass actual hw_device ptr to framework. This amkes that we actally be use memberof() macro */
219 *hw_device = (hw_device_t*)&device->common;
  /device/lge/mako/camera/
QualcommCamera2.cpp 183 struct hw_device_t** hw_device)
197 if(module && id && hw_device) {
204 *hw_device = NULL;
230 /* pass actual hw_device ptr to framework. This amkes that we actally be use memberof() macro */
231 *hw_device = (hw_device_t*)&device->common;
QualcommCamera.cpp 333 struct hw_device_t** hw_device)
338 if(module && id && hw_device) {
368 *hw_device = (hw_device_t*)device;

Completed in 597 milliseconds