Home
last modified time | relevance | path

Searched refs:pageQ (Results 1 – 1 of 1) sorted by relevance

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c145 msg_q_id pageQ; member
989 while (OK == msgQReceive(jq->pageQ, (char *) &page, sizeof(page), in _job_thread()
1094 msg_q_id tmpQ = jq->pageQ; in _job_thread()
1095 jq->pageQ = jq->saveQ; in _job_thread()
1947 jq->pageQ = msgQCreate(_MAX_PAGES_PER_JOB, sizeof(_page_t)); in wprintStartJob()
1999 if (jq->pageQ) { in wprintEndJob()
2000 while ((msgQNumMsgs(jq->pageQ) > 0) in wprintEndJob()
2001 && (msgQReceive(jq->pageQ, (char *) &page, sizeof(page), in wprintEndJob()
2004 result |= msgQDelete(jq->pageQ); in wprintEndJob()
2005 jq->pageQ = NULL; in wprintEndJob()
[all …]