Home
last modified time | relevance | path

Searched refs:managerService (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/codec/hal/src/
Dcodec_dfx_service.c39 struct CodecComponentManagerSerivce *managerService = CodecComponentManagerSerivceGet(); in DevCodecHostDump() local
40 if (managerService == NULL) { in DevCodecHostDump()
46 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &managerService->head, struct ComponentTypeNode, node) in DevCodecHostDump()
/drivers/hdf_core/framework/model/input/driver/
Dhdf_input_device_manager.c452 static IInputManagerService managerService = { in HdfInputManagerBind() local
457 device->service = &managerService.ioService; in HdfInputManagerBind()