Searched refs:cbInfoList (Results 1 – 2 of 2) sorted by relevance
183 final LinkedList<AudioRecordingCallbackInfo> cbInfoList; in beginRecordingCallbackHandling()188 cbInfoList = new LinkedList<AudioRecordingCallbackInfo>( in beginRecordingCallbackHandling()194 for (AudioRecordingCallbackInfo cbi : cbInfoList) { in beginRecordingCallbackHandling()
4015 final LinkedList<StreamEventCbInfo> cbInfoList; in handleMessage() local4036 cbInfoList = new LinkedList<StreamEventCbInfo>(mStreamEventCbInfoList); in handleMessage()4041 for (StreamEventCbInfo cbi : cbInfoList) { in handleMessage()