Searched refs:StreamEventCbInfo (Results 1 – 1 of 1) sorted by relevance
3759 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in registerStreamEventCallback()3766 mStreamEventCbInfoList.add(new StreamEventCbInfo(executor, eventCallback)); in registerStreamEventCallback()3783 StreamEventCbInfo seciToRemove = null; in unregisterStreamEventCallback()3784 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in unregisterStreamEventCallback()3801 private static class StreamEventCbInfo { class in AudioTrack3805 StreamEventCbInfo(Executor e, StreamEventCallback cb) { in StreamEventCbInfo() method in AudioTrack.StreamEventCbInfo3813 @NonNull private LinkedList<StreamEventCbInfo> mStreamEventCbInfoList =3814 new LinkedList<StreamEventCbInfo>();3858 final LinkedList<StreamEventCbInfo> cbInfoList; in handleMessage()3879 cbInfoList = new LinkedList<StreamEventCbInfo>(mStreamEventCbInfoList); in handleMessage()[all …]