Searched refs:StreamEventCbInfo (Results 1 – 1 of 1) sorted by relevance
4095 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in registerStreamEventCallback()4102 mStreamEventCbInfoList.add(new StreamEventCbInfo(executor, eventCallback)); in registerStreamEventCallback()4119 StreamEventCbInfo seciToRemove = null; in unregisterStreamEventCallback()4120 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in unregisterStreamEventCallback()4137 private static class StreamEventCbInfo { class in AudioTrack4141 StreamEventCbInfo(Executor e, StreamEventCallback cb) { in StreamEventCbInfo() method in AudioTrack.StreamEventCbInfo4149 @NonNull private LinkedList<StreamEventCbInfo> mStreamEventCbInfoList =4150 new LinkedList<StreamEventCbInfo>();4194 final LinkedList<StreamEventCbInfo> cbInfoList; in handleMessage()4215 cbInfoList = new LinkedList<StreamEventCbInfo>(mStreamEventCbInfoList); in handleMessage()[all …]