Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.h347 DeviceVector() : SortedVector(), mDeviceTypes(AUDIO_DEVICE_NONE) {} in DeviceVector()
353 audio_devices_t types() const { return mDeviceTypes; } in types()
367 audio_devices_t mDeviceTypes; variable
DAudioPolicyManager.cpp6720 mDeviceTypes = AUDIO_DEVICE_NONE; in refreshTypes()
6722 mDeviceTypes |= itemAt(i)->mDeviceType; in refreshTypes()
6724 ALOGV("DeviceVector::refreshTypes() mDeviceTypes %08x", mDeviceTypes); in refreshTypes()