Lines Matching refs:enabled
51 * Gets whether BT SCO Noise Reduction and Echo Cancellation are enabled.
56 * @return enabled whether BT SCO NR + EC are enabled.
58 getBtScoNrecEnabled() generates (Result retval, bool enabled);
61 * Sets whether BT SCO Noise Reduction and Echo Cancellation are enabled.
66 * @param enabled whether BT SCO NR + EC are enabled.
69 setBtScoNrecEnabled(bool enabled) generates (Result retval);
72 * Gets whether BT SCO Wideband mode is enabled. Calling this method is
76 * @return enabled whether BT Wideband is enabled.
78 getBtScoWidebandEnabled() generates (Result retval, bool enabled);
81 * Sets whether BT SCO Wideband mode is enabled. Calling this method is
85 * @param enabled whether BT Wideband is enabled.
88 setBtScoWidebandEnabled(bool enabled) generates (Result retval);
91 * Gets whether BT HFP (Hands-Free Profile) is enabled. Calling this method
95 * @return enabled whether BT HFP is enabled.
97 getBtHfpEnabled() generates (Result retval, bool enabled);
100 * Sets whether BT HFP (Hands-Free Profile) is enabled. Calling this method
104 * @param enabled whether BT HFP is enabled.
107 setBtHfpEnabled(bool enabled) generates (Result retval);
159 * enabled. Calling this method is equivalent to getting
163 * @return enabled whether HAC mode is enabled.
165 getHacEnabled() generates (Result retval, bool enabled);
169 * enabled. Calling this method is equivalent to setting
173 * @param enabled whether HAC mode is enabled.
176 setHacEnabled(bool enabled) generates (Result retval);