Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h153 static constexpr int32_t MAX_EVENT_DIGITS = 3; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp861 if (len < 0 || len > MAX_EVENT_DIGITS || position == std::string::npos) { in getEventTypeFromCondition()