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

  /hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.h 51 virtual uint32_t getDeviceForStrategy(routing_strategy strategy, bool fromCache = true);
AudioPolicyManager.cpp 52 uint32_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, bool fromCache)
58 ALOGV("getDeviceForStrategy() from cache strategy %d, device %x", strategy, device);
66 device = getDeviceForStrategy(STRATEGY_MEDIA, false);
112 ALOGE("getDeviceForStrategy() earpiece device not found");
135 ALOGE("getDeviceForStrategy() speaker device not found");
146 device = getDeviceForStrategy(STRATEGY_PHONE, false);
155 ALOGE("getDeviceForStrategy() speaker device not found");
215 ALOGE("getDeviceForStrategy() speaker device not found");
221 device != getDeviceForStrategy(STRATEGY_PHONE, false)) {
223 ALOGV("getDeviceForStrategy() incompatible media and phone devices")
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.h 51 virtual uint32_t getDeviceForStrategy(routing_strategy strategy, bool fromCache = true);
AudioPolicyManager.cpp 52 uint32_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strategy, bool fromCache)
58 ALOGV("getDeviceForStrategy() from cache strategy %d, device %x", strategy, device);
66 device = getDeviceForStrategy(STRATEGY_MEDIA, false);
112 ALOGE("getDeviceForStrategy() earpiece device not found");
135 ALOGE("getDeviceForStrategy() speaker device not found");
146 device = getDeviceForStrategy(STRATEGY_PHONE, false);
155 ALOGE("getDeviceForStrategy() speaker device not found");
215 ALOGE("getDeviceForStrategy() speaker device not found");
221 device != getDeviceForStrategy(STRATEGY_PHONE, false)) {
223 ALOGV("getDeviceForStrategy() incompatible media and phone devices")
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 481 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 334 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy,
418 // see getDeviceForStrategy() for the use of fromCache parameter
424 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.

Completed in 62 milliseconds