Home
last modified time | relevance | path

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

12

/drivers/framework/utils/src/
Dhdf_sbuf_impl_raw.c36 #define SBUF_RAW_CAST(impl) (struct HdfSBufRaw *)(impl) argument
46 static void SbufRawImplRecycle(struct HdfSBufImpl *impl) in SbufRawImplRecycle()
67 static bool SbufRawImplWriteRollback(struct HdfSBufImpl *impl, uint32_t size) in SbufRawImplWriteRollback()
84 static bool SbufRawImplReadRollback(struct HdfSBufImpl *impl, uint32_t size) in SbufRawImplReadRollback()
101 static const uint8_t *SbufRawImplGetData(const struct HdfSBufImpl *impl) in SbufRawImplGetData()
111 static void SbufRawImplSetDataSize(struct HdfSBufImpl *impl, size_t size) in SbufRawImplSetDataSize()
123 static void SbufRawImplFlush(struct HdfSBufImpl *impl) in SbufRawImplFlush()
132 static size_t SbufRawImplGetCapacity(const struct HdfSBufImpl *impl) in SbufRawImplGetCapacity()
138 static size_t SbufRawImplGetDataSize(const struct HdfSBufImpl *impl) in SbufRawImplGetDataSize()
183 static bool SbufRawImplWrite(struct HdfSBufImpl *impl, const uint8_t *data, uint32_t size) in SbufRawImplWrite()
[all …]
Dhdf_sbuf.c40 struct HdfSBufImpl *impl; member
336 struct HdfSBuf *HdfSbufTypedObtainInplace(uint32_t type, struct HdfSBufImpl *impl) in HdfSbufTypedObtainInplace()
/drivers/adapter/khdf/linux/network/src/
Dnet_device_adapter.c131 static struct net_device *GetDevFromDevImpl(const struct NetDeviceImpl *impl) in GetDevFromDevImpl()
142 static int32_t NetDevInit(struct NetDeviceImpl *impl) in NetDevInit()
167 static int32_t NetDevDeInit(struct NetDeviceImpl *impl) in NetDevDeInit()
185 static int32_t NetDevAdd(struct NetDeviceImpl *impl) in NetDevAdd()
214 static int32_t NetDevDelete(struct NetDeviceImpl *impl) in NetDevDelete()
233 static int32_t NetDevSetStatus(struct NetDeviceImpl *impl, in NetDevSetStatus()
268 static int32_t NetDevReceive(struct NetDeviceImpl *impl, in NetDevReceive()
293 int32_t NetDevChangeMacAddr(struct NetDeviceImpl *impl) in NetDevChangeMacAddr()
/drivers/peripheral/input/input_adapter/input_ipc/service/include/
Dinput_host_callback_proxy.h26 …explicit InputCallbackProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<InputReportEventCb>(im… in InputCallbackProxy()
37 …explicit InputHotCallbackProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<InputReportHostCb>(… in InputHotCallbackProxy()
/drivers/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
107 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/camera/interfaces/hdi_ipc/client/include/
Dstream_operator_proxy.h26 …explicit StreamOperatorProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IStreamOperator>(impl… in StreamOperatorProxy()
Dcamera_device_proxy.h27 … explicit CameraDeviceProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<ICameraDevice>(impl) {} in CameraDeviceProxy()
Doffline_stream_operator_proxy.h26 explicit OfflineStreamOperatorProxy(const sptr<IRemoteObject>& impl) in OfflineStreamOperatorProxy()
Dcamera_host_proxy.h27 explicit CameraHostProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<ICameraHost>(impl) {} in CameraHostProxy()
/drivers/peripheral/camera/interfaces/hdi_ipc/callback/host/include/
Dcamera_host_callback_proxy.h27 explicit CameraHostCallbackProxy(const sptr<IRemoteObject> &impl) in CameraHostCallbackProxy()
/drivers/peripheral/camera/interfaces/hdi_ipc/callback/operator/include/
Dstream_operator_callback_proxy.h27 explicit StreamOperatorCallbackProxy(const sptr<IRemoteObject> &impl) in StreamOperatorCallbackProxy()
/drivers/peripheral/camera/interfaces/hdi_ipc/callback/device/include/
Dcamera_device_callback_proxy.h27 explicit CameraDeviceCallbackProxy(const sptr<IRemoteObject> &impl) in CameraDeviceCallbackProxy()
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_client_cpp/unittest/
Dsample_proxy.h27 explicit SampleProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<ISample>(impl) {} in SampleProxy()
/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/wlan/hdi_service/include/
Dwlan_hal_proxy.h34 explicit WlanInterfaceProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IWlan>(impl) {} in WlanInterfaceProxy()
/drivers/adapter/khdf/linux/network/include/
Dnet_device_adapter.h37 struct NetDeviceImpl *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/audio/hal/hdi_passthrough/src/
Daudio_render.c454 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderSetMute() local
486 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderGetMute() local
633 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderGetGain() local
664 struct AudioHwRender *impl = (struct AudioHwRender *)handle; in AudioRenderSetGain() local
698 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetLatency() local
856 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetRenderPosition() local
893 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderSetChannelMode() local
927 struct AudioHwRender *impl = (struct AudioHwRender *)render; in AudioRenderGetChannelMode() local
Daudio_capture.c435 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureSetMute() local
469 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureGetMute() local
620 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureGetGain() local
651 struct AudioHwCapture *impl = (struct AudioHwCapture *)handle; in AudioCaptureSetGain() local
804 struct AudioHwCapture *impl = (struct AudioHwCapture *)capture; in AudioCaptureGetCapturePosition() local
/drivers/peripheral/input/input_adapter/input_ipc/client/include/
Dinput_proxy.h27 explicit InputProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IInputHost>(impl) {} in InputProxy()
/drivers/adapter/uhdf2/hdi/src/
Didevmgr_client.cpp39 …explicit DeviceManagerProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IDeviceManager>(impl) … in DeviceManagerProxy()
Diservmgr_client.cpp33 …explicit ServiceManagerProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IServiceManager>(impl… in ServiceManagerProxy()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
Daudio_render.cpp261 struct AudioHwRender *impl = reinterpret_cast<struct AudioHwRender *>(render); in AudioRenderGetLatency() local
330 struct AudioHwRender *impl = reinterpret_cast<struct AudioHwRender *>(render); in AudioRenderGetRenderPosition() local

12