Searched refs:AudioBindService (Results 1 – 10 of 10) sorted by relevance
25 struct DevHandle *(*AudioBindService)(const char *) = nullptr; in AudioLibAudioBindserviceCaptureFuzzTest() local32 AudioBindService = reinterpret_cast<struct DevHandle *(*)(const char *)>(dlsym(ptrHandle, in AudioLibAudioBindserviceCaptureFuzzTest()34 if (AudioBindService == nullptr) { in AudioLibAudioBindserviceCaptureFuzzTest()40 struct DevHandle *handle = AudioBindService(bindFuzz); in AudioLibAudioBindserviceCaptureFuzzTest()
31 struct DevHandle *(*AudioBindService)(const char *) = nullptr; in AudioInterfacelibctlcaptureCmdidFuzzTest() local33 AudioBindService = reinterpret_cast<struct DevHandle *(*)(const char *)> in AudioInterfacelibctlcaptureCmdidFuzzTest()35 if (AudioBindService == nullptr) { in AudioInterfacelibctlcaptureCmdidFuzzTest()40 struct DevHandle *handle = AudioBindService(BIND_CONTROL.c_str()); in AudioInterfacelibctlcaptureCmdidFuzzTest()
31 struct DevHandle *(*AudioBindService)(const char *) = nullptr; in AudioInterfaceliboutputcaptureCmdidFuzzTest() local33 … AudioBindService = reinterpret_cast<struct DevHandle* (*)(const char *)>(dlsym(outputCapPtrHandle, in AudioInterfaceliboutputcaptureCmdidFuzzTest()35 if (AudioBindService == nullptr) { in AudioInterfaceliboutputcaptureCmdidFuzzTest()40 struct DevHandle *handle = AudioBindService(BIND_CONTROL.c_str()); in AudioInterfaceliboutputcaptureCmdidFuzzTest()
61 struct DevHandle *AudioBindService(const char *name);
107 struct DevHandle *AudioBindService(const char *name);
35 static struct DevHandle *(*AudioBindService)(const char *); member in __anond56a1d620110::AudioAlsaLibCaptureTest47 struct DevHandle *(*AudioAlsaLibCaptureTest::AudioBindService)(const char *) = nullptr; variable60 AudioBindService = reinterpret_cast<struct DevHandle* (*)(const char *)>(dlsym(ptrHandle, in SetUpTestCase()62 ASSERT_NE(nullptr, AudioBindService); in SetUpTestCase()83 handle = AudioBindService(BIND_CONTROL.c_str()); in SetUp()
230 struct DevHandle *AudioBindService(const char *name) in AudioBindService() function452 struct DevHandle *handle = AudioBindService(CTRL_CMD); in AudioGetAllCardInfo()
55 handle = AudioBindService(BIND_CAPTURE.c_str()); in SetUp()
58 handle = AudioBindService(BIND_RENDER.c_str()); in SetUp()
772 struct DevHandle *AudioBindService(const char *name) in AudioBindService() function