Searched refs:AUDIO_DEVICE_API_VERSION_3_1 (Results 1 – 2 of 2) sorted by relevance
528 if (version() < AUDIO_DEVICE_API_VERSION_3_1 || mDevice->add_device_effect == nullptr) { in openOutputStream()544 if (version() < AUDIO_DEVICE_API_VERSION_3_1 || mDevice->remove_device_effect == nullptr) { in openOutputStream()
59 #define AUDIO_DEVICE_API_VERSION_3_1 HARDWARE_DEVICE_API_VERSION(3, 1) macro