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

/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java217 * <li>{@code CAPTION_EMIT_TYPE_CONTROL}: Passes a caption character control code to a observer.
224 public static final int CAPTION_EMIT_TYPE_CONTROL = 2; field in class:Cea708CCParser
347 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
350 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
353 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
359 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
1428 case Cea708CCParser.CAPTION_EMIT_TYPE_CONTROL:

Completed in 825 milliseconds