Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp654 ret = WaitForSANotify(renderId, EVENT_CLOSE_SPK); in CloseRenderDevice()
1130 if (event == EVENT_OPEN_SPK || event == EVENT_CLOSE_SPK) { in WaitForSANotify()
1137 … (event == EVENT_OPEN_SPK && isSpkOpened) || (event == EVENT_CLOSE_SPK && !isSpkOpened); in WaitForSANotify()
1146 } else if (event == EVENT_CLOSE_SPK && GetSpkStatus(streamId)) { in WaitForSANotify()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h58 EVENT_CLOSE_SPK, 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.cpp1364 AudioDeviceEvent event1 = EVENT_CLOSE_SPK ;