Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp1377 int VirtualizerIsDeviceSupported(audio_devices_t deviceType) { in Effect_setConfig() function
1409 return VirtualizerIsDeviceSupported(deviceType); in Effect_setConfig()
1433 if (VirtualizerIsDeviceSupported(forcedDevice) != 0) { in Effect_setConfig()
1445 if (VirtualizerIsDeviceSupported(pContext->pBundledContext->nOutputDevice) == 0) { in Effect_setConfig()
3665 if (android::VirtualizerIsDeviceSupported(device) != 0) { in Effect_command()