Searched refs:isWarm (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp83 bool isWarm = false; // true means ready to mix, false means wait for warmup before mixing local
162 isWarm = false;
352 if ((command & FastMixerState::MIX) && (mixer != NULL) && isWarm) {
470 if (!isWarm && attemptedWrite) {
480 isWarm = true;
486 if (isWarm) {
517 if (isWarm) {

Completed in 80 milliseconds