Home
last modified time | relevance | path

Searched refs:OFFLOAD_DEFAULT_MIN_DURATION_SECS (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h83 #define OFFLOAD_DEFAULT_MIN_DURATION_SECS 60 macro
DAudioPolicyManager.cpp3163 } else if (offloadInfo.duration_us < OFFLOAD_DEFAULT_MIN_DURATION_SECS * 1000000) { in isOffloadSupported()
3164 ALOGV("Offload denied by duration < default min(=%u)", OFFLOAD_DEFAULT_MIN_DURATION_SECS); in isOffloadSupported()