Home
last modified time | relevance | path

Searched refs:CreateCameraDeviceSessionHwl (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_hwl.h106 virtual status_t CreateCameraDeviceSessionHwl(
/aosp_15_r20/hardware/google/camera/common/hal/tests/
Dmock_device_hwl.h131 status_t CreateCameraDeviceSessionHwl( in CreateCameraDeviceSessionHwl() function
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceHWLImpl.h85 status_t CreateCameraDeviceSessionHwl(
DEmulatedCameraDeviceHWLImpl.cpp261 status_t EmulatedCameraDeviceHwlImpl::CreateCameraDeviceSessionHwl( in CreateCameraDeviceSessionHwl() function in android::EmulatedCameraDeviceHwlImpl
/aosp_15_r20/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device.cc415 status_t res = camera_device_hwl_->CreateCameraDeviceSessionHwl( in CreateCameraDeviceSession()