Lines Matching refs:InterfaceT
399 CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT>(); in openSession()
2155 startDeviceInterface<typename DeviceInfoT::InterfaceT>(name); in initializeDeviceInfo()
2186 template<class InterfaceT>
2187 sp<InterfaceT>
2190 name.c_str(), InterfaceT::version.get_major()); in startDeviceInterface()
2225 template<class InterfaceT>
2226 sp<InterfaceT> CameraProviderManager::ProviderInfo::DeviceInfo::startDeviceInterface() { in startDeviceInterface()
2227 sp<InterfaceT> device; in startDeviceInterface()
2232 device = parentProvider->startDeviceInterface<InterfaceT>(mName); in startDeviceInterface()
2235 device = (InterfaceT *) mSavedInterface.get(); in startDeviceInterface()
2240 template<class InterfaceT>
2241 status_t CameraProviderManager::ProviderInfo::DeviceInfo::setTorchMode(InterfaceT& interface, in setTorchMode()
2253 sp<InterfaceT> interface) : in DeviceInfo3()
2417 return setTorchModeForDevice<InterfaceT>(enabled); in setTorchMode()
2478 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); in dumpState()
2519 const sp<CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT> interface = in isSessionConfigurationSupported()
2520 … this->startDeviceInterface<CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT>(); in isSessionConfigurationSupported()