Home
last modified time | relevance | path

Searched defs:codecId (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecType.java69 private BluetoothCodecType(@BluetoothCodecConfig.SourceCodecType int codecType, long codecId) { in BluetoothCodecType()
84 public BluetoothCodecType(int codecType, long codecId, @NonNull String codecName) { in BluetoothCodecType()
167 long codecId = in createFromType() local
DBluetoothLeBroadcastSubgroup.java43 long codecId, in BluetoothLeBroadcastSubgroup()
248 public @NonNull Builder setCodecId(long codecId) { in setCodecId()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h78 uint64_t codecId() const { return codec_id_; } in codecId() function
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBaseData.java67 public byte[] codecId = new byte[5]; field in BaseData.BaseInformation
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_aptx.cc43 uint16_t codecId; /* Codec ID for aptX */ member
Da2dp_vendor_aptx_hd.cc44 uint16_t codecId; /* Codec ID for aptX-HD */ member
Da2dp_vendor_ldac.cc45 uint16_t codecId; /* Codec ID for LDAC */ member
Da2dp_vendor_opus.cc43 uint16_t codecId; /* Codec ID for Opus */ member
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info_unittest.cc127 void CreateTestA2dpCodecInfo(CodecInfo& codecInfo, CodecId codecId, in CreateTestA2dpCodecInfo()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h1065 types::LeAudioCodecId codecId = {0, 0, 0}; member