aboutsummaryrefslogtreecommitdiff
path: root/sdk/android/src/jni/audio_device/audio_device_module.cc
AgeCommit message (Expand)Author
2021-04-27Replace more instances of rtc::RefCountedObject with make_ref_counted.Tommi
2021-02-10Use SequenceChecker from public APIArtem Titov
2021-02-02Replace rtc::ThreadChecker with webrtc::SequenceCheckerArtem Titov
2021-01-28Move some RTC_LOG to RTC_DLOG.Mirko Bonadei
2020-11-09Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED()Karl Wiberg
2020-06-30Inclusive language in //sdk/android.Mirko Bonadei
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-08-16Reporting audio device underrun counterAlex Narest
2019-07-01Use Default instead of GlobalTaskQueueFactory to create AudioDeviceBuffer for...Danil Chapovalov
2019-06-26Mass refactoring: Change JNI #includes to use full paths (webrtc/).Eric Stevenson
2019-04-08Deprecating ThreadChecker specific interface.Sebastian Jansson
2019-04-01Propagate TaskQueueFactory to AudioDeviceBufferDanil Chapovalov
2019-03-22Decouple input and output sample rate overrides.Paulina Hensman
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2019-01-08Include absl/memory/memory.h if absl::make_unique is usedSteve Anton
2018-12-12Reintroduce division by two for audio playout delayPaulina Hensman
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey
2018-07-05Use absl::make_unique and absl::WrapUnique directlyKarl Wiberg
2018-07-04Android: Handle StartRecording() failure gracefullyMagnus Jedvert
2018-06-29Detach audio devices from thread on terminate.Paulina Hensman
2018-06-21Replace rtc::Optional with absl::optionalDanil Chapovalov
2018-06-08Adds support for new Windows ADM with limited API support.henrika
2018-05-18Android JNI generation: Set JNI namespace in build filesMagnus Jedvert
2018-05-15Android JNI: Disallow automatic conversion from long to jintMagnus Jedvert
2018-04-24Increase logging for Java ADMPaulina Hensman
2018-04-23Make depending on a specific audio implementation optional.Sami Kalliomäki
2018-04-11Small cleanup in sdk/android ADMPaulina Hensman
2018-04-06Android: Add AudioDeviceModule interface and clean up implementation codeMagnus Jedvert
2018-04-04Android: Split out audio device targetsMagnus Jedvert
2018-03-29Android: Remove IsCommunicationModeEnabled() from AudioManagerMagnus Jedvert
2018-03-28Android audio code: Replace C++ template with input/output interfaceMagnus Jedvert