webrtc/talk/examples/android/src/org/appspot/apprtc
fischman@webrtc.org f41f06b916 PeerConnection(java): rationalize pointer-to-jlong conversion.
In r4665 I went a bit crazy with the manual reinterpretation of a pointer to a
jlong (to avoid undefined behavior) but that's what reinterpret_cast<> is for.
So use it directly now.
Added a do-nothing DataChannel to AppRTCDemo to regression test this, since the
only repro I've found of the original bug requires ARM ABI (PeerConnectionTest
on ia32 fails to repro).

BUG=2302
R=henrike@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/5489004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5269 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-12-11 21:07:18 +00:00
..
AppRTCClient.java AppRTCDemo(android): support boolean value for MediaStreamConstraints.{audio,video}. 2013-10-03 22:34:10 +00:00
AppRTCDemoActivity.java PeerConnection(java): rationalize pointer-to-jlong conversion. 2013-12-11 21:07:18 +00:00
FramePool.java Adds trunk/talk folder of revision 359 from libjingles google code to 2013-07-10 00:45:36 +00:00
GAEChannelClient.java AppRTCDemo: replace the use of query-string parameters for pre-JB devices. 2013-07-29 19:07:33 +00:00
UnhandledExceptionHandler.java AppRTCDemo(android): uncaught exceptions now display a modal dialog box before killing the app. 2013-10-03 18:09:40 +00:00
VideoStreamsView.java VideoCaptureAndroid: rewrote the (standalone) implementation of video capture on Android. 2013-10-03 18:23:13 +00:00