Home
last modified time | relevance | path

Searched defs:capId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/destroycapture_fuzzer/
H A Ddestroycapture_fuzzer.cpp39 uint32_t capId = *(reinterpret_cast<const uint32_t*>(data)); in DestroyCaptureFuzzTest() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/createcapture_fuzzer/
H A Dcreatecapture_fuzzer.cpp62 uint32_t capId; in CreateCaptureFuzzTest() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp141 uint32_t capId = 0; variable
172 uint32_t capId = 0; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp579 for (uint32_t capId = 0; capId < MAX_AUDIO_STREAM_NUM; capId++) { in RemoveAudioDevice() local