Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp43 struct TestDeviceInterface : public device::V3_2::ICameraDevice { struct
47 TestDeviceInterface(std::vector<hardware::hidl_string> deviceNames, in TestDeviceInterface() argument
51 TestDeviceInterface(std::vector<hardware::hidl_string> deviceNames) : in TestDeviceInterface() function
108 mDeviceInterface(new TestDeviceInterface(devices)), in TestICameraProvider() argument
115 mDeviceInterface(new TestDeviceInterface(devices, chars)), in TestICameraProvider()