Searched refs:noticeType (Results 1 – 1 of 1) sorted by relevance
3782 int noticeType; in handleMessage() local3785 noticeType = parcel.readInt(); in handleMessage()3796 .onRtpRxNotice(mMediaPlayer, noticeType, data)); in handleMessage()4354 void onRtpRxNotice(@NonNull MediaPlayer mp, int noticeType, @NonNull int[] params); in onRtpRxNotice() argument