Searched refs:SingleDeviceShutdownListener (Results 1 – 3 of 3) sorted by relevance
72 private final SingleDeviceShutdownListener<TKey> mShutdownListener;99 TKey deviceKey, SingleDeviceShutdownListener<TKey> deviceShutdownListener, in SingleDeviceStateMachine()
322 SingleDeviceShutdownListener<CameraDeviceKey> listener = in createLifecycle()323 new SingleDeviceShutdownListener<CameraDeviceKey>() { in createLifecycle()
22 public interface SingleDeviceShutdownListener<TKey> { interface