Home
last modified time | relevance | path

Searched refs:MSG_RELEASE (Results 1 – 9 of 9) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
DExoPlayerSampleExtractor.java178 private static final int MSG_RELEASE = 3; field in ExoPlayerSampleExtractor.SourceReaderWorker
309 case MSG_RELEASE: in handleMessage()
495 mSourceReaderHandler.sendEmptyMessage(SourceReaderWorker.MSG_RELEASE); in release()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DSampleChunkIoHelper.java59 private static final int MSG_RELEASE = 7; field in SampleChunkIoHelper
313 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_RELEASE, conditionVariable)); in release()
378 case MSG_RELEASE: in handleMessage()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
DExoPlayerSampleExtractor.java178 public static final int MSG_RELEASE = 3; field in ExoPlayerSampleExtractor.SourceReaderWorker
353 case MSG_RELEASE: in handleMessage()
551 mSourceReaderHandler.sendEmptyMessage(SourceReaderWorker.MSG_RELEASE); in release()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DSampleChunkIoHelper.java61 private static final int MSG_RELEASE = 7; field in SampleChunkIoHelper
357 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_RELEASE, conditionVariable)); in release()
423 case MSG_RELEASE: in handleMessage()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java105 private static final int MSG_RELEASE = 6; field in TunerRecordingSessionWorker
279 mHandler.sendEmptyMessage(MSG_RELEASE); in release()
366 case MSG_RELEASE: in handleMessage()
DTunerRecordingSessionWorkerExoV2.java106 private static final int MSG_RELEASE = 6; field in TunerRecordingSessionWorkerExoV2
280 mHandler.sendEmptyMessage(MSG_RELEASE); in release()
364 case MSG_RELEASE: in handleMessage()
DTunerSessionWorkerExoV2.java126 private static final int MSG_RELEASE = 1001; field in TunerSessionWorkerExoV2
493 mHandler.sendEmptyMessage(MSG_RELEASE); in release()
762 case MSG_RELEASE: in handleMessage()
DTunerSessionWorker.java126 private static final int MSG_RELEASE = 1001; field in TunerSessionWorker
488 mHandler.sendEmptyMessage(MSG_RELEASE); in release()
771 case MSG_RELEASE: in handleMessage()
/packages/services/Car/service/src/com/android/car/pm/
DCarPackageManagerService.java1789 private static final int MSG_RELEASE = 3; field in CarPackageManagerService.PackageHandler
1805 Message msg = obtainMessage(MSG_RELEASE); in requestRelease()
1840 case MSG_RELEASE: in handleMessage()