Home
last modified time | relevance | path

Searched refs:TYPE_CONDITION (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.h152 static constexpr int32_t TYPE_CONDITION = 11; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp860 int32_t len = static_cast<int32_t>(position) - TYPE_CONDITION; in getEventTypeFromCondition()
865 std::string val = condition.substr(TYPE_CONDITION, len); in getEventTypeFromCondition()