Searched refs:InterfaceT (Results 1 – 2 of 2) sorted by relevance
497 template<class InterfaceT>498 sp<InterfaceT> startDeviceInterface();516 template<class InterfaceT>517 static status_t setTorchMode(InterfaceT& interface, bool enabled);519 template<class InterfaceT>523 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); in setTorchModeForDevice()540 typedef hardware::camera::device::V3_2::ICameraDevice InterfaceT; typedef561 const std::vector<std::string>& publicCameraIds, sp<InterfaceT> interface);642 template<class InterfaceT>643 sp<InterfaceT> startDeviceInterface(const std::string &name);
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()[all …]