Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp215 struct TestInteractionProxy : public CameraProviderManager::ServiceInteractionProxy { struct
219 TestInteractionProxy() {} in TestInteractionProxy() argument
227 virtual ~TestInteractionProxy() {} in ~TestInteractionProxy() argument
229 virtual bool registerForNotifications( in registerForNotifications()
237 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> tryGetService( in tryGetService()
244 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> getService( in getService()
259 virtual hardware::hidl_vec<hardware::hidl_string> listServices() override { in listServices()