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()1425 if(device & AudioSystem::DEVICE_OUT_FM && mIsFmActive == 0) { in handleFm()1451 mIsFmActive = 1; in handleFm()1474 } else if (!(device & AudioSystem::DEVICE_OUT_FM) && mIsFmActive == 1) { in handleFm()1487 mIsFmActive = 0; in handleFm()
578 int mIsFmActive; variable