Home
last modified time | relevance | path

Searched refs:ISvcMgrIoservice (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/interfaces/inner_api/core/
Dsvcmgr_ioservice.h25 struct ISvcMgrIoservice { struct
26 int32_t (*RegisterServiceStatusListener)(struct ISvcMgrIoservice *self, argument
28 int32_t (*UnregisterServiceStatusListener)(struct ISvcMgrIoservice *self, argument
32 struct ISvcMgrIoservice *SvcMgrIoserviceGet(void);
33 void SvcMgrIoserviceRelease(struct ISvcMgrIoservice *svcmgr);
/drivers/hdf_core/framework/core/shared/src/
Dsvcmgr_ioservice.c19 struct ISvcMgrIoservice svcmgr;
54 struct ISvcMgrIoservice *self, struct ServiceStatusListener *listener, uint16_t deviceClass) in SvcMgrIoserviceRegSvcStatListener()
74 int32_t SvcMgrIoserviceUnRegSvcStatListener(struct ISvcMgrIoservice *self, struct ServiceStatusList… in SvcMgrIoserviceUnRegSvcStatListener()
96 static void SvcMgrIoserviceConstruct(struct ISvcMgrIoservice *svcmgrInst) in SvcMgrIoserviceConstruct()
102 struct ISvcMgrIoservice *SvcMgrIoserviceGet(void) in SvcMgrIoserviceGet()
119 void SvcMgrIoserviceRelease(struct ISvcMgrIoservice *svcmgr) in SvcMgrIoserviceRelease()
/drivers/hdf_core/framework/core/manager/test/unittest/common/
Dhdf_ioservice_test.cpp825 struct ISvcMgrIoservice *servmgr = SvcMgrIoserviceGet();
857 struct ISvcMgrIoservice *servmgr = SvcMgrIoserviceGet();
910 struct ISvcMgrIoservice *servmgr = SvcMgrIoserviceGet();
/drivers/peripheral/audio/test/sample/
Didl_capture.c83 struct ISvcMgrIoservice *g_servmgr = NULL;