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

  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 35 private class DecodeThread extends Thread {
38 public DecodeThread() {
72 Thread t = new DecodeThread();
87 DecodeThread t = new DecodeThread();
98 DecodeThread t = new DecodeThread();
110 DecodeThread t = new DecodeThread();
123 DecodeThread t1 = new DecodeThread()
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeThread.java 35 final class DecodeThread extends Thread {
44 DecodeThread(CaptureActivity activity,
CaptureActivityHandler.java 41 private final DecodeThread decodeThread;
55 decodeThread = new DecodeThread(activity, characterSet,
57 decodeThread.start();
83 (Bitmap) bundle.getParcelable(DecodeThread.BARCODE_BITMAP);
88 cameraManager.requestPreviewFrame(decodeThread.getHandler(), R.id.decode);
105 Message quit = Message.obtain(decodeThread.getHandler(), R.id.quit);
109 decodeThread.join(500L);
122 cameraManager.requestPreviewFrame(decodeThread.getHandler(), R.id.decode)
    [all...]
DecodeHandler.java 92 bundle.putParcelable(DecodeThread.BARCODE_BITMAP, source.renderCroppedGreyscaleBitmap());
  /art/runtime/
debugger.cc 247 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thread*& thread)
697 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread);
747 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread);
    [all...]

Completed in 420 milliseconds