Searched refs:mLooper (Results 1 – 4 of 4) sorted by relevance
65 private Looper mLooper; field in NotificationPlayer83 mLooper = Looper.myLooper(); in run()132 if ((mLooper != null) in startSound()133 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) { in startSound()134 mLooper.quit(); in startSound()168 if ((mLooper != null) && (mLooper.getThread().getState() != Thread.State.TERMINATED)) { in stopSound()169 mLooper.quit(); in stopSound()229 if (mLooper != null) { in onCompletion()230 mLooper.quit(); in onCompletion()
41 private Looper mLooper = null; field in CameraThread61 mLooper = Looper.myLooper(); in start()80 if (mLooper == null || mHandler == null) { in close()86 mLooper.quit(); in close()87 mLooper.getThread().join(); in close()88 mLooper = null; in close()
1352 private Looper mLooper; field in MediaPlaybackActivity.Worker1364 while (mLooper == null) { in Worker()1374 return mLooper; in getLooper()1380 mLooper = Looper.myLooper(); in run()1387 mLooper.quit(); in quit()
825 private Looper mLooper; field in EmailNotificationController.NotificationThread830 while (mLooper == null) { in NotificationThread()844 mLooper = Looper.myLooper(); in run()852 return mLooper; in getLooper()