Searched refs:AidlAudioDeviceType (Results 1 – 2 of 2) sorted by relevance
190 AidlAudioDeviceType audioType = info.aidlAudioDevice.type.type; in onDeviceAvailable()192 if (audioType != AidlAudioDeviceType::NONE) { in onDeviceAvailable()
57 using AidlAudioDeviceType = ::aidl::android::media::audio::common::AudioDeviceType; variable