Home
last modified time | relevance | path

Searched defs:getCameraInfo (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/automotive/evs/1.1/default/
DConfigManager.h167 std::unique_ptr<CameraInfo>& getCameraInfo(const std::string cameraId) noexcept { in getCameraInfo() function
DEvsCamera.cpp100 Return<void> EvsCamera::getCameraInfo(getCameraInfo_cb _hidl_cb) { in getCameraInfo() function in android::hardware::automotive::evs::V1_1::implementation::EvsCamera
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DIEvsCamera.aidl39 android.hardware.automotive.evs.CameraDesc getCameraInfo(); in getCameraInfo() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DIEvsCamera.aidl39 android.hardware.automotive.evs.CameraDesc getCameraInfo(); in getCameraInfo() method
/hardware/libhardware/modules/usbcamera/
DCameraHAL.cpp76 int CameraHAL::getCameraInfo(int id, struct camera_info* info) { in getCameraInfo() function in usb_camera_hal::CameraHAL
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsCamera.aidl39 android.hardware.automotive.evs.CameraDesc getCameraInfo(); in getCameraInfo() method
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsCamera.aidl65 CameraDesc getCameraInfo(); in getCameraInfo() method
/hardware/libhardware/modules/camera/3_0/
DCameraHAL.cpp71 int CameraHAL::getCameraInfo(int id, struct camera_info* info) in getCameraInfo() function in default_camera_hal::CameraHAL
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DConfigManager.h230 std::unique_ptr<CameraInfo>& getCameraInfo(const std::string& cameraId) noexcept { in getCameraInfo() function
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera_hal.cpp122 int V4L2CameraHAL::getCameraInfo(int id, camera_info_t* info) { in getCameraInfo() function in v4l2_camera_hal::V4L2CameraHAL
/hardware/interfaces/automotive/evs/1.0/default/
DEvsCamera.cpp108 Return<void> EvsCamera::getCameraInfo(getCameraInfo_cb _hidl_cb) { in getCameraInfo() function in android::hardware::automotive::evs::V1_0::implementation::EvsCamera
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsMockCamera.cpp86 ScopedAStatus EvsMockCamera::getCameraInfo(CameraDesc* _aidl_return) { in getCameraInfo() function in aidl::android::hardware::automotive::evs::implementation::EvsMockCamera
DEvsVideoEmulatedCamera.cpp523 ndk::ScopedAStatus EvsVideoEmulatedCamera::getCameraInfo(evs::CameraDesc* _aidl_return) { in getCameraInfo() function in aidl::android::hardware::automotive::evs::implementation::EvsVideoEmulatedCamera
/hardware/interfaces/camera/common/default/
DCameraModule.cpp259 int CameraModule::getCameraInfo(int cameraId, struct camera_info* info) { in getCameraInfo() function in android::hardware::camera::common::helper::CameraModule
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp589 Return<void> CameraDevice::getCameraInfo(getCameraInfo_cb _hidl_cb) { in getCameraInfo() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp2110 TEST_P(CameraHidlTest, getCameraInfo) { in TEST_P() argument