Searched defs:msgsz (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_messageQueueLib.c134 * \param[in] msgsz The message size.
139 int phDal4Nfc_msgsnd (intptr_t msqid, void * msgp, size_t msgsz, int msgflg) argument
145 if ((msqid == 0) || (msgp == NULL) || (msgsz == 0))
148 if (msgsz != sizeof(phLibNfc_Message_t))
185 * \param[in] msgsz The message size.
190 int phDal4Nfc_msgrcv (intptr_t msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg) argument
198 if (msgsz != sizeof(phLibNfc_Message_t))

Completed in 85 milliseconds