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

  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.h 62 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy) const
64 return mPolicyEngine->getDeviceForStrategy(strategy);
141 audio_devices_t getDeviceForStrategy(routing_strategy strategy) const;
Engine.cpp 290 audio_devices_t Engine::getDeviceForStrategy(routing_strategy strategy) const
305 ALOGE("getDeviceForStrategy() no device found for "\
312 device = getDeviceForStrategy(STRATEGY_SONIFICATION);
319 device = getDeviceForStrategy(STRATEGY_SONIFICATION);
329 device = getDeviceForStrategy(STRATEGY_MEDIA);
332 device = getDeviceForStrategy(STRATEGY_SONIFICATION);
346 device = getDeviceForStrategy(STRATEGY_MEDIA);
418 ALOGE("getDeviceForStrategy() no device found for STRATEGY_PHONE");
449 ALOGE("getDeviceForStrategy() no device found for STRATEGY_PHONE, FORCE_SPEAKER");
460 device = getDeviceForStrategy(STRATEGY_PHONE)
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 167 audio_devices_t Engine::ManagerInterfaceImpl::getDeviceForStrategy(routing_strategy strategy) const
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 375 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
378 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
547 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 474 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
477 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
635 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
706 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
    [all...]

Completed in 40 milliseconds