Searched refs:pConnectMsg (Results 1 – 1 of 1) sorted by relevance
133 HTC_CONNECT_SERVICE_MSG *pConnectMsg; in HTCConnectService() local159 pConnectMsg = (HTC_CONNECT_SERVICE_MSG *)pSendPacket->pBuffer; in HTCConnectService()160 AR_DEBUG_ASSERT(pConnectMsg != NULL); in HTCConnectService()161 A_MEMZERO(pConnectMsg,sizeof(HTC_CONNECT_SERVICE_MSG)); in HTCConnectService()162 pConnectMsg->MessageID = HTC_MSG_CONNECT_SERVICE_ID; in HTCConnectService()163 pConnectMsg->ServiceID = pConnectReq->ServiceID; in HTCConnectService()164 pConnectMsg->ConnectionFlags = pConnectReq->ConnectionFlags; in HTCConnectService()169 memcpy((u8 *)pConnectMsg + sizeof(HTC_CONNECT_SERVICE_MSG), in HTCConnectService()172 pConnectMsg->ServiceMetaLength = pConnectReq->MetaDataLength; in HTCConnectService()177 (u8 *)pConnectMsg, in HTCConnectService()[all …]