Searched defs:notifyRtpReceptionStats (Results 1 – 7 of 7) sorted by relevance
207 public void notifyRtpReceptionStats(final RtpReceptionStats stats) { in notifyRtpReceptionStats() method in AudioSessionCallback.CallbackBinder327 public void notifyRtpReceptionStats(RtpReceptionStats stats) { in notifyRtpReceptionStats() method in AudioSessionCallback
44 void notifyRtpReceptionStats(in RtpReceptionStats stats); in notifyRtpReceptionStats() method
45 oneway void notifyRtpReceptionStats(in android.hardware.radio.ims.media.RtpReceptionStats stats); in notifyRtpReceptionStats() method
52 ndk::ScopedAStatus ImsMediaSessionListener::notifyRtpReceptionStats( in notifyRtpReceptionStats() function in ImsMediaSessionListener
117 void notifyRtpReceptionStats(in RtpReceptionStats stats); in notifyRtpReceptionStats() method
824 public void notifyRtpReceptionStats(final RtpReceptionStats stats) { in notifyRtpReceptionStats() method in MainActivity.RtpAudioSessionCallback