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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPolicyConfig.h 45 mAvailableOutputDevices(availableOutputDevices),
67 mAvailableOutputDevices.add(availableDevice);
80 mAvailableOutputDevices.add(availableOutputDevices);
97 return mAvailableOutputDevices;
112 mAvailableOutputDevices.add(mDefaultOutputDevices);
139 DeviceVector &mAvailableOutputDevices;
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 264 return mAvailableOutputDevices;
470 return mPrimaryOutput->supportedDevices() & mAvailableOutputDevices.types();
524 DeviceVector mAvailableOutputDevices; // all available output devices
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 541 audio_devices_t mAvailableOutputDevices; // bit field of all available output devices

Completed in 6715 milliseconds