Lines Matching refs:InterfaceT
399 CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT>(); in openSession()
443 CameraProviderManager::ProviderInfo::DeviceInfo1::InterfaceT>(); in openSession()
1997 startDeviceInterface<typename DeviceInfoT::InterfaceT>(name); in initializeDeviceInfo()
2028 template<class InterfaceT>
2029 sp<InterfaceT>
2032 name.c_str(), InterfaceT::version.get_major()); in startDeviceInterface()
2096 template<class InterfaceT>
2097 sp<InterfaceT> CameraProviderManager::ProviderInfo::DeviceInfo::startDeviceInterface() { in startDeviceInterface()
2098 sp<InterfaceT> device; in startDeviceInterface()
2103 device = parentProvider->startDeviceInterface<InterfaceT>(mName); in startDeviceInterface()
2106 device = (InterfaceT *) mSavedInterface.get(); in startDeviceInterface()
2111 template<class InterfaceT>
2112 status_t CameraProviderManager::ProviderInfo::DeviceInfo::setTorchMode(InterfaceT& interface, in setTorchMode()
2124 sp<InterfaceT> interface) : in DeviceInfo1()
2176 return setTorchModeForDevice<InterfaceT>(enabled); in setTorchMode()
2187 sp<CameraProviderManager::ProviderInfo::DeviceInfo1::InterfaceT> interface) { in cacheCameraInfo()
2226 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); in dumpState()
2244 sp<InterfaceT> interface) : in DeviceInfo3()
2393 return setTorchModeForDevice<InterfaceT>(enabled); in setTorchMode()
2454 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); in dumpState()
2490 const sp<CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT> interface = in isSessionConfigurationSupported()
2491 … this->startDeviceInterface<CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT>(); in isSessionConfigurationSupported()