Home
last modified time | relevance | path

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

1234

/drivers/peripheral/codec/hal/v1.0/codec_instance/src/
Dcodec_instance.c50 static int32_t WaitForOutputDataBuffer(struct CodecInstance *instance, CodecBuffer *outputData) in WaitForOutputDataBuffer()
76 struct CodecInstance *instance, CodecBuffer *bufferToOemCodec) in PrepareInputDataBuffer()
103 struct CodecInstance *instance = (struct CodecInstance *)arg; in CodecTaskThread() local
153 static int32_t GetUsedInputInfo(struct CodecInstance *instance, CodecBuffer *inputInfoSendToClient) in GetUsedInputInfo()
181 static int32_t GetFilledOutputInfo(struct CodecInstance *instance, CodecBuffer *outputInfoSendToCli… in GetFilledOutputInfo()
209 static void CallbackTaskLoop(struct CodecInstance *instance, CodecBuffer *inputInfoSendToClient, in CallbackTaskLoop()
268 struct CodecInstance *instance = (struct CodecInstance *)arg; in CodecCallbackTaskThread() local
292 …struct CodecInstance *instance = (struct CodecInstance *)OsalMemCalloc(sizeof(struct CodecInstance… in GetCodecInstance() local
305 int32_t InitCodecInstance(struct CodecInstance *instance, struct CodecOemIf *oemIf) in InitCodecInstance()
342 int32_t RunCodecInstance(struct CodecInstance *instance) in RunCodecInstance()
[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()
50 static struct DeviceResourceIface *instance = NULL; in DeviceResourceGetIfaceInstance() local
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_service.c50 struct CodecInstance *instance = FindInCodecInstanceManager((CODEC_HANDLETYPE)userData); in CodecOnEvent() local
70 struct CodecInstance *instance = FindInCodecInstanceManager((CODEC_HANDLETYPE)userData); in CodecInputBufferAvailable() local
92 struct CodecInstance *instance = FindInCodecInstanceManager((CODEC_HANDLETYPE)userData); in CodecOutputBufferAvailable() local
285 struct CodecInstance *instance = GetCodecInstance(); in CodecCreate() local
319 struct CodecInstance *instance = FindInCodecInstanceManager(handle); in CodecDestroy() local
368 struct CodecInstance *instance = FindInCodecInstanceManager(handle); in CodecSetParameter() local
406 struct CodecInstance *instance = FindInCodecInstanceManager(handle); in CodecStart() local
431 struct CodecInstance *instance = FindInCodecInstanceManager(handle); in CodecStop() local
447 struct CodecInstance *instance = FindInCodecInstanceManager(handle); in CodecFlush() local
457 struct CodecInstance *instance = FindInCodecInstanceManager(handle); in CodecQueueInput() local
[all …]
/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.c213 struct IDevHostService *instance = DevHostServiceNewInstance(0, NULL); in DevSvcManagerProxyOnRemoteDied() local
241 …struct DevSvcManagerProxy *instance = (struct DevSvcManagerProxy *)OsalMemCalloc(sizeof(struct Dev… in DevSvcManagerProxyObtain() local
250 static struct IDevSvcManager *instance = NULL; in DevSvcManagerProxyCreate() local
267 struct DevSvcManagerProxy *instance = (struct DevSvcManagerProxy *)object; in DevSvcManagerProxyRelease() local
Ddevhost_service_stub.c127 static struct DevHostServiceStub *instance = NULL; in DevHostServiceStubCreate() local
141 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/peripheral/codec/hal/src/
Dcodec_callback_type_proxy.c25 struct CodecCallbackType instance; member
233 static void CodecCallbackTypeProxyConstruct(struct CodecCallbackType *instance) in CodecCallbackTypeProxyConstruct()
251 …struct CodecCallbackType *instance = (struct CodecCallbackType *)OsalMemAlloc(sizeof(struct CodecC… in CodecCallbackTypeGet() local
267 void CodecCallbackTypeRelease(struct CodecCallbackType *instance) in CodecCallbackTypeRelease()
/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/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/peripheral/display/hal/default_standard/src/display_gralloc/
Dallocator_manager.h26 static AllocatorManager instance; in GetInstance() local
/drivers/peripheral/display/composer/test/unittest/
Dhdi_composer_ut.h45 static VblankCtr instance; in GetInstance() local
/drivers/peripheral/display/composer/test/moduletest/
Dhdi_device_test.h55 static VblankCtr instance; in GetInstance() local
/drivers/hdf_core/adapter/uhdf2/manager/
Ddevice_manager.c29 struct IDevmgrService* instance = DevmgrServiceGetInstance(); in main() local
/drivers/interface/display/buffer/v1_0/hdi_impl/
Ddisplay_buffer_hdi_impl.cpp25 IDisplayBuffer *instance = new HdiDisplayBufferImpl(); in Get() 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/wlan/hostapd/interfaces/hdi_service/
Dhostapd_interface_service.c59 void HostapdInterfaceImplRelease(struct IHostapdInterface *instance) in HostapdInterfaceImplRelease()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
Dwpa_interface_service.c124 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/wlan/hdi_service/
Dwlan_interface_service.c96 void WlanInterfaceImplRelease(struct IWlanInterface *instance) in WlanInterfaceImplRelease()

1234