Home
last modified time | relevance | path

Searched defs:codecIndex (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_aac_param_ctrl.h34 … A2dpCodecConfigAacBase(A2dpCodecIndex codecIndex, A2dpCodecPriority codecPriority, bool isSource) in A2dpCodecConfigAacBase()
H A Da2dp_sbc_param_ctrl.h33 … A2dpCodecConfigSbcBase(A2dpCodecIndex codecIndex, A2dpCodecPriority codecPriority, bool isSource) in A2dpCodecConfigSbcBase()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_factory.cpp57 auto codecIndex = static_cast<A2dpCodecIndex>(i); in Initialize() local
102 A2dpCodecIndex codecIndex = GetSourceCodecIndex(codeInfo); in FindSourceCodec() local
119 A2dpCodecIndex codecIndex = GetSinkCodecIndex(codeInfo); in FindSinkCodec() local
H A Da2dp_codec_config.cpp28 …A2dpCodecCapability &codecConfig, const A2dpCodecIndex codecIndex, const A2dpCodecPriority codecPr… in InitCodecConfig()
190 A2dpCodecConfig *A2dpCodecConfig::CreateCodec(A2dpCodecIndex codecIndex, A2dpCodecPriority codecPri… in CreateCodec()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_ctrl.c1139 AvdtStreamCtrl *AvdtStreamCtrlAllocate(AvdtSigCtrl *sigCtrl, uint16_t codecIndex) in AvdtStreamCtrlAllocate()
1589 uint16_t AvdtCheckSepExited(uint16_t codecIndex) in AvdtCheckSepExited()
1639 AvdtStreamConfig *AvdtGetSepConfigByCodecIndex(uint16_t codecIndex) in AvdtGetSepConfigByCodecIndex()
1662 uint16_t AvdtCheckSepIsUsed(AvdtSigCtrl *sigCtrl, uint16_t codecIndex) in AvdtCheckSepIsUsed()
H A Davdtp_api.c92 uint16_t AVDT_CreateStream(const BtAddr *bdAddr, uint16_t *handle, uint16_t codecIndex) in AVDT_CreateStream()
128 uint16_t AvdtCreateStream(const BtAddr *bdAddr, uint16_t *handle, uint16_t codecIndex) in AvdtCreateStream()
H A Davdtp_api.h30 uint16_t codecIndex; member
H A Davdtp_int.h376 uint16_t codecIndex; /* index of local sep */ member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_def.h86 A2dpCodecIndex codecIndex; member
H A Da2dp_avdtp.cpp43 uint16_t A2dpAvdtp::CreateStream(const BtAddr &addr, const uint8_t codecIndex, uint16_t &handle) in CreateStream()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h345 uint16_t codecIndex; // The handle to the a2dp stream control entry member