Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp34 static struct DevHandle *(*BindServiceCaptureSo)(const char *serverName); member in __anoned2edd220110::AudioLibCaptureTest
45 struct DevHandle *(*AudioLibCaptureTest::BindServiceCaptureSo)(const char *serverName) = nullptr; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp45 static struct DevHandle *(*BindServiceCaptureSo)(const char *serverName); member in __anon02b8688a0110::AudioLibCaptureHardwareDependenceTest
56 struct DevHandle *(*AudioLibCaptureHardwareDependenceTest::BindServiceCaptureSo)(const char *server… variable
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h390 typedef struct DevHandle *(*BindServiceCaptureSo)(const char *); typedef