Searched refs:StreamEventCbInfo (Results 1 – 1 of 1) sorted by relevance
3305 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in registerStreamEventCallback()3312 mStreamEventCbInfoList.add(new StreamEventCbInfo(executor, eventCallback)); in registerStreamEventCallback()3329 StreamEventCbInfo seciToRemove = null; in unregisterStreamEventCallback()3330 for (StreamEventCbInfo seci : mStreamEventCbInfoList) { in unregisterStreamEventCallback()3347 private static class StreamEventCbInfo { class in AudioTrack3351 StreamEventCbInfo(Executor e, StreamEventCallback cb) { in StreamEventCbInfo() method in AudioTrack.StreamEventCbInfo3359 @NonNull private LinkedList<StreamEventCbInfo> mStreamEventCbInfoList =3360 new LinkedList<StreamEventCbInfo>();3404 final LinkedList<StreamEventCbInfo> cbInfoList; in handleMessage()3425 cbInfoList = new LinkedList<StreamEventCbInfo>(mStreamEventCbInfoList); in handleMessage()[all …]