Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/include/
H A Ddaudio_events.h59 HDF_AUDIO_EVENT_RENDER_STATE_CHANGE = 11, 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.cpp1211 DAudioEvent event = {HDF_AUDIO_EVENT_RENDER_STATE_CHANGE,
1230 DAudioEvent event = {HDF_AUDIO_EVENT_RENDER_STATE_CHANGE,
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp527 case HDF_AUDIO_EVENT_RENDER_STATE_CHANGE: in Notify()