Home
last modified time | relevance | path

Searched refs:mic (Results 1 – 12 of 12) sorted by relevance

/hardware/google/pixel/pixelstats/include/pixelstats/
DUeventListener.h51 void ReportMicBrokenOrDegraded(const int mic, const bool isBroken);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Deapol.h114 unsigned char mic[EAPOL_WPA_KEY_MIC_LEN]; /* Key MIC */
D802.11.h3315 uint8 mic[16]; member
3350 uint8 mic[BIP_MIC_SIZE]; /* mic */ member
/hardware/google/pixel/pixelstats/
DUeventListener.cpp66 void UeventListener::ReportMicBrokenOrDegraded(const int mic, const bool isbroken) { in ReportMicBrokenOrDegraded() argument
72 .hardwareLocation = mic, in ReportMicBrokenOrDegraded()
/hardware/qcom/audio/hal/
Dplatform_api.h193 struct audio_microphone_characteristic_t mic);
/hardware/interfaces/audio/effect/5.0/xml/api/
Dcurrent.txt72 enum_constant public static final audio.effects.V5_0.StreamInputType mic;
/hardware/interfaces/audio/effect/2.0/
Dtypes.hal272 // (e.g. dual mic noise suppressor)
/hardware/interfaces/audio/effect/4.0/
Dtypes.hal272 // (e.g. dual mic noise suppressor)
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal274 // (e.g. dual mic noise suppressor)
/hardware/qcom/audio/hal/msm8960/
Dplatform.c1365 struct audio_microphone_characteristic_t mic __unused) { in platform_set_microphone_characteristic()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c4961 struct audio_microphone_characteristic_t mic) { in platform_set_microphone_characteristic() argument
4968 mic.channel_mapping[ch] = AUDIO_MICROPHONE_CHANNEL_MAPPING_UNUSED; in platform_set_microphone_characteristic()
4970 my_data->microphones[my_data->declared_mic_count++] = mic; in platform_set_microphone_characteristic()
/hardware/qcom/audio/hal/msm8916/
Dplatform.c2852 struct audio_microphone_characteristic_t mic __unused) {