Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DLoudnessCodecHelperTest.java31 import static com.android.server.audio.LoudnessCodecHelper.SPL_RANGE_UNKNOWN;
248 SPL_RANGE_UNKNOWN).createLoudnessParameters(); in checkParcelableBundle_forMpeg4CodecInputProperties()
254 SPL_RANGE_UNKNOWN).createLoudnessParameters(); in checkParcelableBundle_forMpeg4CodecInputProperties()
299 SPL_RANGE_UNKNOWN).createLoudnessParameters(); in checkParcelableBundle_forMpegDCodecInputProperties()
305 SPL_RANGE_UNKNOWN).createLoudnessParameters(); in checkParcelableBundle_forMpegDCodecInputProperties()
/frameworks/base/services/core/java/com/android/server/audio/
DLoudnessCodecHelper.java89 static final int SPL_RANGE_UNKNOWN = 0; field in LoudnessCodecHelper
99 SPL_RANGE_UNKNOWN,
715 return SPL_RANGE_UNKNOWN; in getDeviceSplRange()
741 return SPL_RANGE_UNKNOWN; in stringToSplRange()