Searched refs:StreamEventCbInfo (Results 1 – 1 of 1) sorted by relevance
3298 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in registerStreamEventCallback()3305 mStreamEventCbInfoList.add(new StreamEventCbInfo(executor, eventCallback)); in registerStreamEventCallback()3322 StreamEventCbInfo seciToRemove = null; in unregisterStreamEventCallback()3323 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in unregisterStreamEventCallback()3340 private static class StreamEventCbInfo { class in AudioTrack3344 StreamEventCbInfo(Executor e, StreamEventCallback cb) { in StreamEventCbInfo() method in AudioTrack.StreamEventCbInfo3352 @NonNull private LinkedList<StreamEventCbInfo> mStreamEventCbInfoList =3353 new LinkedList<StreamEventCbInfo>();3397 final LinkedList<StreamEventCbInfo> cbInfoList; in handleMessage()3418 cbInfoList = new LinkedList<StreamEventCbInfo>(mStreamEventCbInfoList); in handleMessage()[all …]