Searched refs:InterfaceT (Results 1 – 2 of 2) sorted by relevance
409 template<class InterfaceT>410 sp<InterfaceT> startDeviceInterface();427 template<class InterfaceT>428 static status_t setTorchMode(InterfaceT& interface, bool enabled);430 template<class InterfaceT>434 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>(); in setTorchModeForDevice()451 typedef hardware::camera::device::V1_0::ICameraDevice InterfaceT; typedef463 sp<InterfaceT> interface);467 status_t cacheCameraInfo(sp<InterfaceT> interface);472 typedef hardware::camera::device::V3_2::ICameraDevice InterfaceT; typedef[all …]
321 CameraProviderManager::ProviderInfo::DeviceInfo3::InterfaceT>(); in openSession()362 CameraProviderManager::ProviderInfo::DeviceInfo1::InterfaceT>(); in openSession()1654 startDeviceInterface<typename DeviceInfoT::InterfaceT>(name); in initializeDeviceInfo()1685 template<class InterfaceT>1686 sp<InterfaceT>1689 name.c_str(), InterfaceT::version.get_major()); in startDeviceInterface()1753 template<class InterfaceT>1754 sp<InterfaceT> CameraProviderManager::ProviderInfo::DeviceInfo::startDeviceInterface() { in startDeviceInterface()1755 sp<InterfaceT> device; in startDeviceInterface()1758 device = mParentProvider->startDeviceInterface<InterfaceT>(mName); in startDeviceInterface()[all …]