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

  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 88 if (mAvailableOutputDevices & device) {
100 mAvailableOutputDevices = (audio_devices_t)(mAvailableOutputDevices | device);
130 if (!(mAvailableOutputDevices & device)) {
137 mAvailableOutputDevices = (audio_devices_t)(mAvailableOutputDevices & ~device);
253 if (device & mAvailableOutputDevices) {
512 if (mAvailableOutputDevices & profile->mSupportedDevices) {
520 if (mAvailableOutputDevices & profile->mSupportedDevices) {
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 528 audio_devices_t mAvailableOutputDevices; // bit field of all available output devices

Completed in 113 milliseconds