HomeSort by relevance Sort by last modified time
    Searched refs:hac (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/audio/hal/
voice.h 59 bool hac; member in struct:voice
voice.c 406 bool hac = false; local
409 hac = true;
411 if (hac != adev->voice.hac) {
412 adev->voice.hac = hac;
440 adev->voice.hac = false;
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 345 int hac = mButtonHAC.isChecked() ? 1 : 0; local
346 // Update HAC value in Settings database
348 Settings.System.HEARING_AID, hac); local
350 // Update HAC Value in AudioManager
351 mAudioManager.setParameter(HAC_KEY, hac != 0 ? HAC_VAL_ON : HAC_VAL_OFF);
1239 int hac = Settings.System.getInt(getContentResolver(), Settings.System.HEARING_AID, 0); local
    [all...]
PhoneGlobals.java 452 // Read HAC settings and configure audio hardware
454 int hac = android.provider.Settings.System.getInt( local
459 audioManager.setParameter(CallFeaturesSetting.HAC_KEY, hac != 0 ?
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 140 [SND_DEVICE_OUT_VOICE_HAC_HANDSET] = "voice-hac-handset",
    [all...]

Completed in 63 milliseconds