Home
last modified time | relevance | path

Searched refs:onRmsChanged (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java47 void onRmsChanged(float rmsdB); in onRmsChanged() method
H A DIRecognitionListener.aidl45 void onRmsChanged(in float rmsdB); in onRmsChanged() method
H A DSpeechRecognizer.java1068 mInternalListener.onRmsChanged((Float) msg.obj);
1114 public void onRmsChanged(final float rmsdB) { in onRmsChanged() method in SpeechRecognizer.InternalRecognitionListener
H A DRecognitionService.java638 mListener.onRmsChanged(rmsdB); in rmsChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DRemoteSpeechRecognitionService.java376 public void onRmsChanged(float rmsdB) throws RemoteException { in onRmsChanged() method in RemoteSpeechRecognitionService.DelegatingListener
377 mRemoteListener.onRmsChanged(rmsdB); in onRmsChanged()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50988 Landroid/speech/IRecognitionListener$Stub$Proxy;->onRmsChanged(F)V
51008 Landroid/speech/IRecognitionListener;->onRmsChanged(F)V
51071 Landroid/speech/SpeechRecognizer$InternalListener;->onRmsChanged(F)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41546 method public void onRmsChanged(float);