Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 32) 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.c135 static struct net_device *GetDevFromDevImpl(const struct NetDeviceImpl *impl) in GetDevFromDevImpl()
146 static int32_t NetDevInit(struct NetDeviceImpl *impl) in NetDevInit()
171 static int32_t NetDevDeInit(struct NetDeviceImpl *impl) in NetDevDeInit()
189 static int32_t NetDevAdd(struct NetDeviceImpl *impl) in NetDevAdd()
218 static int32_t NetDevDelete(struct NetDeviceImpl *impl) in NetDevDelete()
239 static void NetDevApiAdd(struct NetDeviceImpl *impl, struct napi_struct *napi, in NetDevApiAdd()
247 static struct netdev_queue *NetDevGetTxQueue(struct NetDeviceImpl *impl, unsigned int queue) in NetDevGetTxQueue()
257 static __be16 NetDevTypeTrans(struct NetDeviceImpl *impl, struct sk_buff *skb) in NetDevTypeTrans()
267 static struct sk_buff *NetDevAllocBuf(struct NetDeviceImpl *impl, uint32_t length) in NetDevAllocBuf()
276 static void NetDevStartQueue(struct NetDeviceImpl *impl) in NetDevStartQueue()
[all …]
/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/hdf_core/adapter/uhdf2/hdi/test/hdi_sample/sample_client_cpp/unittest/
Dfoo_proxy.h30 explicit FooProxy(const sptr<IRemoteObject> &impl) : IProxyBroker<IFoo>(impl) {} in FooProxy()
Dsample_proxy.h28 explicit SampleProxy(const sptr<IRemoteObject> &impl) : IProxyBroker<ISample>(impl) {} in SampleProxy()
Dsample_proxy.cpp49 void *impl = LoadHdiImpl(desc.data(), serviceName.c_str()); in Get() 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/peripheral/sensor/hdi_service/
Dcallback_death_recipient.h33 sptr<SensorImpl> impl = sensorImpl.promote(); in OnRemoteDied() local
/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.cpp54 ExecutorImpl *impl = new (std::nothrow) ExecutorImpl(nullptr); variable
104 ExecutorImpl *impl = new (std::nothrow) ExecutorImpl(pinHdi); variable
/drivers/peripheral/audio/hal/hdi_binder/proxy/include/
Daudio_proxy_manager.h50 struct AudioManager impl; member
/drivers/peripheral/display/hdi_service/video_layer/client/
Dvideo_layer_proxy.h28 explicit VideoLayerProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IDisplayLayer>(impl) {} in VideoLayerProxy()
/drivers/peripheral/usb/test/fuzztest/usbdevice_fuzzer/
Dusbdevice_fuzzer.cpp65 sptr<UsbInterfaceStub> impl = new UsbInterfaceStub(g_usbInterface); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/audio/hdi_service/passthrough/src/
Daudio_render.c434 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderSetMute() local
465 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderGetMute() local
610 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderGetGain() local
640 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderSetGain() local
672 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetLatency() local
846 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetRenderPosition() local
879 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderSetChannelMode() local
912 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetChannelMode() local
Daudio_capture.c400 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureSetMute() local
433 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureGetMute() local
582 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureGetGain() local
611 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureSetGain() local
769 struct AudioHwCapture *impl = (struct AudioHwCapture *)capture; in AudioCaptureGetCapturePosition() local
/drivers/peripheral/audio/hal/hdi_passthrough/src/
Daudio_render.c474 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderSetMute() local
506 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderGetMute() local
656 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderGetGain() local
688 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderSetGain() local
723 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetLatency() local
889 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetRenderPosition() local
929 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderSetChannelMode() local
964 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetChannelMode() local
Daudio_capture.c455 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureSetMute() local
489 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureGetMute() local
642 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureGetGain() local
674 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureSetGain() local
829 struct AudioHwCapture *impl = (struct AudioHwCapture *)capture; in AudioCaptureGetCapturePosition() local
/drivers/peripheral/usb/test/fuzztest/usbhost_fuzzer/
Dusbhost_fuzzer.cpp97 sptr<UsbInterfaceStub> impl = new UsbInterfaceStub(usbInterface); in DoSomethingInterestingWithMyAPI() local
/drivers/hdf_core/adapter/uhdf2/hdi/test/hdi_sample/sample_service_cpp/
Dsample_service_stub.cpp40 void *impl = LoadHdiImpl(desc.data(), serviceName.c_str()); in Get() local
/drivers/peripheral/usb/hdi_service/src/
Dusb_interface_driver.cpp97 sptr<UsbImpl> impl = static_cast<UsbImpl *>(serviceImpl.GetRefPtr()); in HdfUsbInterfaceDriverBind() local
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/
Daudio_librender_hardwaredependence_test.cpp308 struct AudioHwRender *impl = nullptr; variable
359 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()
Diservmgr_client.cpp42 …explicit ServiceManagerProxy(const sptr<IRemoteObject> &impl) : IProxyBroker<IServiceManager>(impl… in ServiceManagerProxy()

12