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

  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 146 audio_devices_t Engine::ManagerInterfaceImpl::getDeviceForStrategy(routing_strategy strategy) const
  /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);
  /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 277 // getDeviceForStrategy() cache
520 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
523 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
693 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
    [all...]

Completed in 7976 milliseconds