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

  /packages/services/BuiltInPrintService/jni/include/
wprint_msgq.h 36 msg_q_id msgQCreate(int max_msgs, int max_msg_length);
ifc_wprint.h 53 msg_q_id (*msgQCreate)(int max_mesgs, int max_msg_length);
  /packages/services/BuiltInPrintService/jni/lib/
wprint_msgq.c 49 msg_q_id msgQCreate(int max_msgs, int max_msg_length) {
lib_wprint.c 340 .msgQCreate = msgQCreate, .msgQDelete = msgQDelete,
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
plugin_pcl.c 258 priv->msgQ = priv->job_info.wprint_ifc->msgQCreate(

Completed in 402 milliseconds