Searched refs:a2dpMsg (Results 1 – 5 of 5) sorted by relevance
324 msg.a2dpMsg.stream.addr = bdAddr; in ParseAvdtpDisconnectInd()357 msg.a2dpMsg.configRsp.role = role; in ParseAvdtpConfigureInd()391 msg.a2dpMsg.msg = data; in ParseAvdtpReconfigureInd()440 msg.a2dpMsg.stream.addr = bdAddr; in ParseAvdtpOpenInd()460 msg.a2dpMsg.stream.addr = bdAddr; in ParseAvdtpCloseInd()487 msg.a2dpMsg.stream.addr = bdAddr; in ParseAvdtpCloseChannelInd()501 msg.a2dpMsg.stream.addr = bdAddr; in ParseAvdtpStartInd()519 msg.a2dpMsg.stream.addr = bdAddr; in ParseAvdtpSuspendInd()582 msg.a2dpMsg.stream.addr = bdAddr; in ParseAvdtpDisconnectCFM()604 msg.a2dpMsg.stream.addr = bdAddr; in ParseAvdtpDiscoverCFM()[all …]
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()713 data.a2dpMsg.stream.handle = handle; in Start()767 data.a2dpMsg.stream.handle = handle; in Close()900 sizeof(data.a2dpMsg.configStream.cfg.codecInfo)); in Reconfigure()901 data.a2dpMsg.configStream.cfg.mediaType = A2DP_MEDIA_TYPE_AUDIO; in Reconfigure()902 data.a2dpMsg.configStream.cfg.numCodec = A2DP_CODEC_SBC_INFO_LEN; in Reconfigure()903 data.a2dpMsg.configStream.cfg.pscMask = AVDT_PSC_MSK_CODEC; in Reconfigure()[all …]
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()
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()846 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch()1054 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch()
215 A2dpAvdtMsgData a2dpMsg; member