HomeSort by relevance Sort by last modified time
    Searched full:jobid (Results 76 - 100 of 152) sorted by null

1 2 34 5 6 7

  /frameworks/base/services/core/java/com/android/server/job/
JobStore.java 196 * @param jobId Job id, specified at schedule-time.
197 * @return the JobStatus that matches the provided uId and jobId, or null if none found.
199 public JobStatus getJobByUidAndJobId(int uid, int jobId) {
200 return mJobSet.get(uid, jobId);
324 out.attribute(null, "jobid", Integer.toString(jobStatus.getJobId()));
695 int jobId = Integer.parseInt(parser.getAttributeValue(null, "jobid"));
700 return new JobInfo.Builder(jobId, cname);
    [all...]
JobServiceContext.java 261 public void jobFinished(int jobId, boolean reschedule) {
265 mCallbackHandler.obtainMessage(MSG_CALLBACK, jobId, reschedule ? 1 : 0)
270 public void acknowledgeStopMessage(int jobId, boolean reschedule) {
274 mCallbackHandler.obtainMessage(MSG_CALLBACK, jobId, reschedule ? 1 : 0)
279 public void acknowledgeStartMessage(int jobId, boolean ongoing) {
283 mCallbackHandler.obtainMessage(MSG_CALLBACK, jobId, ongoing ? 1 : 0).sendToTarget();
JobSchedulerService.java 597 public JobInfo getPendingJob(int uid, int jobId) {
602 if (job.getJobId() == jobId) {
664 * Entry point from client to cancel the job corresponding to the jobId provided.
668 * @param jobId Id of the job, provided at schedule-time.
670 public void cancelJob(int uid, int jobId) {
673 toCancel = mJobs.getJobByUidAndJobId(uid, jobId);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
test_layer1.py 65 u'JobId': None,
test_vault.py 125 "JobId": "HkF9p6",
135 init_resp = GlacierResponse(raw_resp, [('x-amz-job-id', 'JobId')])
  /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/
mm_lib2d_test.c 179 * jobid - job id that is finished execution
187 lib2d_error lib2d_test_client_cb(void *userdata, int jobid)
189 printf("%s %d, jobid=%d \n", __LINE__, jobid);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/job/
DishService.java 100 Log.d(TAG, "jobId: " + mJobParameter.getJobId() + " totalDish: " + dishTotal
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
IdleConstraintTestActivity.java 246 IdleTestResultRunner(int jobId, boolean testPassed) {
247 super(jobId, testPassed);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportProcessor.java 68 final ImportRequest request, final int jobId) {
74 mJobId = jobId;
ExportProcessor.java 74 public ExportProcessor(VCardService service, ExportRequest exportRequest, int jobId,
81 mJobId = jobId;
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 36 uint32_t jobId,
46 jobId != pme->current_job_id ||
49 __func__, jobId, pme->current_job_id);
54 CDBG_ERROR("%s: job %d, status=%d", __func__, jobId, status);
56 mm_app_dump_jpeg_frame(p_buf->buf_vaddr, p_buf->buf_filled_len, "jpeg", "jpg", jobId);
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 36 uint32_t jobId,
46 jobId != pme->current_job_id ||
49 __func__, jobId, pme->current_job_id);
54 CDBG_ERROR("%s: job %d, status=%d", __func__, jobId, status);
56 mm_app_dump_jpeg_frame(p_buf->buf_vaddr, p_buf->buf_filled_len, "jpeg", "jpg", jobId);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 36 uint32_t jobId,
46 jobId != pme->current_job_id ||
49 __func__, jobId, pme->current_job_id);
54 CDBG_ERROR("%s: job %d, status=%d", __func__, jobId, status);
56 mm_app_dump_jpeg_frame(p_buf->buf_vaddr, p_buf->buf_filled_len, "jpeg", "jpg", jobId);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 37 uint32_t jobId,
47 jobId != pme->current_job_id ||
50 jobId, pme->current_job_id);
55 LOGE(" job %d, status=%d", jobId, status);
57 mm_app_dump_jpeg_frame(p_buf->buf_vaddr, p_buf->buf_filled_len, "jpeg", "jpg", jobId);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits.h     [all...]
qmgr.h 249 virtual HRESULT WINAPI GetJob(GUID jobID,IBackgroundCopyJob1 **ppJob) = 0;
271 HRESULT (WINAPI *GetJob)(IBackgroundCopyGroup *This,GUID jobID,IBackgroundCopyJob1 **ppJob);
295 #define IBackgroundCopyGroup_GetJob(This,jobID,ppJob) (This)->lpVtbl->GetJob(This,jobID,ppJob)
316 HRESULT WINAPI IBackgroundCopyGroup_GetJob_Proxy(IBackgroundCopyGroup *This,GUID jobID,IBackgroundCopyJob1 **ppJob);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp 750 m_ongoingJpegQ.flushNodes(matchJobId, (void*)&evt->jobId);
752 CDBG_HIGH("[KPI Perf] %s : jpeg job %d", __func__, evt->jobId);
771 evt->jobId);
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_jpeg_interface.h 101 uint32_t jobId,
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_jpeg_interface.h 101 uint32_t jobId,
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 252 uint32_t jobId;
933 uint32_t jobId,
940 uint32_t jobId,
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
mm_jpeg_interface.h 90 uint32_t jobId,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
job.py 43 ('JobId', 'id', None),
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]

Completed in 1583 milliseconds

1 2 34 5 6 7