Searched refs:common (Results 151 - 154 of 154) sorted by relevance

1234567

/hardware/libhardware/tests/camera2/
H A Dcamera2.cpp134 res = cam_module->common.methods->open(
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp4502 g_cam_device->common.tag = HARDWARE_DEVICE_TAG;
4503 g_cam_device->common.version = 1;
4504 g_cam_device->common.module = const_cast<hw_module_t *>(module);
4505 g_cam_device->common.close = HAL_camera_device_close;
4525 common : {
/hardware/qcom/audio/alsa_sound/
H A DAudioHardwareALSA.cpp200 mALSADevice->common.close(&mALSADevice->common);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp2810 ALOGD("#### common Section");
6396 g_cam2_device->common.tag = HARDWARE_DEVICE_TAG;
6397 g_cam2_device->common.version = CAMERA_DEVICE_API_VERSION_2_0;
6398 g_cam2_device->common.module = const_cast<hw_module_t *>(module);
6399 g_cam2_device->common.close = HAL2_camera_device_close;
6425 common : {

Completed in 616 milliseconds

1234567