Searched refs:onRmsChanged (Results 1 – 9 of 9) sorted by relevance
47 void onRmsChanged(float rmsdB); in onRmsChanged() method
45 void onRmsChanged(in float rmsdB); in onRmsChanged() method
623 mInternalListener.onRmsChanged((Float) msg.obj);669 public void onRmsChanged(final float rmsdB) { in onRmsChanged() method in SpeechRecognizerImpl.InternalRecognitionListener
645 mListener.onRmsChanged(rmsdB); in rmsChanged()
387 public void onRmsChanged(float rmsdB) throws RemoteException { in onRmsChanged() method in RemoteSpeechRecognitionService.DelegatingListener388 mRemoteListener.onRmsChanged(rmsdB); in onRmsChanged()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
50345 Landroid/speech/IRecognitionListener$Stub$Proxy;->onRmsChanged(F)V50365 Landroid/speech/IRecognitionListener;->onRmsChanged(F)V50428 Landroid/speech/SpeechRecognizer$InternalListener;->onRmsChanged(F)V
27255 method public abstract void onRmsChanged(float);
41835 method public void onRmsChanged(float);