Searched defs:MicrophoneInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DMicrophoneInfo.h38 class MicrophoneInfo : public Parcelable { class in namespace:android::media
40 MicrophoneInfo() = default;
41 MicrophoneInfo(const MicrophoneInfo& microphoneInfo) = default;
42 MicrophoneInfo(audio_microphone_characteristic_t& characteristic) { function in class:android::media::MicrophoneInfo
73 virtual ~MicrophoneInfo() = default;
/frameworks/base/media/java/android/media/
H A DMicrophoneInfo.java34 public final class MicrophoneInfo { class
166 MicrophoneInfo(String deviceId, int type, String address, int location, method in class:MicrophoneInfo
309 * Empty list when the MicrophoneInfo is returned by AudioManager.getMicrophones().
310 * At least one entry when the MicrophoneInfo is returned by AudioRecord.getActiveMicrophones().

Completed in 116 milliseconds