Home | History | Annotate | Download | only in a2dp

Lines Matching refs:BluetoothA2dp

31 import android.bluetooth.BluetoothA2dp;
601 broadcastAudioState(mCurrentDevice, BluetoothA2dp.STATE_NOT_PLAYING,
602 BluetoothA2dp.STATE_PLAYING);
715 mService.setAvrcpAudioState(BluetoothA2dp.STATE_PLAYING);
716 broadcastAudioState(device, BluetoothA2dp.STATE_PLAYING,
717 BluetoothA2dp.STATE_NOT_PLAYING);
724 mService.setAvrcpAudioState(BluetoothA2dp.STATE_NOT_PLAYING);
725 broadcastAudioState(device, BluetoothA2dp.STATE_NOT_PLAYING,
726 BluetoothA2dp.STATE_PLAYING);
805 Intent intent = new Intent(BluetoothA2dp.ACTION_CODEC_CONFIG_CHANGED);
922 Intent intent = new Intent(BluetoothA2dp.ACTION_PLAYING_STATE_CHANGED);
966 Intent intent = new Intent(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);