Searched refs:createWithDefaultAudioFormat (Results 1 – 3 of 3) sorted by relevance
69 default AudioCapturer createWithDefaultAudioFormat(AudioDevice device) throws IOException { in createWithDefaultAudioFormat() method
109 when(mAudioSystemService.createWithDefaultAudioFormat(any())).thenReturn(mAudioCapturer); in setUp()128 .createWithDefaultAudioFormat( in capture_properlyAllocatesDefaultCapturer()195 when(mAudioSystemService.createWithDefaultAudioFormat(any())) in capture_throwsProperStatusException_failureToOpenCapturer()
82 capturer = mAudioSystemService.createWithDefaultAudioFormat(captureDevice); in capture()