Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/speech/
H A DIRecognitionService.aidl23 import android.speech.IRecognitionListener;
47 void startListening(in Intent recognizerIntent, in IRecognitionListener listener, in startListening()
57 void stopListening(in IRecognitionListener listener); in stopListening()
64 void cancel(in IRecognitionListener listener, boolean isShutdown); in cancel()
H A DRecognitionService.java104 dispatchStopListening((IRecognitionListener) msg.obj);
107 dispatchCancel((IRecognitionListener) msg.obj);
110 dispatchClearCallback((IRecognitionListener) msg.obj);
178 private void dispatchStopListening(IRecognitionListener listener) { in dispatchStopListening()
193 private void dispatchCancel(IRecognitionListener listener) { in dispatchCancel()
204 private void dispatchClearCallback(IRecognitionListener listener) { in dispatchClearCallback()
307 public final IRecognitionListener mListener;
310 public StartListeningArgs(Intent intent, IRecognitionListener listener, in StartListeningArgs()
548 private final IRecognitionListener mListener;
553 private Callback(IRecognitionListener listener, in Callback()
[all …]
H A DIRecognitionListener.aidl27 oneway interface IRecognitionListener { interface
H A DSpeechRecognizer.java1023 private static class InternalRecognitionListener extends IRecognitionListener.Stub {
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DRemoteSpeechRecognitionService.java30 import android.speech.IRecognitionListener;
65 private final List<Pair<IBinder, IRecognitionListener>> mClientListeners = new ArrayList<>();
92 void startListening(Intent recognizerIntent, IRecognitionListener listener, in startListening()
166 void stopListening(IRecognitionListener listener) { in stopListening()
197 void cancel(IRecognitionListener listener, boolean isShutdown) { in cancel()
265 for (Pair<IBinder, IRecognitionListener> clientListener : mClientListeners) { in shutdown()
309 private void removeClient(IRecognitionListener listener) { in removeClient()
323 private static void tryRespondWithError(IRecognitionListener listener, int errorCode) { in tryRespondWithError()
353 private static class DelegatingListener extends IRecognitionListener.Stub {
354 private final IRecognitionListener mRemoteListener;
[all …]
H A DSpeechRecognitionManagerServiceImpl.java35 import android.speech.IRecognitionListener;
149 IRecognitionListener listener, in createSessionLocked()
164 IRecognitionListener listener) throws RemoteException { in createSessionLocked()
170 IRecognitionListener listener, in createSessionLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50982 Landroid/speech/IRecognitionListener$Stub$Proxy;->onEndOfSpeech()V
50983 Landroid/speech/IRecognitionListener$Stub$Proxy;->onError(I)V
50989 Landroid/speech/IRecognitionListener$Stub;-><init>()V
50990 Landroid/speech/IRecognitionListener$Stub;->asInterface(Landroid/os/IBinder;)Landroid/speech/IRecog…
50995 Landroid/speech/IRecognitionListener$Stub;->TRANSACTION_onError:I
50996 Landroid/speech/IRecognitionListener$Stub;->TRANSACTION_onEvent:I
51001 Landroid/speech/IRecognitionListener;->onBeginningOfSpeech()V
51002 Landroid/speech/IRecognitionListener;->onBufferReceived([B)V
51003 Landroid/speech/IRecognitionListener;->onEndOfSpeech()V
51004 Landroid/speech/IRecognitionListener;->onError(I)V
[all …]