Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_group_handle.cpp42 if (type == GroupType::VOLUME_TYPE && currentVolumeId_ == MAX_ID) { in CheckId()
44 } else if (type == GroupType::INTERRUPT_TYPE && currentInterruptId_ == MAX_ID) { in CheckId()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_group_handle.h23 static const int32_t MAX_ID = 10000; variable