Home
last modified time | relevance | path

Searched refs:EVENT_NONE (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttDecoder.java35 private static final int EVENT_NONE = -1; field in WebvttDecoder
96 int foundEvent = EVENT_NONE; in getNextEvent()
98 while (foundEvent == EVENT_NONE) { in getNextEvent()
/external/nos/host/generic/nugget/include/
Dcitadel_events.h62 EVENT_NONE = 0, // Unused ID, used as empty marker. enumerator
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java143 public static final int EVENT_NONE = 0; field in InCallServiceImpl.CallCallback
296 new VideoCallCallback(callId, VideoCallCallback.EVENT_NONE); in onVideoCallChanged()
356 public static final int EVENT_NONE = 0; field in InCallServiceImpl.VideoCallCallback
560 CallCallback callCallback = new CallCallback(id, CallCallback.EVENT_NONE); in onCallAdded()
570 videoCallCallback = new VideoCallCallback(id, VideoCallCallback.EVENT_NONE); in onCallAdded()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DConnectivityManagerFacade.java146 public static final int EVENT_NONE = 0; field in ConnectivityManagerFacade.NetworkCallback