Home | History | Annotate | Download | only in libril

Lines Matching defs:msgId

68     MsgHeader* createMsgHeader(MsgId msgId, int32_t token);
72 void sendFailedResponse(MsgId msgId, int32_t token, int numPointers, ...);
94 MsgHeader* SapImpl::createMsgHeader(MsgId msgId, int32_t token) {
102 msg->id = msgId;
131 void SapImpl::sendFailedResponse(MsgId msgId, int32_t token, int numPointers, ...) {
140 switch(msgId) {
533 void *sapDecodeMessage(MsgId msgId, MsgType msgType, uint8_t *payloadPtr, size_t payloadLen) {
541 switch (msgId)
765 MsgId msgId = rsp->id;
769 void *messagePtr = sapDecodeMessage(msgId, msgType, data, dataLen);
773 RLOGE("processResponse: sapCallback == NULL; msgId = %d; msgType = %d",
774 msgId, msgType);
779 RLOGE("processResponse: *messagePtr == NULL; msgId = %d; msgType = %d",
780 msgId, msgType);
781 sapImpl->sendFailedResponse(msgId, rsp->token, 0);
785 RLOGD("processResponse: sapCallback != NULL; msgId = %d; msgType = %d",
786 msgId, msgType);
789 switch (msgId) {