Searched defs:role_bit (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp7562 uint32_t role_bit = AUDIO_DEVICE_BIT_IN & types; local
7563 types &= ~role_bit;
7569 add(new DeviceDescriptor(String8(""), type | role_bit));

Completed in 76 milliseconds