Searched refs:StreamEventCbInfo (Results 1 – 1 of 1) sorted by relevance
4094 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in registerStreamEventCallback()4101 mStreamEventCbInfoList.add(new StreamEventCbInfo(executor, eventCallback)); in registerStreamEventCallback()4118 StreamEventCbInfo seciToRemove = null; in unregisterStreamEventCallback()4119 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in unregisterStreamEventCallback()4136 private static class StreamEventCbInfo { class in AudioTrack4140 StreamEventCbInfo(Executor e, StreamEventCallback cb) { in StreamEventCbInfo() method in AudioTrack.StreamEventCbInfo4148 @NonNull private LinkedList<StreamEventCbInfo> mStreamEventCbInfoList =4149 new LinkedList<StreamEventCbInfo>();4193 final LinkedList<StreamEventCbInfo> cbInfoList; in handleMessage()4214 cbInfoList = new LinkedList<StreamEventCbInfo>(mStreamEventCbInfoList); in handleMessage()[all …]