Home
last modified time | relevance | path

Searched defs:addFrame (Results 1 – 13 of 13) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketGenerator.java32 … void addFrame(byte flags,byte opcode, byte[] content, int offset, int length) throws IOException; in addFrame() method
DWebSocketGeneratorD00.java48 …public synchronized void addFrame(byte flags, byte opcode,byte[] content, int offset, int length) … in addFrame() method in WebSocketGeneratorD00
DFragmentExtension.java47 …public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOExc… in addFrame() method in FragmentExtension
DWebSocketGeneratorRFC6455.java74 …public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOExc… in addFrame() method in WebSocketGeneratorRFC6455
DDeflateFrameExtension.java116 …public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOExc… in addFrame() method in DeflateFrameExtension
DWebSocketGeneratorD08.java70 …public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOExc… in addFrame() method in WebSocketGeneratorD08
DWebSocketGeneratorD06.java59 …public synchronized void addFrame(byte flags, byte opcode, byte[] content, int offset, int length)… in addFrame() method in WebSocketGeneratorD06
DAbstractExtension.java117 …public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOExc… in addFrame() method in AbstractExtension
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAnimationDrawable.java18 public void addFrame(Drawable frame, int duration) { in addFrame() method in ShadowAnimationDrawable
/external/replicaisland/src/com/replica/replicaisland/
DSpriteAnimation.java83 public void addFrame(AnimationFrame frame) { in addFrame() method in SpriteAnimation
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DAnimatedGifEncoder.java150 public boolean addFrame(Bitmap im) { in addFrame() method in AnimatedGifEncoder
/external/llvm/include/llvm/DebugInfo/
DDIContext.h67 void addFrame(const DILineInfo &Frame) { in addFrame() function
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java165 public void addFrame() { in addFrame() method in VideoCapturerAndroid.CameraStatistics