Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_process_config.cpp30 static const uint32_t MAX_VALID_USAGE_SIZE = 30; // 128 for pids variable
64 …CHECK_AND_RETURN_RET_LOG(usageSize < MAX_VALID_USAGE_SIZE, ERR_INVALID_PARAM, "usageSize is too la… in WriteInnerCapConfigToParcel()
93 if (usageSize > MAX_VALID_USAGE_SIZE) { in ReadInnerCapConfigFromParcel()