Home
last modified time | relevance | path

Searched refs:ServiceInteractionProxy (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h109 struct ServiceInteractionProxy { struct
121 virtual ~ServiceInteractionProxy() {} in ~ServiceInteractionProxy() argument
126 struct HardwareServiceInteractionProxy : public ServiceInteractionProxy {
178 ServiceInteractionProxy *proxy = &sHardwareServiceInteractionProxy);
335 ServiceInteractionProxy* mServiceProxy;
H A DCameraProviderManager.cpp80 ServiceInteractionProxy* proxy) { in initialize()
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp215 struct TestInteractionProxy : public CameraProviderManager::ServiceInteractionProxy {