Home | History | Annotate | Download | only in testlibs

Lines Matching refs:immediate

87     // enabled again. Does not introduce artifacts, unless immediate is set.
88 // immediate Whether to apply change abruptly (ignored if filter is
90 void commit(bool immediate = false);
102 // introduce artifacts, unless immediate is set.
103 // immediate Whether to apply change abruptly.
104 void enable(bool immediate = false) { mBiquad.enable(immediate); }
107 // immediate is set.
108 // immediate Whether to apply change abruptly.
109 void disable(bool immediate = false) { mBiquad.disable(immediate); }