Searched refs:mDeviceTypes (Results 1 – 2 of 2) sorted by relevance
70 DeviceVector() : SortedVector(), mDeviceTypes(AUDIO_DEVICE_NONE) {} in DeviceVector()77 audio_devices_t types() const { return mDeviceTypes; } in types()91 audio_devices_t mDeviceTypes; variable
62 mDeviceTypes = AUDIO_DEVICE_NONE; in refreshTypes()64 mDeviceTypes |= itemAt(i)->type(); in refreshTypes()66 ALOGV("DeviceVector::refreshTypes() mDeviceTypes %08x", mDeviceTypes); in refreshTypes()