Lines Matching refs:mBoxId
223 void GetMsgIdList( NWC24MsgBoxId mBoxId ) in GetMsgIdList() argument
227 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in GetMsgIdList()
229 err = NWC24GetNumMsgs( mBoxId, &g_numMsgs[mbType] ); in GetMsgIdList()
240 err = NWC24GetMsgIdList( mBoxId, g_idListBuf[mbType], g_numMsgs[mbType] ); in GetMsgIdList()
253 void ReleaseMsgIdList( NWC24MsgBoxId mBoxId ) in ReleaseMsgIdList() argument
255 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in ReleaseMsgIdList()
276 BOOL ReadSubject( char* buf, u32 size, NWC24MsgBoxId mBoxId, u32 msgId ) in ReadSubject() argument
284 err = NWC24GetMsgObj( &msgObj, mBoxId, msgId ); in ReadSubject()
330 void GetListedSubjects( NWC24MsgBoxId mBoxId ) in GetListedSubjects() argument
333 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in GetListedSubjects()
348 (void)ReadSubject( g_subjectBuf[mbType][i], LEN_SUBJECT_DISP-1, mBoxId, in GetListedSubjects()
362 void ReleaseListedSubjects( NWC24MsgBoxId mBoxId ) in ReleaseListedSubjects() argument
365 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in ReleaseListedSubjects()