Home
last modified time | relevance | path

Searched refs:getBufferConstraints (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothA2dp.aidl88 BufferConstraints getBufferConstraints(in AttributionSource attributionSource); in getBufferConstraints() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java887 public BufferConstraints getBufferConstraints() { in getBufferConstraints() method in A2dpService
890 return mAdapterService.getBufferConstraints(); in getBufferConstraints()
1473 public BufferConstraints getBufferConstraints(AttributionSource source) { in getBufferConstraints() method in A2dpService.BluetoothA2dpBinder
1478 return service.getBufferConstraints(); in getBufferConstraints()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java995 public @Nullable BufferConstraints getBufferConstraints() { in getBufferConstraints() method in BluetoothA2dp
1000 return service.getBufferConstraints(mAttributionSource); in getBufferConstraints()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java555 BufferConstraints getBufferConstraints() { in getBufferConstraints() method in AdapterProperties
H A DAdapterService.java3852 public BufferConstraints getBufferConstraints() { in getBufferConstraints() method in AdapterService
3853 return mAdapterProperties.getBufferConstraints(); in getBufferConstraints()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt1920 …ermission.BLUETOOTH_PRIVILEGED}) public android.bluetooth.BufferConstraints getBufferConstraints();