Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h507 sp<InterfaceT> startDeviceInterface();
532 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); in setTorchModeForDevice()
657 sp<InterfaceT> startDeviceInterface(const std::string &name);
H A DCameraProviderManager.cpp405 auto interface = deviceInfo3->startDeviceInterface< in openSession()
2173 startDeviceInterface<typename DeviceInfoT::InterfaceT>(name); in initializeDeviceInfo()
2206 CameraProviderManager::ProviderInfo::startDeviceInterface(const std::string &name) { in startDeviceInterface() function in android::CameraProviderManager::ProviderInfo
2214 CameraProviderManager::ProviderInfo::startDeviceInterface
2244 sp<InterfaceT> CameraProviderManager::ProviderInfo::DeviceInfo::startDeviceInterface() { in startDeviceInterface() function in android::CameraProviderManager::ProviderInfo::DeviceInfo
2250 device = parentProvider->startDeviceInterface<InterfaceT>(mName); in startDeviceInterface()
2518 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); in dumpState()
2560 … this->startDeviceInterface<CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT>(); in isSessionConfigurationSupported()