Searched refs:mPan (Results 1 – 5 of 5) sorted by relevance
329 mPan = (BluetoothPan) proxy;349 mPan = null;366 private BluetoothPan mPan = null; field in BluetoothTestUtils696 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in enablePan()697 assertNotNull(mPan); in enablePan()700 mPan.setBluetoothTethering(true); in enablePan()702 assertTrue(mPan.isTetheringOn()); in enablePan()714 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disablePan()715 assertNotNull(mPan); in disablePan()718 mPan.setBluetoothTethering(false); in disablePan()[all …]
83 setupVolume(mPlayer, mAudioParams.mVolume, mAudioParams.mPan); in run()
233 setupVolume(audioTrack, mAudioParams.mVolume, mAudioParams.mPan); in createStreamingAudioTrack()
712 public final float mPan; field in TextToSpeechService.AudioOutputParams725 mPan = Engine.DEFAULT_PAN; in AudioOutputParams()733 mPan = pan; in AudioOutputParams()
69949 Landroid/speech/tts/TextToSpeechService$AudioOutputParams;->mPan:F