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
63 mDeviceTypes = AUDIO_DEVICE_NONE; in refreshTypes()65 mDeviceTypes |= itemAt(i)->type(); in refreshTypes()67 ALOGV("DeviceVector::refreshTypes() mDeviceTypes %08x", mDeviceTypes); in refreshTypes()