Searched refs:requestId (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DZslProcessor.h64 status_t pushToReprocess(int32_t requestId);
H A DZslProcessor.cpp241 status_t ZslProcessor::pushToReprocess(int32_t requestId) { argument
243 __FUNCTION__, requestId);
298 &requestId, 1);
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java122 * @param requestId The id of the download to remove
125 private void verifyDownload(long requestId, byte[] fileData) argument
128 ParcelFileDescriptor pfd = mDownloadManager.openDownloadedFile(requestId);
129 Cursor cursor = mDownloadManager.query(new Query().setFilterById(requestId));
H A DDownloadManagerBaseTest.java479 * @param requestId The id of the download to remove
482 protected void verifyAndCleanupSingleFileDownload(long requestId, byte[] fileData) argument
485 ParcelFileDescriptor pfd = mDownloadManager.openDownloadedFile(requestId);
486 Cursor cursor = mDownloadManager.query(new Query().setFilterById(requestId));
497 mDownloadManager.remove(requestId);
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp232 status_t Camera2Device::waitUntilRequestReceived(int32_t requestId, nsecs_t timeout) { argument
234 return mRequestQueue.waitForDequeue(requestId, timeout);
689 camera_metadata_entry_t requestId; local
692 &requestId);
694 mLatestRequestId = requestId.data.i32[0];
H A DCamera2Device.h74 status_t waitUntilRequestReceived(int32_t requestId, nsecs_t timeout);

Completed in 239 milliseconds