Searched refs:ConfigureStream (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_def.h | 157 struct ConfigureStream { struct 202 ConfigureStream configStream;
|
H A D | a2dp_profile.h | 366 const ConfigureStream &GetConfigure() const; 623 ConfigureStream configureStream_ = {};
|
H A D | a2dp_profile_peer.h | 515 const ConfigureStream &GetConfigure() const; 704 ConfigureStream configureStream_ = {};
|
H A D | a2dp_profile_peer.cpp | 898 sizeof(ConfigureStream), &codecReconfig_, sizeof(ConfigureStream)); in UpdateConfigure() 938 const ConfigureStream &A2dpProfilePeer::GetConfigure() const in GetConfigure() 954 (void)memset_s(&configureStream_, sizeof(ConfigureStream), 0, sizeof(ConfigureStream)); in SetConfigure()
|
H A D | a2dp_avdtp.cpp | 654 (void)memcpy_s(&msg.a2dpMsg.configStream, sizeof(ConfigureStream), in ParseAvdtpGetCapabilityCFM() 655 (&peer->GetConfigure()), sizeof(ConfigureStream)); in ParseAvdtpGetCapabilityCFM() 699 … (void)memcpy_s(&msg.a2dpMsg.configStream, sizeof(ConfigureStream), (&peer->GetConfigure()), in ParseAvdtpGetALLCapCFM() 700 sizeof(ConfigureStream)); in ParseAvdtpGetALLCapCFM()
|
H A D | a2dp_profile.cpp | 572 const ConfigureStream &A2dpProfile::GetConfigure() const in GetConfigure() 585 (void)memset_s(&configureStream_, sizeof(ConfigureStream), 0, sizeof(ConfigureStream)); in SetConfigure()
|