Home
last modified time | relevance | path

Searched refs:AUDIO_HAL_ERR_AO_BUSY (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_manager.c337 return AUDIO_HAL_ERR_AO_BUSY; // render is busy now in AudioDestroyFormerRender()
369 return AUDIO_HAL_ERR_AO_BUSY; // render is busy now in AudioJudgeRenderPriority()
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_control_test.cpp108 ASSERT_TRUE(ret == AUDIO_HAL_ERR_AO_BUSY || ret == HDF_FAILURE); in HWTEST_F()
388 ASSERT_TRUE(ret == AUDIO_HAL_ERR_AO_BUSY || ret == HDF_FAILURE); in HWTEST_F()
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_common.cpp288 return AUDIO_HAL_ERR_AO_BUSY; // render is busy now in AudioDestroyFormerRender()
325 return AUDIO_HAL_ERR_AO_BUSY; // render is busy now in AudioJudgeRenderPriority()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h81 const int32_t AUDIO_HAL_ERR_AO_BUSY = -7003; /* audio render is busy now */ member
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h74 AUDIO_HAL_ERR_AO_BUSY = HDF_AUDIO_HAL_ERR_NUM(-3), /* audio render is busy now */ enumerator
/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h83 AUDIO_HAL_ERR_AO_BUSY = HDF_AUDIO_HAL_ERR_NUM(-3), /* audio render is busy now */ enumerator
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_render.cpp52 return AUDIO_HAL_ERR_AO_BUSY; // render is busy now in AudioRenderStart()

Completed in 7 milliseconds