Searched refs:BindServiceCaptureSo (Results 1 – 3 of 3) sorted by relevance
34 static struct DevHandle *(*BindServiceCaptureSo)(const char *serverName); member in __anoned2edd220110::AudioLibCaptureTest77 if (BindServiceCaptureSo != nullptr) { in TearDownTestCase()78 BindServiceCaptureSo = nullptr; in TearDownTestCase()102 if (BindServiceCaptureSo == nullptr) { in BindServiceAndHwCapture()106 handle = BindServiceCaptureSo(BindName.c_str()); in BindServiceAndHwCapture()134 handle = BindServiceCaptureSo(BIND_CONTROL.c_str());147 handle = BindServiceCaptureSo(BIND_NAME_ERROR.c_str());164 handle = BindServiceCaptureSo(bindNameNull);181 handle = BindServiceCaptureSo(bindNameOverLen.c_str());198 handle = BindServiceCaptureSo(bindNameOverLen.c_str());[all …]
45 static struct DevHandle *(*BindServiceCaptureSo)(const char *serverName); member in __anon02b8688a0110::AudioLibCaptureHardwareDependenceTest56 struct DevHandle *(*AudioLibCaptureHardwareDependenceTest::BindServiceCaptureSo)(const char *server… variable71 BindServiceCaptureSo = reinterpret_cast<struct DevHandle* (*)(const char *)>(dlsym(ptrHandle, in SetUpTestCase()78 if (BindServiceCaptureSo == nullptr || CloseServiceCaptureSo == nullptr || in SetUpTestCase()87 if (BindServiceCaptureSo != nullptr) { in TearDownTestCase()88 BindServiceCaptureSo = nullptr; in TearDownTestCase()113 handle = BindServiceCaptureSo(BindName.c_str()); in BindServiceAndHwCapture()
390 typedef struct DevHandle *(*BindServiceCaptureSo)(const char *); typedef403 BindServiceCaptureSo *AudioSoGetBindServiceCapture(void);