Home
last modified time | relevance | path

Searched refs:OnCapturerStarted (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/java/jni/
Dandroidvideocapturer_jni.cc145 void AndroidVideoCapturerJni::OnCapturerStarted(bool success) { in OnCapturerStarted() function in webrtc_jni::AndroidVideoCapturerJni
148 &webrtc::AndroidVideoCapturer::OnCapturerStarted, in OnCapturerStarted()
222 reinterpret_cast<AndroidVideoCapturerJni*>(j_capturer)->OnCapturerStarted( in JOW()
Dandroidvideocapturer_jni.h64 void OnCapturerStarted(bool success);
/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.h66 void OnCapturerStarted(bool success);
Dandroidvideocapturer.cc209 void AndroidVideoCapturer::OnCapturerStarted(bool success) { in OnCapturerStarted() function in webrtc::AndroidVideoCapturer