OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hac
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/audio/hal/
voice.h
60
bool
hac
;
member in struct:voice
voice.c
62
strlcpy(mixer_path, "sidetone-
hac
-handset", MIXER_PATH_MAX_LENGTH);
473
bool
hac
= false;
local
476
hac
= true;
478
if (
hac
!= adev->voice.
hac
) {
479
adev->voice.
hac
=
hac
;
507
adev->voice.
hac
= false;
/packages/services/Telephony/src/com/android/phone/settings/
AccessibilitySettingsFragment.java
96
int
hac
= Settings.System.getInt(mContext.getContentResolver(),
local
98
mButtonHac.setChecked(
hac
== SettingsConstants.HAC_ENABLED);
126
int
hac
= mButtonHac.isChecked()
local
128
// Update
HAC
value in Settings database.
129
Settings.System.putInt(mContext.getContentResolver(), Settings.System.HEARING_AID,
hac
);
local
131
// Update
HAC
Value in AudioManager.
133
hac
== SettingsConstants.HAC_ENABLED
/packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java
383
// Read
HAC
settings and configure audio hardware
385
int
hac
= android.provider.Settings.System.getInt(
local
391
hac
== SettingsConstants.HAC_ENABLED
[
all
...]
Completed in 224 milliseconds