Searched refs:InterfaceT (Results 1 – 2 of 2) sorted by relevance
506 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; typedef573 const std::vector<std::string>& publicCameraIds, sp<InterfaceT> interface);656 template<class InterfaceT>657 sp<InterfaceT> startDeviceInterface(const std::string &name);
2173 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 …]