HomeSort by relevance Sort by last modified time
    Searched refs:OnDataIsRecorded (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.h 106 void OnDataIsRecorded(int length);
111 // Stores thread ID in first call to OnDataIsRecorded() from high-priority
audio_record_jni.cc 171 // If we don't detach here, we will hit a RTC_DCHECK in OnDataIsRecorded()
238 this_object->OnDataIsRecorded(length);
243 void AudioRecordJni::OnDataIsRecorded(int length) {

Completed in 1905 milliseconds