Home
last modified time | relevance | path

Searched refs:mIsFmActive (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DAudioHardwareALSA.cpp96 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()
DAudioHardwareALSA.h579 int mIsFmActive; variable