Home
last modified time | relevance | path

Searched refs:DAUDIO_MAX_ASHMEM_LEN (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/distributed_audio/hdi_service/common/include/
H A Ddaudio_constants.h85 constexpr int32_t DAUDIO_MAX_ASHMEM_LEN = 100000; member
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp53 if (ashmemLength < DAUDIO_MIN_ASHMEM_LEN || ashmemLength > DAUDIO_MAX_ASHMEM_LEN) { in InitAshmem()
H A Daudio_render_ext_impl.cpp51 if (ashmemLength < DAUDIO_MIN_ASHMEM_LEN || ashmemLength > DAUDIO_MAX_ASHMEM_LEN) { in InitAshmem()

Completed in 3 milliseconds