Home
last modified time | relevance | path

Searched defs:channelId (Results 1 – 24 of 24) sorted by relevance

/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
Daudio_idl_hdicapture_attr_test.cpp173 uint32_t channelId = 0; variable
188 uint32_t channelId = 0; variable
207 uint32_t channelId = 0; variable
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
Daudio_idl_hdirender_attr_test.cpp160 uint32_t channelId = 0; variable
176 uint32_t channelId = 0; variable
/drivers/peripheral/audio/test/unittest/common/render/
Daudio_render_common_test.cpp297 uint32_t channelId; variable
308 uint32_t channelId; variable
/drivers/peripheral/audio/test/unittest/common/capture/
Daudio_capture_common_test.cpp741 uint32_t channelId = 0; variable
752 uint32_t channelId = 0; variable
/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/capture/src/
Daudio_idl_hdicapture_hardware_dependence_test.cpp727 uint32_t channelId = 0; variable
/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/render/src/
Daudio_idl_hdirender_hardware_dependence_test.cpp696 uint32_t channelId = 0; variable
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
Daudio_idlhdirender_performace_test.cpp301 uint32_t channelId = 0; variable
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
Daudio_render.cpp213 int32_t AudioRenderGetCurrentChannelId(AudioHandle handle, uint32_t *channelId) in AudioRenderGetCurrentChannelId()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
Daudio_capture.c297 int32_t AudioCaptureGetCurrentChannelId(struct IAudioCapture *handle, uint32_t *channelId) in AudioCaptureGetCurrentChannelId()
Daudio_render.c354 int32_t AudioRenderGetCurrentChannelId(struct IAudioRender *handle, uint32_t *channelId) in AudioRenderGetCurrentChannelId()
/drivers/peripheral/audio/test/benchmarktest/capture/
Daudio_capture_benchmarktest.cpp477 uint32_t channelId = 0; in BENCHMARK_F() local
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
Daudio_proxy_render.cpp163 int32_t AudioProxyRenderGetCurrentChannelId(const AudioHandle handle, uint32_t *channelId) in AudioProxyRenderGetCurrentChannelId()
/drivers/peripheral/audio/hdi_service/primary_impl/vendor_src/
Daudio_capture_vendor.c385 int32_t AudioHwiCaptureGetCurrentChannelId(struct IAudioCapture *capture, uint32_t *channelId) in AudioHwiCaptureGetCurrentChannelId()
Daudio_render_vendor.c494 int32_t AudioHwiRenderGetCurrentChannelId(struct IAudioRender *render, uint32_t *channelId) in AudioHwiRenderGetCurrentChannelId()
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
Daudio_capture_vdi.c384 int32_t AudioCaptureGetCurrentChannelIdVdi(struct IAudioCapture *capture, uint32_t *channelId) in AudioCaptureGetCurrentChannelIdVdi()
Daudio_render_vdi.c513 int32_t AudioRenderGetCurrentChannelIdVdi(struct IAudioRender *render, uint32_t *channelId) in AudioRenderGetCurrentChannelIdVdi()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_capture.c415 uint32_t channelId; in HdiServiceCaptureGetCurChannelId() local
Dhdf_audio_server_render.c417 uint32_t channelId; in HdiServiceRenderGetCurChannelId() local
/drivers/hdf_core/framework/model/network/wifi/include/
Dhdf_wifi_cmd.h438 int32_t channelId; member
443 int32_t channelId; member
/drivers/peripheral/wlan/client/include/
Dwifi_driver_client.h249 int32_t channelId; member
254 int32_t channelId; member
/drivers/peripheral/audio/test/benchmarktest/render/
Daudio_render_benchmarktest.cpp366 uint32_t channelId = 0; in BENCHMARK_F() local
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_render.cpp347 uint32_t channelId; in HdiServiceRenderGetCurChannelId() local
/drivers/hdf_core/framework/include/wifi/
Dwifi_mac80211_ops.h285 uint8_t channelId; /**< Channel ID */ member
/drivers/peripheral/ril/interfaces/hdi_service/src/
Dril_impl.cpp535 int32_t RilImpl::SimCloseLogicalChannel(int32_t slotId, int32_t serialId, int32_t channelId) in SimCloseLogicalChannel()