HomeSort by relevance Sort by last modified time
    Searched defs:mThread (Results 76 - 100 of 165) sorted by null

1 2 34 5 6 7

  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 64 private UsbDebuggingThread mThread;
217 mThread = new UsbDebuggingThread();
218 mThread.start();
228 if (mThread != null) {
229 mThread.stopListening();
230 mThread = null;
249 if (mThread != null) {
250 mThread.sendResponse("OK");
256 if (mThread != null) {
257 mThread.sendResponse("NO")
    [all...]
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 45 private Thread mThread = new Thread(new ProtocolServer());
87 mThread.start();
106 mThread.interrupt(); // this does not bail out from socket in android
107 mThread.join();
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 115 : mThread(thread),
132 RemoteAudio& mThread;
  /frameworks/av/media/libmedia/include/media/
JetPlayer.h 118 sp<JetPlayerThread> mThread;
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.h 46 : mThread(0) {
50 pthread_t mThread;
WebmWriter.h 90 sp<WebmFrameSourceThread> mThread;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 67 private ClientThread mThread;
90 mThread = new ClientThread(mContext, mTransport, numShares);
91 mThread.start();
96 if (mThread != null) {
99 mThread.interrupt();
101 mThread.join();
102 mThread = null;
115 mThread.addShare(share);
  /system/core/logd/
LogTimes.h 40 pthread_t mThread;
  /frameworks/base/services/core/java/com/android/server/notification/
EventConditionProvider.java 70 private final HandlerThread mThread;
79 mThread = new HandlerThread(TAG, Process.THREAD_PRIORITY_BACKGROUND);
80 mThread.start();
81 mWorker = new Handler(mThread.getLooper());
  /packages/apps/Messaging/src/com/android/messaging/util/
NotificationPlayer.java 211 mThread = null;
239 private CmdThread mThread;
319 if (mThread == null) {
321 mThread = new CmdThread();
322 mThread.start();
330 * sound to play, but if the CPU turns off before mThread gets to work, it won't. The
340 if (mWakeLock != null || mThread != null) {
344 + " mThread=" + mThread);
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecClearKeyPlayer.java 85 private Thread mThread;
140 mThread = new Thread(new Runnable() {
476 mThread.start();
482 mThread.start();
510 mThread.join();
512 Log.d(TAG, "mThread.join " + ex);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceUserShim.java 115 private final Thread mThread;
129 mThread = new Thread(this);
130 mThread.start();
161 mThread.join();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 249 mThread = null;
293 private CmdThread mThread;
405 if (mThread == null) {
407 mThread = new CmdThread();
408 mThread.start();
416 * sound to play, but if the CPU turns off before mThread gets to work, it won't. The
427 if (mWakeLock != null || mThread != null) {
431 + " mThread=" + mThread);
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
ViewDebug$ViewServer.class 
  /frameworks/av/media/libstagefright/include/media/stagefright/
MPEG4Writer.h 164 pthread_t mThread; // Thread id for the writer
  /frameworks/base/core/java/android/os/
Looper.java 75 final Thread mThread;
218 mThread = Thread.currentThread();
225 return Thread.currentThread() == mThread;
293 return mThread;
332 proto.write(LooperProto.THREAD_NAME, mThread.getName());
333 proto.write(LooperProto.THREAD_ID, mThread.getId());
341 return "Looper (" + mThread.getName() + ", tid " + mThread.getId()
  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 89 private volatile VibrateThread mThread;
467 if (mThread != null) {
468 mThread.cancel();
469 mThread = null;
522 // mThread better be null here. doCancelVibrate should always be
525 mThread = new VibrateThread(waveform, vib.mUid, vib.mUsageHint);
526 mThread.start();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java     [all...]
RVCVRecordActivity.java 945 private Thread mThread = null;
949 mThread = new Thread(this);
950 mThread.start();
    [all...]
  /frameworks/av/media/libaaudio/src/core/
AudioStream.h 449 pthread_t mThread; // initialized in constructor
  /frameworks/av/services/audioflinger/
TrackBase.h 176 const wp<ThreadBase> mThread;
Effects.h 98 void setThread(const wp<ThreadBase>& thread) { mThread = thread; }
99 const wp<ThreadBase>& thread() { return mThread; }
152 wp<ThreadBase> mThread; // parent thread
369 friend class AudioFlinger; // for mThread, mEffects
398 wp<ThreadBase> mThread; // parent mixer thread
  /frameworks/base/core/java/android/app/
Instrumentation.java 96 private ActivityThread mThread = null;
215 am.addInstrumentationResults(mThread.getApplicationThread(), results);
245 mThread.finishInstrumentation(resultCode, results);
321 return mThread.getProcessName();
330 return mThread.isProfiling();
339 if (mThread.isProfiling()) {
340 File file = new File(mThread.getProfileFilePath());
350 if (mThread.isProfiling()) {
381 mThread.getHandler().post(new EmptyRunnable());
393 mThread.getHandler().post(new EmptyRunnable())
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 279 sp<BufferProducerThread> mThread;
359 if (connection.mSourceHandle == NULL && connection.mThread == NULL) {
424 if (connection.mThread != NULL) {
425 connection.mThread->shutdown();
426 connection.mThread.clear();
537 if (connection.mThread == NULL) {
541 thread = connection.mThread;
  /hardware/qcom/gps/msm8909/utils/
LocTimer.cpp 145 LocThread* mThread;
399 : mFd(epoll_create(2)), mThread(new LocThread()) {
404 if (!mThread->start("LocTimerPollTask", this)) {
405 delete mThread;
406 mThread = NULL;
418 if (mThread) {
419 LocThread* thread = mThread;
420 mThread = NULL;

Completed in 576 milliseconds

1 2 34 5 6 7