Home
last modified time | relevance | path

Searched defs:statusAndId (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/frameworks/hardware/interfaces/cameraservice/service/2.1/[email protected]_genc++/gen/android/frameworks/cameraservice/service/2.1/
DCameraServiceListenerAll.cpp143 …oid::hardware::IInterface *_hidl_this, ::android::hardware::details::HidlInstrumentor *_hidl_this_… in _hidl_onPhysicalCameraStatusChanged()
208 …Changed(const ::android::frameworks::cameraservice::service::V2_0::CameraStatusAndId& statusAndId){ in onStatusChanged()
216 …const ::android::frameworks::cameraservice::service::V2_1::PhysicalCameraStatusAndId& statusAndId){ in onPhysicalCameraStatusChanged()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/hidl/
H A DUtils.cpp207 for (auto &statusAndId : src) { in convertToHidl() local
219 for (const auto &statusAndId : src) { in convertToHidl() local
/aosp_15_r20/frameworks/hardware/interfaces/cameraservice/vts/functional/
DVtsHalCameraServiceV2_0TargetTest.cpp102 virtual Return<void> onStatusChanged(const CameraStatusAndId& statusAndId) override { in onStatusChanged()
118 virtual Return<void> onStatusChanged(const CameraStatusAndId& statusAndId) override { in onStatusChanged()
125 const PhysicalCameraStatusAndId& statusAndId) override { in onPhysicalCameraStatusChanged()
/aosp_15_r20/out/soong/.intermediates/frameworks/hardware/interfaces/cameraservice/service/2.0/[email protected]_genc++/gen/android/frameworks/cameraservice/service/2.0/
DCameraServiceListenerAll.cpp132 …:IInterface *_hidl_this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, … in _hidl_onStatusChanged()
197 …Changed(const ::android::frameworks::cameraservice::service::V2_0::CameraStatusAndId& statusAndId){ in onStatusChanged()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/aidl/
H A DAidlUtils.cpp291 for (const auto &statusAndId : src) { in convertFromAidl() local