Lines Matching refs:InterfaceT
406 CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT>(); in openSession()
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>
2244 sp<InterfaceT> CameraProviderManager::ProviderInfo::DeviceInfo::startDeviceInterface() { in startDeviceInterface()
2245 sp<InterfaceT> device; in startDeviceInterface()
2250 device = parentProvider->startDeviceInterface<InterfaceT>(mName); in startDeviceInterface()
2253 device = (InterfaceT *) mSavedInterface.get(); in startDeviceInterface()
2258 template<class InterfaceT>
2259 status_t CameraProviderManager::ProviderInfo::DeviceInfo::setTorchMode(InterfaceT& interface, in setTorchMode()
2271 sp<InterfaceT> interface) : in DeviceInfo3()
2457 return setTorchModeForDevice<InterfaceT>(enabled); in setTorchMode()
2518 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); in dumpState()
2559 const sp<CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT> interface = in isSessionConfigurationSupported()
2560 … this->startDeviceInterface<CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT>(); in isSessionConfigurationSupported()