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

  /hardware/msm7k/libaudio-qdsp5v2/
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...]
  /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...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 434 uint32_t device = getDeviceForStrategy(strategy);
    [all...]

Completed in 6618 milliseconds