HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothAudioConfig (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothAudioConfig.aidl 19 parcelable BluetoothAudioConfig;
BluetoothAudioConfig.java 29 public final class BluetoothAudioConfig implements Parcelable {
35 public BluetoothAudioConfig(int sampleRate, int channelConfig, int audioFormat) {
43 if (o instanceof BluetoothAudioConfig) {
44 BluetoothAudioConfig bac = (BluetoothAudioConfig)o;
67 public static final Parcelable.Creator<BluetoothAudioConfig> CREATOR =
68 new Parcelable.Creator<BluetoothAudioConfig>() {
69 public BluetoothAudioConfig createFromParcel(Parcel in) {
73 return new BluetoothAudioConfig(sampleRate, channelConfig, audioFormat);
75 public BluetoothAudioConfig[] newArray(int size)
    [all...]
IBluetoothA2dpSink.aidl 19 import android.bluetooth.BluetoothAudioConfig;
33 BluetoothAudioConfig getAudioConfig(in BluetoothDevice device);
BluetoothA2dpSink.java 120 * {@see BluetoothAudioConfig}
356 * {@see BluetoothAudioConfig}
358 public BluetoothAudioConfig getAudioConfig(BluetoothDevice device) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkService.java 19 import android.bluetooth.BluetoothAudioConfig;
146 BluetoothAudioConfig getAudioConfig(BluetoothDevice device) {
207 public BluetoothAudioConfig getAudioConfig(BluetoothDevice device) {
A2dpSinkStateMachine.java 33 import android.bluetooth.BluetoothAudioConfig;
110 private final HashMap<BluetoothDevice,BluetoothAudioConfig> mAudioConfigs
111 = new HashMap<BluetoothDevice,BluetoothAudioConfig>();
596 private void processAudioConfigEvent(BluetoothAudioConfig audioConfig, BluetoothDevice device) {
633 BluetoothAudioConfig getAudioConfig(BluetoothDevice device) {
706 private void broadcastAudioConfig(BluetoothDevice device, BluetoothAudioConfig audioConfig) {
    [all...]

Completed in 464 milliseconds