Searched refs:createFromType (Results 1 – 4 of 4) sorted by relevance
109 BluetoothCodecType.createFromType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC); in setup()111 BluetoothCodecType.createFromType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC); in setup()113 BluetoothCodecType.createFromType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX); in setup()115 BluetoothCodecType.createFromType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC); in setup()117 BluetoothCodecType.createFromType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_OPUS); in setup()
258 BluetoothCodecType.createFromType(codecType), in BluetoothCodecConfig()318 BluetoothCodecType.createFromType(codecType), in BluetoothCodecConfig()330 mCodecType = BluetoothCodecType.createFromType(in.readInt()); in BluetoothCodecConfig()852 mCodecType = BluetoothCodecType.createFromType(codecType); in setCodecType()
165 public static @Nullable BluetoothCodecType createFromType( in createFromType() method in BluetoothCodecType
166 …c_extensibility") @Nullable public static android.bluetooth.BluetoothCodecType createFromType(int);