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

/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp652 int musicEnabled = -1; local
656 musicEnabled = 1;
659 musicEnabled = 0;
670 if (musicEnabled != -1) {
671 LifeVibes::enableMusic((bool) musicEnabled);

Completed in 37 milliseconds