Home
last modified time | relevance | path

Searched refs:HotwordDetector (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/voice/
H A DSoftwareHotwordDetector.java53 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()
H A DAbstractHotwordDetector.java38 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()
H A DHotwordDetector.java37 public interface HotwordDetector { interface
H A DVoiceInteractionService.java427 public final HotwordDetector createHotwordDetector( in createHotwordDetector()
430 @NonNull HotwordDetector.Callback callback) { in createHotwordDetector()
H A DAlwaysOnHotwordDetector.java472 public abstract static class Callback implements HotwordDetector.Callback {
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt10510 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 {
10660HotwordDetector createHotwordDetector(@Nullable android.os.PersistableBundle, @Nullable android.os…
H A Dtest-current.txt2396 public class AlwaysOnHotwordDetector implements android.service.voice.HotwordDetector {