Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/include/
Dpolicy.h28 #define SAMPLE_RATE_HZ_DEFAULT 48000 macro
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1673 uint32_t profileSamplingRate = (samplingRate == 0) ? SAMPLE_RATE_HZ_DEFAULT : samplingRate; in getInputForDevice()