| /drivers/peripheral/codec/hal/v1.0/codec_instance/src/ |
| D | codec_instance.c | 50 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/ |
| D | device_resource_if.c | 13 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/ |
| D | codec_service.c | 50 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/ |
| D | codec_callback_if.c | 44 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/ |
| D | device_service_stub.c | 107 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
|
| D | driver_loader_full.c | 104 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
|
| D | device_token_stub.c | 45 struct DeviceTokenStub *instance = in DeviceTokenStubCreate() local 55 struct DeviceTokenStub *instance = (struct DeviceTokenStub *)object; in DeviceTokenStubRelease() local
|
| D | devsvc_manager_proxy.c | 213 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
|
| D | devhost_service_stub.c | 127 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/ |
| D | hdf_device_node_ext.c | 64 …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/ |
| D | hdf_device_node_ext.c | 68 struct DeviceNodeExt *instance = in DeviceNodeExtCreate() local 79 struct DeviceNodeExt *instance = (struct DeviceNodeExt *)object; in DeviceNodeExtRelease() local
|
| /drivers/peripheral/codec/hal/src/ |
| D | codec_callback_type_proxy.c | 25 struct CodecCallbackType instance; member 213 static void CodecCallbackTypeProxyConstruct(struct CodecCallbackType *instance) in CodecCallbackTypeProxyConstruct() 227 …struct CodecCallbackType *instance = (struct CodecCallbackType *)OsalMemAlloc(sizeof(struct CodecC… in CodecCallbackTypeGet() local 243 void CodecCallbackTypeRelease(struct CodecCallbackType *instance) in CodecCallbackTypeRelease()
|
| D | codec_callback_type_service.c | 41 void CodecCallbackTypeServiceConstruct(struct CodecCallbackType *instance) in CodecCallbackTypeServiceConstruct()
|
| /drivers/hdf_core/framework/test/fuzztest/devsvcmanagerstub_fuzzer/ |
| D | devsvcmanagerstub_fuzzer.cpp | 36 static struct DevSvcManagerStub *instance; in GetDevSvcManagerStubInstance() local 66 struct DevSvcManagerStub *instance = GetDevSvcManagerStubInstance(); in DevsvcManagerFuzzTest() local
|
| /drivers/hdf_core/framework/test/fuzztest/devmgrservicestub_fuzzer/ |
| D | devmgrservicestub_fuzzer.cpp | 34 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/ |
| D | allocator_manager.h | 26 static AllocatorManager instance; in GetInstance() local
|
| /drivers/hdf_core/adapter/uhdf2/manager/ |
| D | device_manager.c | 29 struct IDevmgrService* instance = DevmgrServiceGetInstance(); in main() local
|
| /drivers/peripheral/display/composer/test/moduletest/ |
| D | hdi_device_test.h | 55 static VblankCtr instance; in GetInstance() local
|
| /drivers/peripheral/display/composer/test/unittest/ |
| D | hdi_composer_ut.h | 43 static VblankCtr instance; in GetInstance() local
|
| /drivers/hdf_core/adapter/khdf/liteos/model/bus/usb/ |
| D | hdf_usb.c | 54 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/ |
| D | device_token_proxy.c | 26 struct HdfDevTokenProxy *instance = in HdfDevTokenProxyObtain() local
|
| /drivers/peripheral/wlan/hdi_service/ |
| D | wlan_interface_service.c | 92 void WlanInterfaceImplRelease(struct IWlanInterface *instance) in WlanInterfaceImplRelease()
|
| /drivers/hdf_core/framework/core/host/src/ |
| D | devsvc_manager_clnt.c | 148 static struct DevSvcManagerClnt *instance = NULL; in DevSvcManagerClntGetInstance() local 157 void DevSvcManagerClntFreeInstance(struct DevSvcManagerClnt *instance) in DevSvcManagerClntFreeInstance()
|
| /drivers/hdf_core/framework/core/manager/src/ |
| D | devsvc_manager_ext.c | 183 static struct DevSvcManagerExt *instance; in DevSvcManagerExtCreate() local 199 struct DevSvcManagerExt *instance = (struct DevSvcManagerExt *)inst; in DevSvcManagerExtRelease() local
|
| /drivers/peripheral/huks/test/fuzztest/ |
| D | huks_hdi_fuzz_common.cpp | 33 struct HuksHdi *instance = HuksGetCoreEngine(); in InitHuksCoreEngine() local
|