Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc935 JOW(void, PeerConnection_freePeerConnection)(JNIEnv*, jclass, jlong j_p) { in JOW()
936 CHECK_RELEASE(reinterpret_cast<PeerConnectionInterface*>(j_p)); in JOW()
939 JOW(void, PeerConnection_freeObserver)(JNIEnv*, jclass, jlong j_p) { in JOW()
940 PCOJava* p = reinterpret_cast<PCOJava*>(j_p); in JOW()
944 JOW(void, MediaSource_free)(JNIEnv*, jclass, jlong j_p) { in JOW()
945 CHECK_RELEASE(reinterpret_cast<MediaSourceInterface*>(j_p)); in JOW()
948 JOW(void, VideoCapturer_free)(JNIEnv*, jclass, jlong j_p) { in JOW()
949 delete reinterpret_cast<cricket::VideoCapturer*>(j_p); in JOW()
952 JOW(void, VideoRenderer_freeGuiVideoRenderer)(JNIEnv*, jclass, jlong j_p) { in JOW()
953 delete reinterpret_cast<VideoRendererWrapper*>(j_p); in JOW()
[all …]
/external/iperf3/src/
Diperf_api.c1701 cJSON *j_p; in get_parameters() local
1712 if ((j_p = cJSON_GetObjectItem(j, "tcp")) != NULL) in get_parameters()
1714 if ((j_p = cJSON_GetObjectItem(j, "udp")) != NULL) in get_parameters()
1716 if ((j_p = cJSON_GetObjectItem(j, "sctp")) != NULL) in get_parameters()
1718 if ((j_p = cJSON_GetObjectItem(j, "omit")) != NULL) in get_parameters()
1719 test->omit = j_p->valueint; in get_parameters()
1720 if ((j_p = cJSON_GetObjectItem(j, "server_affinity")) != NULL) in get_parameters()
1721 test->server_affinity = j_p->valueint; in get_parameters()
1722 if ((j_p = cJSON_GetObjectItem(j, "time")) != NULL) in get_parameters()
1723 test->duration = j_p->valueint; in get_parameters()
[all …]