Searched refs:A2dpAvdtMsg (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_avdtp.h | 312 A2dpAvdtMsg *ParseAvdtpCallbackContent(const uint16_t handle, const BtAddr bdAddr, 336 const uint16_t handle, const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg); 349 const AvdtCtrlData &data, const uint8_t role, A2dpAvdtMsg &msg); 362 const AvdtCtrlData &data, const uint8_t role, A2dpAvdtMsg &msg); 374 const uint16_t handle, const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg); 387 const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data); 398 const BtAddr bdAddr, const uint16_t handle, const uint8_t role, A2dpAvdtMsg &msg); 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 [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() 331 const uint16_t handle, const BtAddr bdAddr, const AvdtCtrlData &data, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpConfigureInd() 373 const uint16_t handle, const BtAddr bdAddr, const AvdtCtrlData &data, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpReconfigureInd() 424 const uint16_t handle, const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpOpenInd() 447 const uint16_t handle, const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpCloseInd() 473 const BtAddr bdAddr, const uint16_t handle, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpCloseChannelInd() 493 const uint16_t handle, const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpStartInd() 515 const uint16_t handle, const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg in ParseAvdtpSuspendInd() [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() 916 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() 917 uint8_t role = (static_cast<A2dpAvdtMsg*>(ms 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() 711 A2dpAvdtMsg data = {}; in Start() 766 A2dpAvdtMsg data = {}; in Close() 891 A2dpAvdtMsg dat in Reconfigure() [all...] |
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() 1057 A2dpAvdtMsg data = {}; in ProcessEvent() 1079 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()
|
Completed in 12 milliseconds