Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_device/android/
H A Dopensles_recorder.cc55 last_rec_time_(0) { in OpenSLESRecorder()
136 last_rec_time_ = rtc::Time(); in StartRecording()
363 const uint32_t diff = current_time - last_rec_time_; in ReadBufferQueue()
367 last_rec_time_ = current_time; in ReadBufferQueue()
H A Dopensles_recorder.h188 uint32_t last_rec_time_; variable
/aosp_15_r20/external/webrtc/sdk/android/src/jni/audio_device/
H A Dopensles_recorder.cc58 last_rec_time_(0) { in OpenSLESRecorder()
143 last_rec_time_ = rtc::Time(); in StartRecording()
375 const uint32_t diff = current_time - last_rec_time_; in ReadBufferQueue()
379 last_rec_time_ = current_time; in ReadBufferQueue()
H A Dopensles_recorder.h186 uint32_t last_rec_time_; variable