Searched refs:a2dpMsg (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_avdtp.cpp | 292 (void)memcpy_s(&msg->a2dpMsg.msg, sizeof(AvdtCtrlData), data, sizeof(AvdtCtrlData)); in ProcAvdtpEvent() 324 msg.a2dpMsg.stream.addr = bdAddr; in ParseAvdtpDisconnectInd() 325 msg.a2dpMsg.stream.handle = handle; in ParseAvdtpDisconnectInd() 353 msg.a2dpMsg.configRsp.addr = bdAddr; in ParseAvdtpConfigureInd() 354 msg.a2dpMsg.configRsp.handle = static_cast<uint8_t>(handle); in ParseAvdtpConfigureInd() 355 msg.a2dpMsg.configRsp.label = data.configInd.hdr.label; in ParseAvdtpConfigureInd() 356 (void)memcpy_s(msg.a2dpMsg.configRsp.codecInfo, A2DP_CODEC_SIZE, data.configInd.cfg.codecInfo, A2DP_CODEC_SIZE); in ParseAvdtpConfigureInd() 357 msg.a2dpMsg.configRsp.role = role; in ParseAvdtpConfigureInd() 391 msg.a2dpMsg.msg = data; in ParseAvdtpReconfigureInd() 392 msg.a2dpMsg in ParseAvdtpReconfigureInd() [all...] |
H A D | a2dp_profile.cpp | 182 avdtpInstance.ParseAvdtpCallbackContent(msg->handle, addr, msg->event, msg->a2dpMsg.msg, role); in ProcessAvdtpCallback() 545 data.a2dpMsg.connectInfo.addr = peer->GetPeerAddress(); in Disable() 629 data.a2dpMsg.connectInfo.addr = addr; in ProcessSDPCallback() 652 data.a2dpMsg.connectInfo.addr = device; in Disconnect() 679 data.a2dpMsg.stream.handle = handle; in Stop() 714 data.a2dpMsg.stream.handle = handle; in Start() 769 data.a2dpMsg.stream.handle = handle; in Close() 901 (void)memcpy_s(data.a2dpMsg.configStream.cfg.codecInfo, A2DP_CODEC_SIZE, codecInfo, in Reconfigure() 902 sizeof(data.a2dpMsg.configStream.cfg.codecInfo)); in Reconfigure() 903 data.a2dpMsg in Reconfigure() [all...] |
H A D | a2dp_profile_peer.cpp | 635 msg.a2dpMsg.stream.addr = peerAddress_; in ProcessSignalingTimeoutCallback() 893 msgData.a2dpMsg.configStream.addr = peerAddress_; in UpdateConfigure() 894 msgData.a2dpMsg.configStream.intSeid = GetIntSeid(); in UpdateConfigure() 895 msgData.a2dpMsg.configStream.acpSeid = GetAcpSeid(); in UpdateConfigure() 897 (void)memcpy_s(&msgData.a2dpMsg.configStream.cfg, in UpdateConfigure() 1137 msgData.a2dpMsg.stream.handle = GetIntSeid(); in Reconfigure() 1159 msgData.a2dpMsg.configStream.intSeid = GetIntSeid(); in Reconfigure() 1160 msgData.a2dpMsg.configStream.cfg = codecReconfig_; in Reconfigure() 1167 msgData.a2dpMsg.stream.handle = GetIntSeid(); in Reconfigure()
|
H A D | a2dp_def.h | 215 A2dpAvdtMsgData a2dpMsg; member
|
H A D | a2dp_state_machine.cpp | 44 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() 271 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() 456 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() 578 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() 916 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() 1192 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch()
|
Completed in 10 milliseconds