Searched refs:InterfaceT (Results 1 – 2 of 2) sorted by relevance
475 template<class InterfaceT>476 sp<InterfaceT> startDeviceInterface();494 template<class InterfaceT>495 static status_t setTorchMode(InterfaceT& interface, bool enabled);497 template<class InterfaceT>501 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); in setTorchModeForDevice()518 typedef hardware::camera::device::V1_0::ICameraDevice InterfaceT; typedef530 sp<InterfaceT> interface);534 status_t cacheCameraInfo(sp<InterfaceT> interface);539 typedef hardware::camera::device::V3_2::ICameraDevice InterfaceT; typedef[all …]
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()[all …]