Searched refs:j_pc (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 1642 JNIEnv* jni, jobject j_pc) { in ExtractNativePC() argument 1644 GetObjectClass(jni, j_pc), "nativePeerConnection", "J"); in ExtractNativePC() 1645 jlong j_p = GetLongField(jni, j_pc, native_pc_id); in ExtractNativePC() 1650 JOW(jobject, PeerConnection_getLocalDescription)(JNIEnv* jni, jobject j_pc) { in JOW() 1652 ExtractNativePC(jni, j_pc)->local_description(); in JOW() 1656 JOW(jobject, PeerConnection_getRemoteDescription)(JNIEnv* jni, jobject j_pc) { in JOW() 1658 ExtractNativePC(jni, j_pc)->remote_description(); in JOW() 1663 JNIEnv* jni, jobject j_pc, jstring j_label, jobject j_init) { in JOW() 1666 ExtractNativePC(jni, j_pc)->CreateDataChannel( in JOW() 1686 JNIEnv* jni, jobject j_pc, jobject j_observer, jobject j_constraints) { in JOW() [all …]
|