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