| /drivers/framework/utils/src/ |
| D | hdf_sbuf_impl_raw.c | 36 #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 …]
|
| D | hdf_sbuf.c | 40 struct HdfSBufImpl *impl; member 336 struct HdfSBuf *HdfSbufTypedObtainInplace(uint32_t type, struct HdfSBufImpl *impl) in HdfSbufTypedObtainInplace()
|
| /drivers/adapter/khdf/linux/network/src/ |
| D | net_device_adapter.c | 131 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/ |
| D | input_host_callback_proxy.h | 26 …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/ |
| D | hdf_wlan_queue.c | 40 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/ |
| D | display_device_callback_proxy.h | 25 explicit DisplayDeviceCallbackProxy(const OHOS::sptr<OHOS::IRemoteObject> &impl) in DisplayDeviceCallbackProxy()
|
| /drivers/peripheral/camera/interfaces/hdi_ipc/client/include/ |
| D | stream_operator_proxy.h | 26 …explicit StreamOperatorProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IStreamOperator>(impl… in StreamOperatorProxy()
|
| D | camera_device_proxy.h | 27 … explicit CameraDeviceProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<ICameraDevice>(impl) {} in CameraDeviceProxy()
|
| D | offline_stream_operator_proxy.h | 26 explicit OfflineStreamOperatorProxy(const sptr<IRemoteObject>& impl) in OfflineStreamOperatorProxy()
|
| D | camera_host_proxy.h | 27 explicit CameraHostProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<ICameraHost>(impl) {} in CameraHostProxy()
|
| /drivers/peripheral/camera/interfaces/hdi_ipc/callback/host/include/ |
| D | camera_host_callback_proxy.h | 27 explicit CameraHostCallbackProxy(const sptr<IRemoteObject> &impl) in CameraHostCallbackProxy()
|
| /drivers/peripheral/camera/interfaces/hdi_ipc/callback/operator/include/ |
| D | stream_operator_callback_proxy.h | 27 explicit StreamOperatorCallbackProxy(const sptr<IRemoteObject> &impl) in StreamOperatorCallbackProxy()
|
| /drivers/peripheral/camera/interfaces/hdi_ipc/callback/device/include/ |
| D | camera_device_callback_proxy.h | 27 explicit CameraDeviceCallbackProxy(const sptr<IRemoteObject> &impl) in CameraDeviceCallbackProxy()
|
| /drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_client_cpp/unittest/ |
| D | sample_proxy.h | 27 explicit SampleProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<ISample>(impl) {} in SampleProxy()
|
| /drivers/peripheral/display/hdi_service/gralloc/client/ |
| D | allocator_proxy.h | 28 …explicit AllocatorProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IDisplayAllocator>(impl) {} in AllocatorProxy()
|
| /drivers/peripheral/display/hdi_service/device/include/proxy/ |
| D | display_device_proxy.h | 31 … explicit DisplayDeviceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDisplayDevice>(impl) in DisplayDeviceProxy()
|
| /drivers/peripheral/wlan/hdi_service/include/ |
| D | wlan_hal_proxy.h | 34 explicit WlanInterfaceProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IWlan>(impl) {} in WlanInterfaceProxy()
|
| /drivers/adapter/khdf/linux/network/include/ |
| D | net_device_adapter.h | 37 struct NetDeviceImpl *impl; member
|
| /drivers/peripheral/display/hdi_service/video_layer/client/ |
| D | video_layer_proxy.h | 28 explicit VideoLayerProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IDisplayLayer>(impl) {} in VideoLayerProxy()
|
| /drivers/peripheral/audio/hal/hdi_passthrough/src/ |
| D | audio_render.c | 454 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
|
| D | audio_capture.c | 435 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/ |
| D | input_proxy.h | 27 explicit InputProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IInputHost>(impl) {} in InputProxy()
|
| /drivers/adapter/uhdf2/hdi/src/ |
| D | idevmgr_client.cpp | 39 …explicit DeviceManagerProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IDeviceManager>(impl) … in DeviceManagerProxy()
|
| D | iservmgr_client.cpp | 33 …explicit ServiceManagerProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IServiceManager>(impl… in ServiceManagerProxy()
|
| /drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
| D | audio_render.cpp | 261 struct AudioHwRender *impl = reinterpret_cast<struct AudioHwRender *>(render); in AudioRenderGetLatency() local 330 struct AudioHwRender *impl = reinterpret_cast<struct AudioHwRender *>(render); in AudioRenderGetRenderPosition() local
|