Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 25 of 95) sorted by relevance

1234

/drivers/hdf_core/framework/utils/src/hcs_parser/
Ddevice_resource_if.c13 static void HcsIfaceConstruct(struct DeviceResourceIface *instance) in HcsIfaceConstruct()
37 static bool DeviceResourceIfaceConstruct(struct DeviceResourceIface *instance, DeviceResourceType t… in DeviceResourceIfaceConstruct()
50 static struct DeviceResourceIface *instance = NULL; in DeviceResourceGetIfaceInstance() local
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddevice_service_stub.c120 struct DeviceServiceStub *instance = (struct DeviceServiceStub *)deviceNode; in DeviceServiceStubRemoveService() local
138 struct DeviceServiceStub *instance = in DeviceServiceStubCreate() local
148 struct DeviceServiceStub *instance = (struct DeviceServiceStub *)object; in DeviceServiceStubRelease() local
165 struct DeviceServiceStub *instance = (struct DeviceServiceStub *)devNode; in HdfDeviceObjectCheckInterfaceDesc() local
Ddriver_loader_full.c84 struct DriverLoaderFull *instance = in HdfDriverLoaderFullCreate() local
96 struct DriverLoaderFull *instance = (struct DriverLoaderFull *)object; in HdfDriverLoaderFullRelease() local
107 static struct IDriverLoader *instance = NULL; in HdfDriverLoaderGetInstance() local
Ddevice_token_stub.c45 struct DeviceTokenStub *instance = in DeviceTokenStubCreate() local
55 struct DeviceTokenStub *instance = (struct DeviceTokenStub *)object; in DeviceTokenStubRelease() local
Ddevsvc_manager_proxy.c214 struct IDevHostService *instance = DevHostServiceNewInstance(0, NULL); in DevSvcManagerProxyOnRemoteDied() local
243 …struct DevSvcManagerProxy *instance = (struct DevSvcManagerProxy *)OsalMemCalloc(sizeof(struct Dev… in DevSvcManagerProxyObtain() local
252 static struct IDevSvcManager *instance = NULL; in DevSvcManagerProxyCreate() local
269 struct DevSvcManagerProxy *instance = (struct DevSvcManagerProxy *)object; in DevSvcManagerProxyRelease() local
Ddevhost_service_stub.c125 static struct DevHostServiceStub *instance = NULL; in DevHostServiceStubCreate() local
139 struct DevHostServiceStub *instance = (struct DevHostServiceStub *)object; in DevHostServiceStubRelease() local
/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/
Dhdf_device_node_ext.c64 …struct DeviceNodeExt *instance = (struct DeviceNodeExt *)OsalMemCalloc(sizeof(struct DeviceNodeExt… in DeviceNodeExtCreate() local
74 struct DeviceNodeExt *instance = (struct DeviceNodeExt *)object; in DeviceNodeExtRelease() local
/drivers/hdf_core/adapter/khdf/liteos_m/core/common/src/
Dhdf_device_node_ext.c68 struct DeviceNodeExt *instance = in DeviceNodeExtCreate() local
79 struct DeviceNodeExt *instance = (struct DeviceNodeExt *)object; in DeviceNodeExtRelease() local
/drivers/hdf_core/framework/test/fuzztest/devmgrservicestub_fuzzer/
Ddevmgrservicestub_fuzzer.cpp34 static struct DevmgrServiceStub *instance = nullptr; in GetDevmgrServiceStubInstance() local
63 struct DevmgrServiceStub *instance = GetDevmgrServiceStubInstance(); in AttachDeviceHostFuzzTest() local
/drivers/hdf_core/framework/test/fuzztest/devsvcmanagerstub_fuzzer/
Ddevsvcmanagerstub_fuzzer.cpp36 static struct DevSvcManagerStub *instance; in GetDevSvcManagerStubInstance() local
66 struct DevSvcManagerStub *instance = GetDevSvcManagerStubInstance(); in DevsvcManagerFuzzTest() local
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
Dallocator_manager.h26 static AllocatorManager instance; in GetInstance() local
/drivers/peripheral/display/composer/test/moduletest/
Dhdi_device_test.h55 static VblankCtr instance; in GetInstance() local
/drivers/peripheral/display/composer/test/unittest/
Dhdi_composer_ut.h46 static VblankCtr instance; in GetInstance() local
/drivers/interface/display/buffer/v1_3/hdi_impl/
Ddisplay_buffer_hdi_impl.cpp25 IDisplayBuffer *instance = new V1_3::HdiDisplayBufferImpl(); in Get() local
/drivers/interface/display/buffer/v1_2/hdi_impl/
Ddisplay_buffer_hdi_impl.cpp25 IDisplayBuffer *instance = new V1_2::HdiDisplayBufferImpl(); in Get() local
/drivers/interface/display/buffer/v1_0/hdi_impl/
Ddisplay_buffer_hdi_impl.cpp25 IDisplayBuffer *instance = new HdiDisplayBufferImpl(); in Get() local
/drivers/hdf_core/adapter/uhdf2/manager/
Ddevice_manager.c32 struct IDevmgrService* instance = DevmgrServiceGetInstance(); in main() local
/drivers/interface/display/buffer/v1_1/hdi_impl/
Ddisplay_buffer_hdi_impl.cpp25 IDisplayBuffer *instance = new V1_1::HdiDisplayBufferImpl(); in Get() local
/drivers/hdf_core/adapter/khdf/liteos/model/bus/usb/
Dhdf_usb.c54 static const struct DeviceResourceNode *GetHdfUsbNode(const struct DeviceResourceIface *instance) in GetHdfUsbNode()
66 static int GetUsbControllerParam(const struct DeviceResourceIface *instance, const struct DeviceRes… in GetUsbControllerParam()
99 static int ProcControllorParam(const struct DeviceResourceIface *instance, const struct DeviceResou… in ProcControllorParam()
/drivers/peripheral/power/interfaces/hdi_service/src/
Dhibernate.h40 static Hibernate instance; in GetInstance() local
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
Dhostapd_interface_service.c62 void HostapdInterfaceImplRelease(struct IHostapdInterface *instance) in HostapdInterfaceImplRelease()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
Dwpa_interface_service.c130 void WpaInterfaceImplRelease(struct IWpaInterface *instance) in WpaInterfaceImplRelease()
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddevice_token_proxy.c26 struct HdfDevTokenProxy *instance = in HdfDevTokenProxyObtain() local
/drivers/peripheral/ethernet/eth_interfaces/hdi_service/
Dethernet_service.c55 void EthernetImplRelease(struct IEthernet *instance) in EthernetImplRelease()
/drivers/peripheral/wlan/hdi_service/
Dwlan_interface_service.c99 void WlanInterfaceImplRelease(struct IWlanInterface *instance) in WlanInterfaceImplRelease()

1234