Lines Matching refs:mode
34 * This method is used to notify the HAL about audio mode changes.
36 * @param mode new mode.
39 setMode(AudioMode mode) generates (Result retval);
62 * Gets whether BT SCO Wideband mode is enabled. Calling this method is
71 * Sets whether BT SCO Wideband mode is enabled. Calling this method is
87 * Gets current TTY mode selection. Calling this method is equivalent to
91 * @return mode TTY mode.
93 getTtyMode() generates (Result retval, TtyMode mode);
96 * Sets current TTY mode. Calling this method is equivalent to setting
99 * @param mode TTY mode.
102 setTtyMode(TtyMode mode) generates (Result retval);
105 * Gets whether Hearing Aid Compatibility - Telecoil (HAC-T) mode is
110 * @return enabled whether HAC mode is enabled.
115 * Sets whether Hearing Aid Compatibility - Telecoil (HAC-T) mode is
119 * @param enabled whether HAC mode is enabled.