HomeSort by relevance Sort by last modified time
    Searched refs:msg_q_id (Results 1 - 6 of 6) sorted by null

  /packages/services/BuiltInPrintService/jni/include/
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);
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/lib/
wprint_msgq.c 36 msg_q_id msgq_id;
49 msg_q_id msgQCreate(int max_msgs, int max_msg_length) {
58 msgq->msgq_id = (msg_q_id) msgq;
75 return ((msg_q_id) msgq);
78 status_t msgQDelete(msg_q_id msgQ) {
79 _msgq_hdr_t *msgq = (msg_q_id) msgQ;
95 status_t msgQSend(msg_q_id msgQ, const char *buffer, unsigned long nbytes, int timeout,
97 _msgq_hdr_t *msgq = (msg_q_id) msgQ;
121 status_t msgQReceive(msg_q_id msgQ, char *buffer, unsigned long max_nbytes, int timeout) {
122 _msgq_hdr_t *msgq = (msg_q_id) msgQ
    [all...]
lib_wprint.c 145 msg_q_id pageQ;
146 msg_q_id saveQ;
183 static msg_q_id _msgQ;
    [all...]
  /external/blktrace/
blkiomon.c 93 static int msg_q_id = -1, msg_q = -1; variable
564 if (!msg_q_id || msg_id <= 0)
566 key = ftok(msg_q_name, msg_q_id);
711 msg_q_id = atoi(optarg);
  /packages/services/BuiltInPrintService/jni/plugins/
plugin_pcl.c 73 msg_q_id msgQ;

Completed in 150 milliseconds