Home
last modified time | relevance | path

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

123

/drivers/peripheral/codec/hal/v1.0/codec_instance/src/
Dcodec_instance.c29 static int32_t InitCodecOemIf(struct CodecInstance *instance) in InitCodecOemIf()
62 static int32_t InitBufferManagerIf(struct CodecInstance *instance) in InitBufferManagerIf()
92 static int32_t WaitForOutputDataBuffer(struct CodecInstance *instance, CodecBuffer *outputData) in WaitForOutputDataBuffer()
118 struct CodecInstance *instance, CodecBuffer *bufferToOemCodec) in PrepareInputDataBuffer()
145 struct CodecInstance *instance = (struct CodecInstance *)arg; in CodecTaskThread() local
187 …struct CodecInstance *instance = (struct CodecInstance *)OsalMemCalloc(sizeof(struct CodecInstance… in GetCodecInstance() local
198 int32_t InitCodecInstance(struct CodecInstance *instance) in InitCodecInstance()
223 int32_t RunCodecInstance(struct CodecInstance *instance) in RunCodecInstance()
243 int32_t StopCodecInstance(struct CodecInstance *instance) in StopCodecInstance()
253 int32_t DestroyCodecInstance(struct CodecInstance *instance) in DestroyCodecInstance()
[all …]
/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()
52 static struct DeviceResourceIface *instance = NULL; in DeviceResourceGetIfaceInstance() local
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_callback_if.c44 static void CodecCallbackTypeConstruct(struct CodecCallbackType *instance) in CodecCallbackTypeConstruct()
53 …struct CodecCallbackType *instance = (struct CodecCallbackType *)OsalMemAlloc(sizeof(struct CodecC… in CodecCallbackTypeGet() local
62 void CodecCallbackTypeRelease(struct CodecCallbackType *instance) in CodecCallbackTypeRelease()
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddevice_service_stub.c107 struct DeviceServiceStub *instance = (struct DeviceServiceStub *)deviceNode; in DeviceServiceStubRemoveService() local
125 struct DeviceServiceStub *instance = in DeviceServiceStubCreate() local
135 struct DeviceServiceStub *instance = (struct DeviceServiceStub *)object; in DeviceServiceStubRelease() local
152 struct DeviceServiceStub *instance = (struct DeviceServiceStub *)devNode; in HdfDeviceObjectCheckInterfaceDesc() local
Ddriver_loader_full.c104 struct DriverLoaderFull *instance = in HdfDriverLoaderFullCreate() local
116 struct DriverLoaderFull *instance = (struct DriverLoaderFull *)object; in HdfDriverLoaderFullRelease() local
127 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.c224 struct IDevHostService *instance = DevHostServiceNewInstance(0, NULL); in DevSvcManagerProxyOnRemoteDied() local
252 …struct DevSvcManagerProxy *instance = (struct DevSvcManagerProxy *)OsalMemCalloc(sizeof(struct Dev… in DevSvcManagerProxyObtain() local
261 static struct IDevSvcManager *instance = NULL; in DevSvcManagerProxyCreate() local
278 struct DevSvcManagerProxy *instance = (struct DevSvcManagerProxy *)object; in DevSvcManagerProxyRelease() local
Ddevhost_service_stub.c114 static struct DevHostServiceStub *instance = NULL; in DevHostServiceStubCreate() local
128 struct DevHostServiceStub *instance = (struct DevHostServiceStub *)object; in DevHostServiceStubRelease() local
Ddevmgr_service_proxy.c173 static struct IDevmgrService *instance = NULL; in DevmgrServiceProxyCreate() local
204 struct DevmgrServiceProxy *instance = (struct DevmgrServiceProxy *)object; in DevmgrServiceProxyRelease() 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/peripheral/codec/hal/src/
Dcodec_callback_type_proxy.c26 struct CodecCallbackType instance; member
214 static void CodecCallbackTypeProxyConstruct(struct CodecCallbackType *instance) in CodecCallbackTypeProxyConstruct()
228 …struct CodecCallbackType *instance = (struct CodecCallbackType *)OsalMemAlloc(sizeof(struct CodecC… in CodecCallbackTypeGet() local
244 void CodecCallbackTypeRelease(struct CodecCallbackType *instance) in CodecCallbackTypeRelease()
Dcodec_callback_type_service.c43 void CodecCallbackTypeServiceConstruct(struct CodecCallbackType *instance) in CodecCallbackTypeServiceConstruct()
/drivers/hdf_core/adapter/uhdf2/model/display/buffer/v1_0/include/
Didisplay_buffer.h42 IDisplayBuffer *instance = new Impl(); in Get() local
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
Dallocator_manager.h26 static AllocatorManager instance; in GetInstance() local
/drivers/hdf_core/adapter/uhdf2/manager/
Ddevice_manager.c28 struct IDevmgrService* instance = DevmgrServiceGetInstance(); in main() 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/hdf_core/adapter/uhdf2/manager/src/
Ddevice_token_proxy.c26 struct HdfDevTokenProxy *instance = in HdfDevTokenProxyObtain() local
/drivers/peripheral/wlan/hdi_service/
Dwlan_interface_service.c89 void WlanInterfaceImplRelease(struct IWlanInterface *instance) in WlanInterfaceImplRelease()
/drivers/hdf_core/framework/core/host/src/
Ddevsvc_manager_clnt.c148 static struct DevSvcManagerClnt *instance = NULL; in DevSvcManagerClntGetInstance() local
157 void DevSvcManagerClntFreeInstance(struct DevSvcManagerClnt *instance) in DevSvcManagerClntFreeInstance()
Ddevmgr_service_clnt.c69 static struct DevmgrServiceClnt instance = {0}; in DevmgrServiceClntGetInstance() local
Dhdf_driver_loader.c79 static struct IDriverLoader *instance = NULL; in HdfDriverLoaderGetInstance() local
/drivers/hdf_core/framework/core/manager/src/
Ddevsvc_manager_ext.c183 static struct DevSvcManagerExt *instance; in DevSvcManagerExtCreate() local
199 struct DevSvcManagerExt *instance = (struct DevSvcManagerExt *)inst; in DevSvcManagerExtRelease() local
/drivers/hdf_core/framework/utils/src/
Dhdf_cstring.c28 struct HdfCString *instance = NULL; in HdfCStringObtain() local
/drivers/peripheral/codec/hal/passthrough/include/
Dcodec_adapter_if.h31 struct CodecComponentType instance; member
/drivers/peripheral/wlan/test/hdi_service/
Dwlan_callback_impl.c76 void WlanCallbackServiceRelease(struct IWlanCallback *instance) in WlanCallbackServiceRelease()

123