Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecType.java35 private final int mNativeCodecType; field in BluetoothCodecType
40 mNativeCodecType = in.readInt(); in BluetoothCodecType()
70 mNativeCodecType = codecType; in BluetoothCodecType()
85 mNativeCodecType = codecType; in BluetoothCodecType()
93 return mNativeCodecType == BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC; in isMandatoryCodec()
120 return mNativeCodecType; in getNativeCodecType()
151 dest.writeInt(mNativeCodecType); in writeToParcel()