Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DCameraProviderManagerTest.cpp248 struct TestInteractionProxy : public CameraProviderManager::HidlServiceInteractionProxy { struct
252 TestInteractionProxy() {} in TestInteractionProxy() argument
260 virtual ~TestInteractionProxy() {} in ~TestInteractionProxy() argument
262 virtual bool registerForNotifications( in registerForNotifications()
269 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> tryGetService( in tryGetService()
276 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> getService( in getService()
291 virtual hardware::hidl_vec<hardware::hidl_string> listServices() override { in listServices()