Searched refs:StreamEventCbInfo (Results 1 – 1 of 1) sorted by relevance
3916 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in registerStreamEventCallback()3923 mStreamEventCbInfoList.add(new StreamEventCbInfo(executor, eventCallback)); in registerStreamEventCallback()3940 StreamEventCbInfo seciToRemove = null; in unregisterStreamEventCallback()3941 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in unregisterStreamEventCallback()3958 private static class StreamEventCbInfo { class in AudioTrack3962 StreamEventCbInfo(Executor e, StreamEventCallback cb) { in StreamEventCbInfo() method in AudioTrack.StreamEventCbInfo3970 @NonNull private LinkedList<StreamEventCbInfo> mStreamEventCbInfoList =3971 new LinkedList<StreamEventCbInfo>();4015 final LinkedList<StreamEventCbInfo> cbInfoList; in handleMessage()4036 cbInfoList = new LinkedList<StreamEventCbInfo>(mStreamEventCbInfoList); in handleMessage()[all …]