Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp936 int32_t ret = GetVolFromEvent(event.content, VOLUME_LEVEL, vol); in HandleVolumeChangeEvent()
944 ret = GetVolFromEvent(event.content, MAX_VOLUME_LEVEL, maxVol); in HandleVolumeChangeEvent()
949 ret = GetVolFromEvent(event.content, MIN_VOLUME_LEVEL, minVol); in HandleVolumeChangeEvent()
990 int32_t AudioAdapterInterfaceImpl::GetVolFromEvent(const std::string &content, const std::string &k… in GetVolFromEvent() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioAdapterInterfaceImpl
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h141 int32_t GetVolFromEvent(const std::string &content, const std::string &key, int32_t &vol);