Lines Matching refs:initial
225 Settings initial, s;
228 // Record the initial state of the settings from inside the lock. Then
231 initial = s = mSettings;
276 if (memcmp(&initial, &s, sizeof(initial))) {
280 if (memcmp(&initial.hdmi, &s.hdmi, sizeof(initial.hdmi)))
282 applyOutputSettings_l(initial.hdmi, s.hdmi, mSettings.hdmi,
285 if (initial.videoDelayCompUsec != s.videoDelayCompUsec)
304 const AudioHardwareOutput::OutputSettings& initial,
314 if (initial.allowed != current.allowed) {
330 if (initial.delayCompUsec != current.delayCompUsec) {
336 if (initial.isFixed != current.isFixed) {
342 if (initial.fixedLvl != current.fixedLvl) {