Home | History | Annotate | Download | only in common

Lines Matching defs:interface

72     // Tiny proxy for the static methods in a HIDL interface that communicate with the hardware
101 * Listener interface for device/torch status changes
185 * Return the highest supported device interface version for this ID
331 status_t initialize(sp<hardware::camera::provider::V2_4::ICameraProvider>& interface,
346 // ICameraProviderCallbacks interface - these lock the parent mInterfaceMutex
354 // hidl_death_recipient interface - this locks the parent mInterfaceMutex
428 static status_t setTorchMode(InterfaceT& interface, bool enabled);
432 // Don't save the ICameraProvider interface here because we assume that this was
434 const sp<InterfaceT> interface = startDeviceInterface<InterfaceT>();
435 return DeviceInfo::setTorchMode(interface, enabled);
449 // HALv1-specific camera fields, including the actual device interface
463 sp<InterfaceT> interface);
467 status_t cacheCameraInfo(sp<InterfaceT> interface);
470 // HALv3-specific camera fields, including the actual device interface
491 const std::vector<std::string>& publicCameraIds, sp<InterfaceT> interface);