Find
C
ase-sensitive
R
egexp search
Path
Showing
18d9efd5
from
2026-09-25
:
Revert "Bug
2075271
, Bug
2075001
, Bug
2066245
, Bug
2074974
, Bug
2066247
, Bug
2066248
, Bug
2066246
, Bug
2066244
, Bug
2066242
, Bug
2066240
, Bug
2066236
- Stub the widget market prefs in newtab for older hosts r=thecount" for causing marionette integration tests failures at test_backup.py
firefox-main
/
third_party
/
libwebrtc
/
sdk
/
android
/
api
/
org
/
webrtc
/
audio
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
AudioDeviceModule.java
This interface is a thin wrapper on top of a native C++ webrtc::AudioDeviceModule (ADM). The reason for basing it on a native ADM instead of a pure Java interface is that we have two native Android implementations (OpenSLES and AAudio) that does not make sense to wrap through JNI. <p>Note: This class is still under development and may change without notice.
2175
-
JavaAudioDeviceModule.java
AudioDeviceModule implemented using android.media.AudioRecord as input and android.media.AudioTrack as output.
16217
-