Home
last modified time | relevance | path

Searched refs:getNativeCodecType (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecType.java129 public int getNativeCodecType() { in getNativeCodecType() method in BluetoothCodecType
DBluetoothCodecConfig.java398 codecType = mCodecType.getNativeCodecType(); in toString()
547 return mCodecType == null ? SOURCE_CODEC_TYPE_INVALID : mCodecType.getNativeCodecType(); in getCodecType()