Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h506 template<class InterfaceT>
507 sp<InterfaceT> startDeviceInterface();
525 template<class InterfaceT>
526 static status_t setTorchMode(InterfaceT& interface, bool enabled);
528 template<class InterfaceT>
532 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); in setTorchModeForDevice()
549 typedef hardware::camera::device::V3_2::ICameraDevice InterfaceT; typedef
573 const std::vector<std::string>& publicCameraIds, sp<InterfaceT> interface);
656 template<class InterfaceT>
657 sp<InterfaceT> startDeviceInterface(const std::string &name);
H A DCameraProviderManager.cpp2173 startDeviceInterface<typename DeviceInfoT::InterfaceT>(name); in initializeDeviceInfo()
2204 template<class InterfaceT>
2205 sp<InterfaceT>
2208 name.c_str(), InterfaceT::version.get_major()); in startDeviceInterface()
2243 template<class InterfaceT>
2245 sp<InterfaceT> device; in startDeviceInterface()
2253 device = (InterfaceT *) mSavedInterface.get(); in startDeviceInterface()
2258 template<class InterfaceT>
2271 sp<InterfaceT> interface) : in DeviceInfo3()
2457 return setTorchModeForDevice<InterfaceT>(enabled); in setTorchMode()
[all …]