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

  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.h 61 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy) const
63 return mPolicyEngine->getDeviceForStrategy(strategy);
127 audio_devices_t getDeviceForStrategy(routing_strategy strategy) const;
Engine.cpp 232 audio_devices_t Engine::getDeviceForStrategy(routing_strategy strategy) const
534 ALOGW("getDeviceForStrategy() unknown strategy: %d", strategy);
539 ALOGV("getDeviceForStrategy() no device found for strategy %d", strategy);
542 "getDeviceForStrategy() no default device defined");
544 ALOGVV("getDeviceForStrategy() strategy %d, device %x", strategy, device);
  /frameworks/av/services/audiopolicy/engine/interface/
AudioPolicyManagerInterface.h 68 virtual audio_devices_t getDeviceForStrategy(routing_strategy stategy) const = 0;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 131 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
  /hardware/qcom/audio/msm8909/policy_hal/
AudioPolicyManager.cpp 278 audio_devices_t audioOutputDevice = getDeviceForStrategy(getStrategy(AUDIO_STREAM_MUSIC), true);
570 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache);
574 device = getDeviceForStrategy(STRATEGY_PHONE, fromCache);
576 device = getDeviceForStrategy(STRATEGY_ENFORCED_AUDIBLE, fromCache);
580 device = getDeviceForStrategy(STRATEGY_SONIFICATION, fromCache);
584 device = getDeviceForStrategy(STRATEGY_SONIFICATION_RESPECTFUL, fromCache);
586 device = getDeviceForStrategy(STRATEGY_ACCESSIBILITY, fromCache);
588 device = getDeviceForStrategy(STRATEGY_MEDIA, fromCache);
590 device = getDeviceForStrategy(STRATEGY_DTMF, fromCache);
592 device = getDeviceForStrategy(STRATEGY_TRANSMITTED_THROUGH_SPEAKER, fromCache)
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 146 audio_devices_t Engine::ManagerInterfaceImpl::getDeviceForStrategy(routing_strategy strategy) const
Engine.h 63 virtual audio_devices_t getDeviceForStrategy(routing_strategy stategy) const;
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 376 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
379 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
548 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 511 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
514 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
676 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
    [all...]
AudioPolicyManager.h 291 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy,
396 // see getDeviceForStrategy() for the use of fromCache parameter
403 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 360 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy,
452 // see getDeviceForStrategy() for the use of fromCache parameter
458 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.

Completed in 73 milliseconds