Home
last modified time | relevance | path

Searched defs:setBufferLengthMillis (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothA2dp.aidl90 boolean setBufferLengthMillis(int codec, int size, in AttributionSource attributionSource); in setBufferLengthMillis() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java901 public boolean setBufferLengthMillis(int codec, int value) { in setBufferLengthMillis() method in A2dpService
1482 public boolean setBufferLengthMillis(int codec, int value, AttributionSource source) { in setBufferLengthMillis() method in A2dpService.BluetoothA2dpBinder
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java1025 public boolean setBufferLengthMillis(@BluetoothCodecConfig.SourceCodecType int codec, in setBufferLengthMillis() method in BluetoothA2dp
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java565 boolean setBufferLengthMillis(int codec, int value) { in setBufferLengthMillis() method in AdapterProperties
H A DAdapterService.java3863 public boolean setBufferLengthMillis(int codec, int value) { in setBufferLengthMillis() method in AdapterService