Home
last modified time | relevance | path

Searched refs:PhysicalCameraStatusAndId (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraManager.h45 using PhysicalCameraStatusAndId = frameworks::cameraservice::service::V2_1::PhysicalCameraStatusAnd… variable
102 const PhysicalCameraStatusAndId &statusAndId) override;
192 void onStatusChanged(const PhysicalCameraStatusAndId &statusAndId);
193 void onStatusChangedLocked(const PhysicalCameraStatusAndId &statusAndId);
H A DACameraManager.cpp284 PhysicalCameraStatusAndId statusAndId; in getCameraService()
564 const PhysicalCameraStatusAndId &statusAndId) { in onPhysicalCameraStatusChanged()
575 const PhysicalCameraStatusAndId &statusAndId) { in onStatusChanged()
581 const PhysicalCameraStatusAndId &statusAndId) { in onStatusChangedLocked()
/aosp12/frameworks/hardware/interfaces/cameraservice/service/2.1/
H A Dtypes.hal45 * PhysicalCameraStatusAndId:
50 struct PhysicalCameraStatusAndId {
H A DICameraServiceListener.hal29 oneway onPhysicalCameraStatusChanged(PhysicalCameraStatusAndId statusAndId);
H A DICameraService.hal23 import android.frameworks.cameraservice.service@2.1::PhysicalCameraStatusAndId;
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DAidlCameraServiceListener.cpp53 V2_1::PhysicalCameraStatusAndId cameraStatusAndId; in onPhysicalCameraStatusChanged()
/aosp12/frameworks/hardware/interfaces/cameraservice/vts/functional/
H A DVtsHalCameraServiceV2_0TargetTest.cpp72 using android::frameworks::cameraservice::service::V2_1::PhysicalCameraStatusAndId;
123 const PhysicalCameraStatusAndId& statusAndId) override { in onPhysicalCameraStatusChanged()