Searched refs:g_service (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_manager_service.c | 28 struct CodecComponentManagerSerivce *g_service = NULL; variable 59 if (g_service == NULL) { in GetNextComponentId() 69 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &g_service->head, struct ComponentTypeNode, node) in GetNextComponentId() 101 if (g_service == NULL) { in OmxManagerDestroyComponent() 102 CODEC_LOGE("g_service is not init!"); in OmxManagerDestroyComponent() 109 pthread_mutex_lock(&g_service->listMute); in OmxManagerDestroyComponent() 111 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &g_service->head, struct ComponentTypeNode, node) in OmxManagerDestroyComponent() 134 pthread_mutex_unlock(&g_service->listMute); in OmxManagerDestroyComponent() 142 if (g_service == NULL) { in OmxManagerCreateComponent() 143 CODEC_LOGE("g_service i in OmxManagerCreateComponent() [all...] |
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_speed_test.c | 54 static struct HdfIoService *g_service = NULL; variable 72 int32_t status = g_service->dispatcher->Dispatch(&g_service->object, USB_SERIAL_SPEED, g_data, g_reply); in SpeedTest() 86 g_service = HdfIoServiceBind(SERVER_NAME_SDKAPI); in SpeedInit() 89 g_service = HdfIoServiceBind(SERVER_NAME_RAWAPI); in SpeedInit() 92 g_service = HdfIoServiceBind(SERVER_NAME_NOSDK); in SpeedInit() 97 if (g_service == NULL || g_service->dispatcher == NULL || g_service->dispatcher->Dispatch == NULL) { in SpeedInit() 111 status = g_service in SpeedInit() [all...] |
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/ |
H A D | user_auth_hdi_fuzzer.cpp | 41 UserAuthInterfaceService g_service; member 244 g_service.Init(parcel.ReadString()); in FuzzInit() 258 g_service.AddExecutor(info, index, publicKey, templateIds); in FuzzAddExecutor() 266 g_service.DeleteExecutor(index); in FuzzDeleteExecutor() 276 g_service.OpenSession(userId, challenge); in FuzzOpenSession() 284 g_service.CloseSession(userId); in FuzzCloseSession() 297 g_service.BeginEnrollment(authToken, param, info); in FuzzBeginEnrollment() 311 g_service.UpdateEnrollmentResult(userId, scheduleResult, info); in FuzzUpdateEnrollmentResult() 319 g_service.CancelEnrollment(userId); in FuzzCancelEnrollment() 332 g_service in FuzzDeleteCredential() [all...] |
/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer_main.c | 52 struct HdfIoService *g_service = NULL; variable 221 UpdateCardSname(id, g_service, g_serviceName, CARD_SRV_NAME_LEN); in UpdateCardName() 232 MctlInfo(g_service, g_serviceName); in MixerInfo() 264 if (g_service == NULL) { in MixerControls() 269 return MctlList(g_service, g_serviceName); in MixerControls() 276 if (g_service == NULL) { in ShowAllCardList() 281 ret = GetAllCards(g_service); in ShowAllCardList() 471 if (!MixerFindSelem(g_service, g_serviceName, &ctlInfo.edx.eId)) { in MixerESet() 482 ret = MctlSetElem(g_service, &ctlInfo, argc, argv); in MixerESet() 488 return MctlGetElem(g_service, in MixerESet() [all...] |
Completed in 4 milliseconds