HomeSort by relevance Sort by last modified time
    Searched defs:CaptionEvent (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
Cea708Data.java 170 public static class CaptionEvent {
174 public CaptionEvent(int type, Object obj) {
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 200 public void emitEvent(CaptionEvent event) {
208 * {@link CaptionEvent} to pass all the results to an observer of the decoding process .
210 * <p>{@link CaptionEvent#type} determines the type of the result and
211 * {@link CaptionEvent#obj} contains the output value of a caption event.
247 void emitEvent(CaptionEvent event);
250 private void emitCaptionEvent(CaptionEvent captionEvent) {
253 mListener.emitEvent(captionEvent);
258 mListener.emitEvent(new CaptionEvent(CAPTION_EMIT_TYPE_BUFFER, mBuffer.toString()));
347 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand))
    [all...]

Completed in 227 milliseconds