HomeSort by relevance Sort by last modified time
    Searched refs:mSupportedDevices (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
IOProfile.h 59 bool hasSupportedDevices() const { return !mSupportedDevices.isEmpty(); }
64 return mSupportedDevices.types() & device;
66 return mSupportedDevices.types() & (device & ~AUDIO_DEVICE_BIT_IN);
71 return mSupportedDevices[0]->mAddress == address;
74 // chose first device present in mSupportedDevices also part of deviceType
77 for (size_t k = 0; k < mSupportedDevices.size(); k++) {
78 audio_devices_t profileType = mSupportedDevices[k]->type();
86 audio_devices_t getSupportedDevicesType() const { return mSupportedDevices.types(); }
88 void clearSupportedDevices() { mSupportedDevices.clear(); }
91 mSupportedDevices.add(device)
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp 50 if ((mSupportedDevices.types() & device) != device) {
53 } else if (mSupportedDevices.getDevice(device, address) == 0) {
124 mSupportedDevices.dump(fd, String8("Supported"), 4, false);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 225 audio_devices_t mSupportedDevices; // supported devices (devices this output can be

Completed in 2920 milliseconds