Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Dplatform.h20 #define PLATFORM_MILLIBEL_MAX_VOLUME 0 // No more than unity gain macro
22 #define PLATFORM_MILLIBEL_MAX_VOLUME SL_MILLIBEL_MAX macro
/frameworks/wilhelm/src/itf/
DIVolume.cpp27 if (!((SL_MILLIBEL_MIN <= level) && (level <= PLATFORM_MILLIBEL_MAX_VOLUME))) { in IVolume_SetVolumeLevel()
72 *pMaxLevel = PLATFORM_MILLIBEL_MAX_VOLUME; in IVolume_GetMaxVolumeLevel()