Searched defs:setCodecConfigPreference (Results 1 - 2 of 2) sorted by path

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java292 public void setCodecConfigPreference(BluetoothCodecConfig codecConfig) { method in class:A2dpService
294 if (DBG) Log.d(TAG, "setCodecConfigPreference(): " + Objects.toString(codecConfig));
295 mStateMachine.setCodecConfigPreference(codecConfig);
445 public void setCodecConfigPreference(BluetoothCodecConfig codecConfig) { method in class:A2dpService.BluetoothA2dpBinder
448 service.setCodecConfigPreference(codecConfig);
H A DA2dpStateMachine.java829 void setCodecConfigPreference(BluetoothCodecConfig codecConfig) { method in class:A2dpStateMachine

Completed in 2101 milliseconds