Lines Matching refs:InterfaceT
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; typedef
530 sp<InterfaceT> interface);
534 status_t cacheCameraInfo(sp<InterfaceT> interface);
539 typedef hardware::camera::device::V3_2::ICameraDevice InterfaceT; typedef
558 const std::vector<std::string>& publicCameraIds, sp<InterfaceT> interface);
615 template<class InterfaceT>
616 sp<InterfaceT> startDeviceInterface(const std::string &name);