Searched refs:msgflg (Results 1 – 4 of 4) sorted by relevance
/hardware/nxp/nfc/snxxx/halimpl/tml/ |
D | phDal4Nfc_messageQueueLib.h | 27 intptr_t phDal4Nfc_msgget(key_t key, int msgflg); 30 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t* msg, int msgflg); 32 int msgflg);
|
D | phDal4Nfc_messageQueueLib.cc | 54 intptr_t phDal4Nfc_msgget(key_t key, int msgflg) { in phDal4Nfc_msgget() argument 57 UNUSED_PROP(msgflg); in phDal4Nfc_msgget() 161 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t* msg, int msgflg) { in phDal4Nfc_msgsnd() argument 165 UNUSED_PROP(msgflg); in phDal4Nfc_msgsnd() 212 int msgflg) { in phDal4Nfc_msgrcv() argument 215 UNUSED_PROP(msgflg); in phDal4Nfc_msgrcv()
|
/hardware/nxp/nfc/pn8x/halimpl/tml/ |
D | phDal4Nfc_messageQueueLib.h | 27 intptr_t phDal4Nfc_msgget(key_t key, int msgflg); 30 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t* msg, int msgflg); 32 int msgflg);
|
D | phDal4Nfc_messageQueueLib.cc | 54 intptr_t phDal4Nfc_msgget(key_t key, int msgflg) { in phDal4Nfc_msgget() argument 57 UNUSED(msgflg); in phDal4Nfc_msgget() 161 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t* msg, int msgflg) { in phDal4Nfc_msgsnd() argument 165 UNUSED(msgflg); in phDal4Nfc_msgsnd() 212 int msgflg) { in phDal4Nfc_msgrcv() argument 215 UNUSED(msgflg); in phDal4Nfc_msgrcv()
|