Home
last modified time | relevance | path

Searched refs:setBufferLengthMillis (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java901 public boolean setBufferLengthMillis(int codec, int value) { in setBufferLengthMillis() method in A2dpService
904 return mAdapterService.setBufferLengthMillis(codec, value); in setBufferLengthMillis()
1482 public boolean setBufferLengthMillis(int codec, int value, AttributionSource source) { in setBufferLengthMillis() method in A2dpService.BluetoothA2dpBinder
1487 return service.setBufferLengthMillis(codec, value); in setBufferLengthMillis()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java565 boolean setBufferLengthMillis(int codec, int value) { in setBufferLengthMillis() method in AdapterProperties
DAdapterService.java3833 public boolean setBufferLengthMillis(int codec, int value) { in setBufferLengthMillis() method in AdapterService
3834 return mAdapterProperties.setBufferLengthMillis(codec, value); in setBufferLengthMillis()