Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_aac_param_ctrl.h35 : A2dpCodecConfig(codecIndex, codecPriority), isSource_(isSource) in A2dpCodecConfigAacBase()
76 bool isSource_; // True if local is Source variable
H A Da2dp_sbc_param_ctrl.h34 : A2dpCodecConfig(codecIndex, codecPriority), isSource_(isSource) in A2dpCodecConfigSbcBase()
75 bool isSource_; // True if local is Source variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_aac_param_ctrl.cpp624 … const A2dpAACCapability *a2dpAacCaps = (isSource_) ? &A2DP_AAC_SOURCE_CAPS : &A2DP_AAC_SINK_CAPS; in SetCodecConfig()
708 … const A2dpAACCapability *a2dpAacCaps = (isSource_) ? &A2DP_AAC_SOURCE_CAPS : &A2DP_AAC_SINK_CAPS; in SetPeerCodecCapabilities()
H A Da2dp_sbc_param_ctrl.cpp657 … const A2dpSBCCapability *a2dpSbcCaps = (isSource_) ? &A2DP_SBC_SOURCE_CAPS : &A2DP_SBC_SINK_CAPS; in SetCodecConfig()
751 … const A2dpSBCCapability *a2dpSbcCaps = (isSource_) ? &A2DP_SBC_SOURCE_CAPS : &A2DP_SBC_SINK_CAPS; in SetPeerCodecCapabilities()