Lines Matching refs:enabled
42 * Gets whether BT SCO Noise Reduction and Echo Cancellation are enabled.
47 * @return enabled whether BT SCO NR + EC are enabled.
49 getBtScoNrecEnabled() generates (Result retval, bool enabled);
52 * Sets whether BT SCO Noise Reduction and Echo Cancellation are enabled.
56 * @param enabled whether BT SCO NR + EC are enabled.
59 setBtScoNrecEnabled(bool enabled) generates (Result retval);
62 * Gets whether BT SCO Wideband mode is enabled. Calling this method is
66 * @return enabled whether BT Wideband is enabled.
68 getBtScoWidebandEnabled() generates (Result retval, bool enabled);
71 * Sets whether BT SCO Wideband mode is enabled. Calling this method is
74 * @param enabled whether BT Wideband is enabled.
77 setBtScoWidebandEnabled(bool enabled) generates (Result retval);
106 * enabled. Calling this method is equivalent to getting
110 * @return enabled whether HAC mode is enabled.
112 getHacEnabled() generates (Result retval, bool enabled);
116 * enabled. Calling this method is equivalent to setting
119 * @param enabled whether HAC mode is enabled.
122 setHacEnabled(bool enabled) generates (Result retval);