Home
last modified time | relevance | path

Searched refs:JavaListToNativeVector (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/sdk/android/src/jni/pc/
Drtp_transceiver.cc49 init.stream_ids = JavaListToNativeVector<std::string, jstring>( in JavaToNativeRtpTransceiverInit()
55 init.send_encodings = JavaListToNativeVector<RtpEncodingParameters, jobject>( in JavaToNativeRtpTransceiverInit()
Drtp_sender.cc53 ->SetStreams(JavaListToNativeVector<std::string, jstring>( in JNI_RtpSender_SetStreams()
Dpeer_connection.cc94 server.urls = JavaListToNativeVector<std::string, jstring>( in JavaToNativeIceServers()
100 server.tls_alpn_protocols = JavaListToNativeVector<std::string, jstring>( in JavaToNativeIceServers()
102 server.tls_elliptic_curves = JavaListToNativeVector<std::string, jstring>( in JavaToNativeIceServers()
679 JavaListToNativeVector<std::string, jstring>(jni, j_stream_labels, in JNI_PeerConnection_AddTrack()
/external/webrtc/examples/androidvoip/jni/
Dandroid_voip_client.cc205 webrtc::JavaListToNativeVector<std::string, jstring>( in SetDecoders()
/external/webrtc/sdk/android/native_api/jni/
Djava_types.h161 std::vector<T> JavaListToNativeVector(JNIEnv* env, in JavaListToNativeVector() function