Searched refs:mIsFmActive (Results 1 – 2 of 2) sorted by relevance
96 mIsFmActive = 0; in AudioHardwareALSA()542 if ( mIsFmActive ) { in getParameters()626 mIsFmActive); in doRouting()1433 if(device & AudioSystem::DEVICE_OUT_FM && mIsFmActive == 0) { in handleFm()1460 mIsFmActive = 1; in handleFm()1483 } else if (!(device & AudioSystem::DEVICE_OUT_FM) && mIsFmActive == 1) { in handleFm()1496 mIsFmActive = 0; in handleFm()
579 int mIsFmActive; variable