Searched defs:TestICameraProvider (Results 1 – 1 of 1) sorted by relevance
91 struct TestICameraProvider : virtual public provider::V2_5::ICameraProvider { struct97 TestICameraProvider(const std::vector<hardware::hidl_string> &devices, in TestICameraProvider() function103 virtual hardware::Return<Status> setCallback( in setCallback()110 using getVendorTags_cb = std::function<void(Status status,112 hardware::Return<void> getVendorTags(getVendorTags_cb _hidl_cb) override { in getVendorTags()118 using isSetTorchModeSupported_cb = std::function<void(121 virtual ::hardware::Return<void> isSetTorchModeSupported( in isSetTorchModeSupported()128 using getCameraIdList_cb = std::function<void(Status status,130 virtual hardware::Return<void> getCameraIdList(getCameraIdList_cb _hidl_cb) override { in getCameraIdList()136 using getCameraDeviceInterface_V1_x_cb = std::function<void(Status status,[all …]