Searched refs:msg_q_id (Results 1 – 5 of 5) sorted by relevance
/packages/services/BuiltInPrintService/jni/lib/ |
D | wprint_msgq.c | 36 msg_q_id msgq_id; 49 msg_q_id msgQCreate(int max_msgs, int max_msg_length) { in msgQCreate() 58 msgq->msgq_id = (msg_q_id) msgq; in msgQCreate() 75 return ((msg_q_id) msgq); in msgQCreate() 78 status_t msgQDelete(msg_q_id msgQ) { in msgQDelete() 79 _msgq_hdr_t *msgq = (msg_q_id) msgQ; in msgQDelete() 95 status_t msgQSend(msg_q_id msgQ, const char *buffer, unsigned long nbytes, int timeout, in msgQSend() 97 _msgq_hdr_t *msgq = (msg_q_id) msgQ; in msgQSend() 121 status_t msgQReceive(msg_q_id msgQ, char *buffer, unsigned long max_nbytes, int timeout) { in msgQReceive() 122 _msgq_hdr_t *msgq = (msg_q_id) msgQ; in msgQReceive() [all …]
|
D | lib_wprint.c | 145 msg_q_id pageQ; 146 msg_q_id saveQ; 187 static msg_q_id _msgQ; 1094 msg_q_id tmpQ = jq->pageQ; in _job_thread()
|
/packages/services/BuiltInPrintService/jni/include/ |
D | wprint_msgq.h | 28 typedef void *msg_q_id; typedef 30 #define MSG_Q_INVALID_ID ((msg_q_id)NULL) 36 msg_q_id msgQCreate(int max_msgs, int max_msg_length); 38 status_t msgQDelete(msg_q_id msgQ); 40 status_t msgQSend(msg_q_id msgQ, const char *buffer, unsigned long nbytes, int timeout, 43 status_t msgQReceive(msg_q_id msgQ, char *buffer, unsigned long max_nbytes, int timeout); 45 int msgQNumMsgs(msg_q_id msgQ);
|
D | ifc_wprint.h | 53 msg_q_id (*msgQCreate)(int max_mesgs, int max_msg_length); 58 status_t (*msgQDelete)(msg_q_id msgQ); 63 status_t (*msgQSend)(msg_q_id msgQ, const char *buffer, unsigned long nbytes, int timeout, 69 status_t (*msgQReceive)(msg_q_id msgQ, char *buffer, unsigned long max_nbytes, int timeout); 74 int (*msgQNumMsgs)(msg_q_id msgQ);
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | plugin_pcl.c | 73 msg_q_id msgQ;
|