HomeSort by relevance Sort by last modified time
    Searched full:bluetootha2dpsink (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java 34 *<p>BluetoothA2dpSink is a proxy object for controlling the Bluetooth A2DP Sink
36 * the BluetoothA2dpSink proxy object.
40 public final class BluetoothA2dpSink implements BluetoothProfile {
41 private static final String TAG = "BluetoothA2dpSink";
163 /*package*/ BluetoothA2dpSink(Context context, ServiceListener l) {
405 BluetoothA2dpSink.this);
BluetoothAudioConfig.java 25 * {@see BluetoothA2dpSink}
BluetoothAdapter.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 31 import android.bluetooth.BluetoothA2dpSink;
478 broadcastAudioState(mCurrentDevice, BluetoothA2dpSink.STATE_NOT_PLAYING,
479 BluetoothA2dpSink.STATE_PLAYING);
581 broadcastAudioState(device, BluetoothA2dpSink.STATE_PLAYING,
582 BluetoothA2dpSink.STATE_NOT_PLAYING);
586 broadcastAudioState(device, BluetoothA2dpSink.STATE_NOT_PLAYING,
587 BluetoothA2dpSink.STATE_PLAYING);
696 Intent intent = new Intent(BluetoothA2dpSink.ACTION_PLAYING_STATE_CHANGED);
707 Intent intent = new Intent(BluetoothA2dpSink.ACTION_AUDIO_CONFIG_CHANGED);
709 intent.putExtra(BluetoothA2dpSink.EXTRA_AUDIO_CONFIG, audioConfig)
    [all...]

Completed in 86 milliseconds