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

  /packages/services/BuiltInPrintService/jni/plugins/
lib_pcl.h 33 #define _START_JOB(JOB_INFO, EXT) \
36 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
38 debug_ifc->debug_start_job(JOB_INFO->job_handle, EXT); \
42 #define _START_PAGE(JOB_INFO, WIDTH, HEIGHT) \
45 JOB_INFO->wprint_ifc->get_debug_stream_ifc(JOB_INFO->job_handle); \
47 debug_ifc->debug_start_page(JOB_INFO->job_handle, JOB_INFO->page_number + 1, WIDTH, \
52 #define _PAGE_DATA(JOB_INFO, BUFF, LEN)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
PhotosContentJob.java 62 static final JobInfo JOB_INFO;
73 JOB_INFO = builder.build();
90 js.schedule(JOB_INFO);

Completed in 3482 milliseconds