Lines Matching refs:stereo
161 bool stereo = false; in TEST_F() local
164 int mode = AudioHardware::EModeVoice | (stereo ? 0x80000000 : 0); in TEST_F()
187 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat)); in TEST_F()
194 bool stereo = false; in TEST_F() local
197 int mode = AudioHardware::EModeVoice | (stereo ? 0x80000000 : 0); in TEST_F()
231 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat)); in TEST_F()
241 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat)); in TEST_F()
251 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat)); in TEST_F()
256 bool stereo = false; in TEST_F() local
259 int mode = AudioHardware::EModeVoice | (stereo ? 0x80000000 : 0); in TEST_F()
297 ASSERT_TRUE(mRemoteAudio->startRecording(stereo, samplingF, mode, volume, buffer)); in TEST_F()
303 ASSERT_TRUE(mRemoteAudio->startRecording(stereo, samplingF, mode, volume, buffer)); in TEST_F()