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.cpp1535 int VirtualizerIsDeviceSupported(audio_devices_t deviceType) { in Effect_setConfig() function
1567 return VirtualizerIsDeviceSupported(deviceType); in Effect_setConfig()
1591 if (VirtualizerIsDeviceSupported(forcedDevice) != 0) { in Effect_setConfig()
1603 if (VirtualizerIsDeviceSupported(pContext->pBundledContext->nOutputDevice) == 0) { in Effect_setConfig()
3773 if (android::VirtualizerIsDeviceSupported(device) != 0) { in Effect_command()