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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp1335 // VirtualizerIsDeviceSupported()
1346 int VirtualizerIsDeviceSupported(audio_devices_t deviceType) { function in namespace:android::__anon337
1378 return VirtualizerIsDeviceSupported(deviceType);
1402 if (VirtualizerIsDeviceSupported(forcedDevice) != 0) {
1414 if (VirtualizerIsDeviceSupported(pContext->pBundledContext->nOutputDevice) == 0) {
3420 if (android::VirtualizerIsDeviceSupported(device) != 0) {

Completed in 80 milliseconds