Home
last modified time | relevance | path

Searched refs:mBlockingStub (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/service/
DAudioTestHarnessImplTests.java81 private AudioTestHarnessGrpc.AudioTestHarnessBlockingStub mBlockingStub; field in AudioTestHarnessImplTests
105 mBlockingStub = AudioTestHarnessGrpc.newBlockingStub(channel); in setUp()
126 mBlockingStub.capture(AudioTestHarnessService.CaptureRequest.getDefaultInstance()); in capture_properlyAllocatesDefaultCapturer()
134 mBlockingStub.capture(AudioTestHarnessService.CaptureRequest.getDefaultInstance()); in capture_properlyCreatesCaptureSession()
189 mBlockingStub.capture(AudioTestHarnessService.CaptureRequest.getDefaultInstance()); in capture_properlyStartsCaptureSession()
204 mBlockingStub in capture_throwsProperStatusException_failureToOpenCapturer()
220 mBlockingStub in capture_throwsProperStatusException_failureToStartCapturer()