Home | History | Annotate | Download | only in libaudio-qsd8k

Lines Matching defs:getDeviceForStrategy

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");
228 LOGW("getDeviceForStrategy() unknown strategy: %d", strategy);
232 LOGV("getDeviceForStrategy() strategy %d, device %x", strategy, device);