/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | ScreenRecordingAdapter.java | 20 import static com.android.systemui.screenrecord.ScreenRecordingAudioSource.MIC; 98 case MIC: in getDropDownView() 112 case MIC: in getView()
|
D | ScreenRecordingAudioSource.java | 25 MIC, enumConstant
|
D | ScreenRecordDialog.java | 20 import static com.android.systemui.screenrecord.ScreenRecordingAudioSource.MIC; 93 mModes.add(MIC); in onCreate()
|
D | ScreenMediaRecorder.java | 22 import static com.android.systemui.screenrecord.ScreenRecordingAudioSource.MIC; 115 if (mAudioSource == MIC) { in prepare() 143 if (mAudioSource == MIC) { in prepare()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
D | MediaRecorderTest.java | 87 mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); in recordVideo() 136 recorder.setAudioSource(MediaRecorder.AudioSource.MIC); in validateGetSurface() 237 recorder.setAudioSource(MediaRecorder.AudioSource.MIC); in recordVideoFromSurface() 348 mMediaRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); in recordVideoWithPara() 379 mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); in invalidRecordSetting()
|
/frameworks/base/media/java/android/media/ |
D | MediaRecorder.java | 239 public static final int MIC = 1; field in MediaRecorder.AudioSource 369 AudioSource.MIC, 391 case AudioSource.MIC: in isSystemOnlyAudioSource() 412 case AudioSource.MIC: in toLogFriendlyAudioSource()
|
D | AudioRecordingConfiguration.java | 170 MediaRecorder.AudioSource.MIC,
|
D | AudioAttributes.java | 1030 case MediaRecorder.AudioSource.MIC: in setCapturePreset()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | MediaRecorderStateUnitTestTemplate.java | 42 public static final int AUDIO_SOURCE = MediaRecorder.AudioSource.MIC;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
D | MediaPlayerPerformance.java | 231 mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); in stressVideoRecord() 268 mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); in stressAudioRecord()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | MediaRecorderStressTest.java | 231 mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); in recordVideoAndPlayback()
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
D | ScoAudioTest.java | 466 mMediaRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); in setup()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | CodecTest.java | 498 mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); in mediaRecorderRecord()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 15314 field public static final int MIC = 1; // 0x1
|
/frameworks/base/api/ |
D | current.txt | 26784 field public static final int MIC = 1; // 0x1
|