Searched refs:HotwordDetector (Results 1 – 7 of 7) sorted by relevance
53 private final HotwordDetector.Callback mCallback;62 HotwordDetector.Callback callback) { in SoftwareHotwordDetector()121 private final HotwordDetector.Callback mCallback;123 BinderCallback(Handler handler, HotwordDetector.Callback callback) { in BinderCallback()135 HotwordDetector.Callback::onDetected, in onDetected()145 private final HotwordDetector.Callback mCallback;147 InitializationStateListener(Handler handler, HotwordDetector.Callback callback) { in InitializationStateListener()201 HotwordDetector.Callback::onHotwordDetectionServiceInitialized, in onStatusReported()210 HotwordDetector.Callback::onHotwordDetectionServiceRestarted, in onProcessRestarted()
38 abstract class AbstractHotwordDetector implements HotwordDetector {46 private final HotwordDetector.Callback mCallback;50 HotwordDetector.Callback callback) { in AbstractHotwordDetector()129 private final HotwordDetector.Callback mCallback;131 BinderCallback(Handler handler, HotwordDetector.Callback callback) { in BinderCallback()143 HotwordDetector.Callback::onDetected, in onDetected()
37 public interface HotwordDetector { interface
427 public final HotwordDetector createHotwordDetector( in createHotwordDetector()430 @NonNull HotwordDetector.Callback callback) { in createHotwordDetector()
472 public abstract static class Callback implements HotwordDetector.Callback {
10510 public class AlwaysOnHotwordDetector implements android.service.voice.HotwordDetector {10541 … class AlwaysOnHotwordDetector.Callback implements android.service.voice.HotwordDetector.Callback {10623 public interface HotwordDetector {10630 public static interface HotwordDetector.Callback {10660 …HotwordDetector createHotwordDetector(@Nullable android.os.PersistableBundle, @Nullable android.os…
2396 public class AlwaysOnHotwordDetector implements android.service.voice.HotwordDetector {