Searched refs:process (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetNative.java40 public static native void process(Bitmap in, int width, int height, Bitmap out, int outputSize, method in class:TinyPlanetNative
H A DTinyPlanetFragment.java161 TinyPlanetNative.process(mSourceBitmap, width, height, mResultBitmap,
355 TinyPlanetNative.process(sourceBitmap, width, height, resultBitmap,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoProcessor.java115 * @param original The bitmap to process.
127 * @param originalBytes A byte array to decode into a bitmap to process.
140 * @param original The bitmap to process.
155 process();
160 * @param originalBytes A byte array to decode into a bitmap to process.
179 private void process() throws IOException { method in class:PhotoProcessor
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCurlLogger.java33 public void process(HttpRequest request, HttpContext context) throws IOException { method in class:CurlLogger
/packages/apps/Mms/src/com/android/mms/transaction/
H A DReadRecTransaction.java67 * @see com.android.mms.Transaction#process()
70 public void process() { method in class:ReadRecTransaction
H A DTransaction.java83 public abstract void process(); method in class:Transaction
H A DNotificationTransaction.java127 * @see com.google.android.mms.pdu.Transaction#process()
130 public void process() { method in class:NotificationTransaction
H A DSendTransaction.java75 * @see com.android.mms.Transaction#process()
78 public void process() { method in class:SendTransaction
H A DRetrieveTransaction.java122 * @see com.android.mms.transaction.Transaction#process()
125 public void process() { method in class:RetrieveTransaction
H A DTransactionService.java69 * The TransactionService runs locally in the same process as the application.
178 // separate thread because the service normally runs in the process's
278 // If autodownload is turned off, don't process the
286 // is a non-permanent failure, we want to process the transaction.
827 Log.v(TAG, "processPendingTxn: process " + serviceId);
855 * @return {@code true} if process has begun or will begin. {@code false}
914 // Attach to transaction and process it
916 transaction.process();
968 // When the call ends, restart the process of mms connectivity.
/packages/apps/Launcher3/src/com/android/launcher3/
H A DMemoryTracker.java133 Log.e(TAG, "update: unknown process info received: " + dinfo);
167 Log.v(TAG, "discovered running service: " + svc.process + " (" + svc.pid + ")");
168 startTrackingProcess(svc.pid, svc.process,
177 Log.v(TAG, "discovered other running process: " + pname + " (" + proc.pid + ")");
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCacheProcessing.java131 public Bitmap process(Bitmap originalBitmap, method in class:CacheProcessing
H A DCachingPipeline.java422 Bitmap result = mCachedProcessing.process(mOriginalBitmap, filters, mEnvironment);
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java87 // service restarts, and during a restart there will still be a process
395 // process, try to find something about the uid.
601 // For concrete stuff we need about the process of this item,
879 // persistent process like the system or phone.
900 // Initial iteration through running services to collect per-process
915 // Update state we are maintaining about process that are running services.
919 // If this service's process is in use at a higher importance
920 // due to another process bound to one of its services, then we
923 // process needs.
927 // This process doe
[all...]
H A DRunningServiceDetails.java52 static final String KEY_PROCESS = "process";
121 report.processName = mServiceItem.mRunningService.process;
183 // Background process. Just kill it.
187 // Heavy-weight process. We'll do a force-stop on it.
402 // another interesting process... we will put a fake service
407 // the process details.

Completed in 1329 milliseconds