Searched defs:indexMax (Results 1 - 1 of 1) sorted by relevance
/hardware/libhardware_legacy/audio/ |
H A D | AudioPolicyManagerBase.cpp | 934 int indexMax) 936 ALOGV("initStreamVolume() stream %d, min %d, max %d", stream , indexMin, indexMax); 937 if (indexMin < 0 || indexMin >= indexMax) { 938 ALOGW("initStreamVolume() invalid index limits for stream %d, min %d, max %d", stream , indexMin, indexMax); 942 mStreams[stream].mIndexMax = indexMax; 932 initStreamVolume(AudioSystem::stream_type stream, int indexMin, int indexMax) argument
|
Completed in 44 milliseconds