Home
last modified time | relevance | path

Searched defs:CloseServiceCaptureSo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp39 static void (*CloseServiceCaptureSo)(struct DevHandle *handle); member in __anoned2edd220110::AudioLibCaptureTest
50 void (*AudioLibCaptureTest::CloseServiceCaptureSo)(struct DevHandle *handle) = nullptr; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp50 static void (*CloseServiceCaptureSo)(struct DevHandle *handle); member in __anon02b8688a0110::AudioLibCaptureHardwareDependenceTest
61 void (*AudioLibCaptureHardwareDependenceTest::CloseServiceCaptureSo)(struct DevHandle *handle) = nu… variable
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h392 typedef void(*CloseServiceCaptureSo)(struct DevHandle *); typedef