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

  /hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.cpp 52 uint32_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, bool fromCache)
58 LOGV("getDeviceForStrategy() from cache strategy %d, device %x", strategy, device);
66 device = getDeviceForStrategy(STRATEGY_MEDIA, false);
112 LOGE("getDeviceForStrategy() earpiece device not found");
135 LOGE("getDeviceForStrategy() speaker device not found");
146 device = getDeviceForStrategy(STRATEGY_PHONE, false);
155 LOGE("getDeviceForStrategy() speaker device not found");
215 LOGE("getDeviceForStrategy() speaker device not found");
221 device != getDeviceForStrategy(STRATEGY_PHONE, false)) {
223 LOGV("getDeviceForStrategy() incompatible media and phone devices")
    [all...]
  /frameworks/base/libs/audioflinger/
AudioPolicyManagerBase.cpp 426 uint32_t device = getDeviceForStrategy(strategy);
    [all...]

Completed in 1949 milliseconds