Searched refs:max_nbytes (Results 1 – 3 of 3) sorted by relevance
/packages/services/BuiltInPrintService/jni/lib/ |
D | wprint_msgq.c | 121 status_t msgQReceive(msg_q_id msgQ, char *buffer, unsigned long max_nbytes, int timeout) { in msgQReceive() argument 139 memcpy(buffer, msg_loc, max_nbytes); in msgQReceive()
|
/packages/services/BuiltInPrintService/jni/include/ |
D | wprint_msgq.h | 43 status_t msgQReceive(msg_q_id msgQ, char *buffer, unsigned long max_nbytes, int timeout);
|
D | ifc_wprint.h | 69 status_t (*msgQReceive)(msg_q_id msgQ, char *buffer, unsigned long max_nbytes, int timeout);
|