Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/include/
H A Ddaudio_events.h51 HDF_AUDIO_EVENT_VOLUME_CHANGE = 3, enumerator
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp1099 DAudioEvent event = {HDF_AUDIO_EVENT_VOLUME_CHANGE,
1128 DAudioEvent event = {HDF_AUDIO_EVENT_VOLUME_CHANGE, "V"};
1151 DAudioEvent event = {HDF_AUDIO_EVENT_VOLUME_CHANGE, "V"};
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp521 case HDF_AUDIO_EVENT_VOLUME_CHANGE: in Notify()