Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.h46 const std::vector<DeviceRole> DEVICE_ROLE_SET = { variable
H A Dnapi_param_utils.cpp753 …if (std::find(DEVICE_ROLE_SET.begin(), DEVICE_ROLE_SET.end(), intValue) == DEVICE_ROLE_SET.end()) { in GetAudioDeviceDescriptor()