Home
last modified time | relevance | path

Searched defs:ashmemLength (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/unittest/include/
H A Ddaudio_test_utils.h65 …int32_t RefreshAshmemInfo(int32_t streamId, int fd, int32_t ashmemLength, int32_t lengthPerTrans) … in RefreshAshmemInfo()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/src/
H A Ddaudio_manager_callback_test.cpp368 int32_t ashmemLength = 240; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/include/
H A Daudio_test_utils.h66 …int32_t RefreshAshmemInfo(const int32_t streamId, int32_t fd, int32_t ashmemLength, int32_t length… in RefreshAshmemInfo()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/src/
H A Daudio_capture_ext_impl_test.cpp60 int32_t ashmemLength = 1024; variable
81 int32_t ashmemLength = -1; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/src/
H A Daudio_render_ext_impl_test.cpp64 int32_t ashmemLength = 1024; variable
99 int32_t ashmemLength = -1; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_manager_callback.cpp228 int32_t DAudioManagerCallback::RefreshAshmemInfo(int32_t streamId, int fd, int32_t ashmemLength, in RefreshAshmemInfo()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddspeaker_dev_test.cpp334 int32_t ashmemLength = 10; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/include/
H A Daudio_test_utils.h93 …int32_t RefreshAshmemInfo(const int32_t streamId, int32_t fd, int32_t ashmemLength, int32_t length… in RefreshAshmemInfo()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp331 int32_t fd, int32_t ashmemLength, int32_t lengthPerTrans) in RefreshAshmemInfo()
H A Ddmic_dev.cpp394 int32_t fd, int32_t ashmemLength, int32_t lengthPerTrans) in RefreshAshmemInfo()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp50 int32_t AudioCaptureExtImpl::InitAshmem(int32_t ashmemLength) in InitAshmem()
H A Daudio_render_ext_impl.cpp48 int32_t AudioRenderExtImpl::InitAshmem(int32_t ashmemLength) in InitAshmem()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h80 …int32_t RefreshAshmemInfo(int32_t streamId, int fd, int32_t ashmemLength, int32_t lengthPerTrans) … in RefreshAshmemInfo()
522 …int32_t RefreshAshmemInfo(int32_t streamId, int fd, int32_t ashmemLength, int32_t lengthPerTrans) … in RefreshAshmemInfo()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_bluetooth_manager.cpp345 int FastReqMmapBuffer(int32_t ashmemLength) in FastReqMmapBuffer()
H A Dfast_audio_render.cpp331 int32_t ashmemLength = realSize * static_cast<int32_t>(attr.channelCount) * attr.format; in FastRenderReqMmapBuffer() local