HomeSort by relevance Sort by last modified time
    Searched refs:emitEvent (Results 1 - 5 of 5) sorted by null

  /packages/apps/TV/src/com/android/tv/tuner/exoplayer/
Cea708TextTrackRenderer.java 59 void emitEvent(CaptionEvent captionEvent);
258 public void emitEvent(CaptionEvent event) {
260 mCcListener.emitEvent(event);
MpegTsPlayer.java 618 public void emitEvent(CaptionEvent captionEvent) {
  /packages/apps/TV/src/com/android/tv/tuner/cc/
Cea708Parser.java 147 public void emitEvent(CaptionEvent event) {
159 * {@link OnCea708ParserListener#emitEvent} is invoked with the parameter
201 void emitEvent(CaptionEvent event);
218 mListener.emitEvent(captionEvent);
223 mListener.emitEvent(new CaptionEvent(CAPTION_EMIT_TYPE_BUFFER, mBuffer.toString()));
    [all...]
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 200 public void emitEvent(CaptionEvent event) {
207 * {@link DisplayListener#emitEvent} is invoked with the parameter
247 void emitEvent(CaptionEvent event);
253 mListener.emitEvent(captionEvent);
258 mListener.emitEvent(new CaptionEvent(CAPTION_EMIT_TYPE_BUFFER, mBuffer.toString()));
    [all...]
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 

Completed in 96 milliseconds