Home
last modified time | relevance | path

Searched refs:microphone (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tests/UsbTests/res/raw/
Dreadme.txt10 no microphone.
24 - The descriptors when a headset with microphone and low-impedance
/frameworks/base/data/keyboards/
DVendor_0171_Product_0419.kl54 # Alexa Push-To-Talk button (microphone icon, below the Home button)
/frameworks/base/media/java/android/media/
DMediaRecorder.java1784 MicrophoneInfo microphone = AudioManager.microphoneInfoFromAudioDeviceInfo(device); in getActiveMicrophones() local
1789 microphone.setChannelMapping(channelMapping); in getActiveMicrophones()
1790 activeMicrophones.add(microphone); in getActiveMicrophones()
DAudioRecord.java2210 MicrophoneInfo microphone = AudioManager.microphoneInfoFromAudioDeviceInfo(device); in getActiveMicrophones() local
2215 microphone.setChannelMapping(channelMapping); in getActiveMicrophones()
2216 activeMicrophones.add(microphone); in getActiveMicrophones()
DAudioManager.java8126 MicrophoneInfo microphone = new MicrophoneInfo( in microphoneInfoFromAudioDeviceInfo() local
8134 microphone.setId(deviceInfo.getId()); in microphoneInfoFromAudioDeviceInfo()
8135 return microphone; in microphoneInfoFromAudioDeviceInfo()
8148 MicrophoneInfo microphone = microphoneInfoFromAudioDeviceInfo(device); in addMicrophonesFromAudioDeviceInfo() local
8149 microphones.add(microphone); in addMicrophonesFromAudioDeviceInfo()
/frameworks/proto_logging/stats/enums/media/audio/
Denums.proto41 * a headphones and microphone.
90 * A device type describing the microphone(s) built in a device.
/frameworks/proto_logging/stats/enums/input/
Denums.proto78 // Mute system microphone
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal61 * COMPLETE refers to a complete failure e.g. non-responsive microphone.
/frameworks/proto_logging/stats/message/
Dmediametrics_message.proto22 * Track how we arbitrate between microphone/input requests.
/frameworks/base/proto/src/
Dsystem_messages.proto271 // Notify the user to unblock the microphone global toggle
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2888 auto microphone = in getMicrophones() local
2890 return microphone.ok() ? microphone.value() : media::MicrophoneInfoFw{}; in getMicrophones()
/frameworks/proto_logging/stats/
Datoms.proto11606 * Track how we arbitrate between microphone/input requests.
11621 * Track how we arbitrate between microphone requests.
11641 * Track how we arbitrate between microphone/input requests.
11656 * Track how we arbitrate between microphone/input requests.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8806 field public static final java.lang.String FEATURE_MICROPHONE = "android.hardware.microphone";
/frameworks/base/core/api/
Dcurrent.txt13155 field public static final String FEATURE_MICROPHONE = "android.hardware.microphone";