Searched refs:lastCodecInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/ |
H A D | a2dp_codec_config.cpp | 147 bool IsConfigChanged(const uint8_t (&lastCodecInfo)[A2DP_CODEC_SIZE], const uint8_t *newCodecInfo) in IsConfigChanged() 149 A2dpCodecType lastType = GetCodecType(lastCodecInfo); in IsConfigChanged() 156 return IsSbcConfigChanged(lastCodecInfo, newCodecInfo); in IsConfigChanged() 158 return IsAacConfigChanged(lastCodecInfo, newCodecInfo); in IsConfigChanged()
|
H A D | a2dp_aac_param_ctrl.cpp | 929 bool IsAacConfigChanged(const uint8_t *lastCodecInfo, const uint8_t *newCodecInfo) in IsAacConfigChanged() argument 934 if (ParseInfoAac(&lastInfo, lastCodecInfo) != A2DP_SUCCESS) { in IsAacConfigChanged()
|
H A D | a2dp_sbc_param_ctrl.cpp | 920 bool IsSbcConfigChanged(const uint8_t *lastCodecInfo, const uint8_t *newCodecInfo) in IsSbcConfigChanged() argument 925 if (ParseInfoSbc(&lastInfo, lastCodecInfo) != A2DP_SUCCESS) { in IsSbcConfigChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/ |
H A D | a2dp_aac_param_ctrl.h | 99 bool IsAacConfigChanged(const uint8_t *lastCodecInfo, const uint8_t *newCodecInfo);
|
H A D | a2dp_sbc_param_ctrl.h | 98 bool IsSbcConfigChanged(const uint8_t *lastCodecInfo, const uint8_t *newCodecInfo);
|
H A D | a2dp_codec_config.h | 207 bool IsConfigChanged(const uint8_t (&lastCodecInfo)[A2DP_CODEC_SIZE], const uint8_t *newCodecInfo);
|