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()
3397 final LinkedList<StreamEventCbInfo> cbInfoList; in handleMessage() local3418 cbInfoList = new LinkedList<StreamEventCbInfo>(mStreamEventCbInfoList); in handleMessage()3423 for (StreamEventCbInfo cbi : cbInfoList) { in handleMessage()