Searched refs:A2dpAvdtMsg (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_avdtp.h | 349 const AvdtCtrlData &data, const uint8_t role, A2dpAvdtMsg &msg); 362 const AvdtCtrlData &data, const uint8_t role, A2dpAvdtMsg &msg); 387 const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data); 411 const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data); 424 const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data); 434 const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data); 444 A2dpAvdtMsg &msg, const AvdtCtrlData &data); 479 const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data); 492 const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data); 505 const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data); [all …]
|
H A D | a2dp_avdtp.cpp | 288 std::unique_ptr<A2dpAvdtMsg> msg = std::make_unique<A2dpAvdtMsg>(); in ProcAvdtpEvent() 309 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpDisconnectInd() 424 const uint16_t handle, const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpOpenInd() 473 const BtAddr bdAddr, const uint16_t handle, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpCloseChannelInd() 539 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpConnectCFM() 588 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpDiscoverCFM() 742 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpGetConfigureCFM() 888 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpAbortCFM() 907 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpWriteCFM() 923 A2dpAvdtMsg *A2dpAvdtp::ParseAvdtpCallbackContent(const uint16_t handle, const BtAddr bdAddr, in ParseAvdtpCallbackContent() [all …]
|
H A D | a2dp_state_machine.cpp | 44 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() 45 uint8_t role = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->role; in Dispatch() 271 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() 272 uint8_t role = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->role; in Dispatch() 456 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() 457 uint8_t role = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->role; in Dispatch() 578 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() 579 uint8_t role = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->role; in Dispatch() 846 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() 847 uint8_t role = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->role; in Dispatch() [all …]
|
H A D | a2dp_profile.cpp | 172 A2dpAvdtMsg *msg = static_cast<A2dpAvdtMsg*>(message.arg2_); in ProcessAvdtpCallback() 181 A2dpAvdtMsg *msgParsed = in ProcessAvdtpCallback() 531 A2dpAvdtMsg data = {}; in Disable() 625 A2dpAvdtMsg data = {}; in ProcessSDPCallback() 649 A2dpAvdtMsg data = {}; in Disconnect() 676 A2dpAvdtMsg data = {}; in Stop() 710 A2dpAvdtMsg data = {}; in Start() 764 A2dpAvdtMsg data = {}; in Close() 889 A2dpAvdtMsg data = {}; in Reconfigure()
|
H A D | a2dp_def.h | 211 struct A2dpAvdtMsg { struct
|
H A D | a2dp_service.cpp | 365 uint8_t role = (static_cast<A2dpAvdtMsg*>(message.arg2_))->role; in ProcessAvdtpCallback() 366 message.what_ = (static_cast<A2dpAvdtMsg*>(message.arg2_))->event; in ProcessAvdtpCallback() 1072 A2dpAvdtMsg data = {}; in ProcessEvent() 1094 delete static_cast<A2dpAvdtMsg*>(event.arg2_); in ProcessEvent()
|
H A D | a2dp_profile_peer.cpp | 631 A2dpAvdtMsg msg = {}; in ProcessSignalingTimeoutCallback() 892 A2dpAvdtMsg msgData = {}; in UpdateConfigure() 1131 A2dpAvdtMsg msgData = {}; in Reconfigure()
|