Home
last modified time | relevance | path

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

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