Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 37) sorted by relevance

12

/drivers/hdf_core/framework/utils/src/
Dhdf_sbuf_impl_raw.c37 #define SBUF_RAW_CAST(impl) (struct HdfSBufRaw *)(impl) argument
47 static void SbufRawImplRecycle(struct HdfSBufImpl *impl) in SbufRawImplRecycle()
68 static bool SbufRawImplWriteRollback(struct HdfSBufImpl *impl, uint32_t size) in SbufRawImplWriteRollback()
85 static bool SbufRawImplReadRollback(struct HdfSBufImpl *impl, uint32_t size) in SbufRawImplReadRollback()
102 static const uint8_t *SbufRawImplGetData(const struct HdfSBufImpl *impl) in SbufRawImplGetData()
112 static void SbufRawImplSetDataSize(struct HdfSBufImpl *impl, size_t size) in SbufRawImplSetDataSize()
124 static void SbufRawImplFlush(struct HdfSBufImpl *impl) in SbufRawImplFlush()
133 static size_t SbufRawImplGetCapacity(const struct HdfSBufImpl *impl) in SbufRawImplGetCapacity()
139 static size_t SbufRawImplGetDataSize(const struct HdfSBufImpl *impl) in SbufRawImplGetDataSize()
184 static bool SbufRawImplWrite(struct HdfSBufImpl *impl, const uint8_t *data, uint32_t size) in SbufRawImplWrite()
[all …]
/drivers/hdf_core/adapter/khdf/linux/network/src/
Dnet_device_adapter.c168 static struct net_device *GetDevFromDevImpl(const struct NetDeviceImpl *impl) in GetDevFromDevImpl()
179 static int32_t NetDevInit(struct NetDeviceImpl *impl) in NetDevInit()
204 static int32_t NetDevDeInit(struct NetDeviceImpl *impl) in NetDevDeInit()
222 static int32_t NetDevAdd(struct NetDeviceImpl *impl) in NetDevAdd()
251 static int32_t NetDevDelete(struct NetDeviceImpl *impl) in NetDevDelete()
272 static void NetDevApiAdd(struct NetDeviceImpl *impl, struct napi_struct *napi, in NetDevApiAdd()
280 static struct netdev_queue *NetDevGetTxQueue(struct NetDeviceImpl *impl, unsigned int queue) in NetDevGetTxQueue()
290 static __be16 NetDevTypeTrans(struct NetDeviceImpl *impl, struct sk_buff *skb) in NetDevTypeTrans()
300 static struct sk_buff *NetDevAllocBuf(struct NetDeviceImpl *impl, uint32_t length) in NetDevAllocBuf()
309 static void NetDevStartQueue(struct NetDeviceImpl *impl) in NetDevStartQueue()
[all …]
/drivers/peripheral/location/gnss/hdi_service/
Dgnss_interface_impl.h64 …explicit GnssCallBackDeathRecipient(const wptr<GnssInterfaceImpl>& impl) : gnssInterfaceImpl_(impl… in GnssCallBackDeathRecipient()
69 sptr<GnssInterfaceImpl> impl = gnssInterfaceImpl_.promote(); in OnRemoteDied() local
/drivers/peripheral/location/agnss/hdi_service/
Dagnss_interface_impl.h51 …explicit AgnssCallBackDeathRecipient(const wptr<AGnssInterfaceImpl>& impl) : agnssInterfaceImpl_(i… in AgnssCallBackDeathRecipient()
56 sptr<AGnssInterfaceImpl> impl = agnssInterfaceImpl_.promote(); in OnRemoteDied() local
/drivers/interface/display/composer/v1_1/display_command/
Ddisplay_cmd_responser.h34 …static std::unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManag… in Create()
43 …DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) : BaseType1_0(imp… in DisplayCmdResponser()
/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/platform/src/
Dhdf_wlan_queue.c40 HdfWlanQueueImpl *impl = NULL; in CreateQueue() local
62 HdfWlanQueueImpl *impl = NULL; in DestroyQueue() local
77 HdfWlanQueueImpl *impl = NULL; in PopQueue() local
105 HdfWlanQueueImpl *impl = NULL; in PushQueue() local
/drivers/peripheral/display/hdi_service/device/include/server/
Ddisplay_device_callback_proxy.h25 explicit DisplayDeviceCallbackProxy(const OHOS::sptr<OHOS::IRemoteObject> &impl) in DisplayDeviceCallbackProxy()
/drivers/peripheral/display/hdi_service/gralloc/client/
Dallocator_proxy.h28 …explicit AllocatorProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IDisplayAllocator>(impl) {} in AllocatorProxy()
/drivers/peripheral/display/hdi_service/device/include/proxy/
Ddisplay_device_proxy.h31 … explicit DisplayDeviceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDisplayDevice>(impl) in DisplayDeviceProxy()
/drivers/hdf_core/adapter/khdf/linux/network/include/
Dnet_device_adapter.h37 struct NetDeviceImpl *impl; member
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/service/src/
Dexecutor_impl_test.cpp56 ExecutorImpl *impl = new (std::nothrow) ExecutorImpl(nullptr); variable
113 ExecutorImpl *impl = new (std::nothrow) ExecutorImpl(pinHdi); variable
/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdistub_fuzzer/
Dbatteryhdistub_fuzz.cpp57 sptr<BatteryInterfaceImpl> impl = new BatteryInterfaceImpl(); in BatteryStubFuzzTest() local
/drivers/peripheral/audio/hdi_service/primary_impl/src/
Daudio_render.c469 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderSetMute() local
501 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderGetMute() local
650 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderGetGain() local
681 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderSetGain() local
714 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetLatency() local
896 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetRenderPosition() local
932 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderSetChannelMode() local
966 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetChannelMode() local
Daudio_capture.c414 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureSetMute() local
448 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureGetMute() local
600 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureGetGain() local
630 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureSetGain() local
789 struct AudioHwCapture *impl = (struct AudioHwCapture *)capture; in AudioCaptureGetCapturePosition() local
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintexecutorstub_fuzzer/
Dfingerprint_auth_executor_stub_fuzzer.cpp42 ExecutorImpl *impl = new (std::nothrow) ExecutorImpl(); in FingerprintAuthExecutorStubFuzzTest() local
/drivers/peripheral/usb/test/fuzztest/usbdevice_fuzzer/
Dusbdevice_fuzzer.cpp74 sptr<UsbInterfaceStub> impl = new UsbInterfaceStub(g_usbInterface); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthexecutorstub_fuzzer/
Dpin_auth_executor_stub_fuzzer.cpp47 ExecutorImpl *impl = new (std::nothrow) ExecutorImpl(pinHdi); in PinAuthExecutorStubFuzzTest() local
/drivers/hdf_core/adapter/uhdf2/hdi/test/stub_collector/
Dstub_collector_test.cpp122 void *impl = LoadHdiImpl(nullptr, nullptr); variable
/drivers/peripheral/usb/gadget/function/mtp/src/
Dusbfn_mtp_interface_driver.cpp98 sptr<UsbfnMtpImpl> impl = static_cast<UsbfnMtpImpl *>(serviceImpl.GetRefPtr()); in HdfUsbfnMtpInterfaceDriverBind() local
/drivers/peripheral/usb/hdi_service/src/
Dusb_interface_driver.cpp97 sptr<UsbImpl> impl = static_cast<UsbImpl *>(serviceImpl.GetRefPtr()); in HdfUsbInterfaceDriverBind() local
/drivers/peripheral/usb/test/fuzztest/usbhost_fuzzer/
Dusbhost_fuzzer.cpp106 sptr<UsbInterfaceStub> impl = new UsbInterfaceStub(usbInterface); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/motion/hdi_service/
Dmotion_if_service.cpp183 MotionIfService *impl = new (std::nothrow) MotionIfService(); in MotionInterfaceImplGetInstance() local
/drivers/peripheral/light/hdi_service/
Dlight_if_service.cpp195 LightIfService *impl = new (std::nothrow) LightIfService(); in LightInterfaceImplGetInstance() local
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/
Daudio_librender_hardwaredependence_test.cpp310 struct AudioHwRender *impl = nullptr; variable
361 struct AudioHwRender *impl = nullptr; variable
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Didevmgr_client.cpp47 …explicit DeviceManagerProxy(const sptr<IRemoteObject> &impl) : IProxyBroker<IDeviceManager>(impl) … in DeviceManagerProxy()

12