Searched refs:MSG_RELEASE (Results 1 - 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/
H A DSampleChunkIoHelper.java56 private static final int MSG_RELEASE = 7; field in class:SampleChunkIoHelper
248 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_RELEASE, conditionVariable));
304 case MSG_RELEASE:
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/
H A DExoPlayerSampleExtractor.java161 public static final int MSG_RELEASE = 3; field in class:ExoPlayerSampleExtractor.SourceReaderWorker
313 case MSG_RELEASE:
501 mSourceReaderHandler.sendEmptyMessage(SourceReaderWorker.MSG_RELEASE);
505 // handling MSG_RELEASE.
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DTunerRecordingSessionWorker.java87 private static final int MSG_RELEASE = 6; field in class:TunerRecordingSessionWorker
218 mHandler.sendEmptyMessage(MSG_RELEASE);
298 case MSG_RELEASE: {
H A DTunerSessionWorker.java111 private static final int MSG_RELEASE = 1001; field in class:TunerSessionWorker
404 mHandler.sendEmptyMessage(MSG_RELEASE);
727 case MSG_RELEASE: {
728 if (DEBUG) Log.d(TAG, "MSG_RELEASE");
1727 // If MSG_RELEASE is removed, TunerSessionWorker will hang forever.
/packages/services/Car/service/src/com/android/car/pm/
H A DCarPackageManagerService.java687 private final int MSG_RELEASE = 3; field in class:CarPackageManagerService.PackageHandler
702 Message msg = obtainMessage(MSG_RELEASE);
732 case MSG_RELEASE:
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 127 milliseconds