Home
last modified time | relevance | path

Searched refs:nativeCreateClient (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/examples/androidnativeapi/java/org/webrtc/examples/androidnativeapi/
DCallClient.java40 handler.post(() -> { nativeClient = nativeCreateClient(); }); in CallClient()
65 private static native long nativeCreateClient(); in nativeCreateClient() method in CallClient
/external/webrtc/examples/androidvoip/java/org/webrtc/examples/androidvoip/
DVoipClient.java35 nativeClient = nativeCreateClient(applicationContext); in VoipClient()
172 private static native long nativeCreateClient(Context applicationContext); in nativeCreateClient() method in VoipClient