Home
last modified time | relevance | path

Searched refs:CloseServiceCaptureSo (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp39 static void (*CloseServiceCaptureSo)(struct DevHandle *handle); member in __anon539::AudioLibCaptureTest
50 void (*AudioLibCaptureTest::CloseServiceCaptureSo)(struct DevHandle *handle) = nullptr; member
66 CloseServiceCaptureSo = reinterpret_cast<void (*)(struct DevHandle *handle)>(dlsym(ptrHandle, in SetUpTestCase()
68 if (BindServiceCaptureSo == nullptr || CloseServiceCaptureSo == nullptr || in SetUpTestCase()
80 if (CloseServiceCaptureSo != nullptr) { in TearDownTestCase()
81 CloseServiceCaptureSo = nullptr; in TearDownTestCase()
112 CloseServiceCaptureSo(handle); in BindServiceAndHwCapture()
119 CloseServiceCaptureSo(handle); in BindServiceAndHwCapture()
133 ASSERT_TRUE((BindServiceCaptureSo != nullptr && CloseServiceCaptureSo != nullptr)); in HWTEST_F()
136 CloseServiceCaptureSo(handl in HWTEST_F()
[all...]
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp50 static void (*CloseServiceCaptureSo)(struct DevHandle *handle); member in __anon542::AudioLibCaptureHardwareDependenceTest
61 void (*AudioLibCaptureHardwareDependenceTest::CloseServiceCaptureSo)(struct DevHandle *handle) = nullptr; member
77 CloseServiceCaptureSo = (void (*)(struct DevHandle *))dlsym(ptrHandle, "AudioCloseServiceCapture"); in SetUpTestCase()
78 if (BindServiceCaptureSo == nullptr || CloseServiceCaptureSo == nullptr || in SetUpTestCase()
90 if (CloseServiceCaptureSo != nullptr) { in TearDownTestCase()
91 CloseServiceCaptureSo = nullptr; in TearDownTestCase()
119 CloseServiceCaptureSo(handle); in BindServiceAndHwCapture()
126 CloseServiceCaptureSo(handle); in BindServiceAndHwCapture()
171 CloseServiceCaptureSo(handle); in HWTEST_F()
213 CloseServiceCaptureSo(handl in HWTEST_F()
[all...]
/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h392 typedef void(*CloseServiceCaptureSo)(struct DevHandle *); typedef
405 CloseServiceCaptureSo *AudioSoGetCloseServiceCapture(void);

Completed in 3 milliseconds