/drivers/peripheral/display/hdi_service/device/include/server/ |
H A D | display_device_stub.h | 38 int32_t OnRemoteRequest(int cmdId, MessageParcel *data, MessageParcel *reply); 40 int32_t RegHotPlugCallback(MessageParcel *data, MessageParcel *reply); 41 int32_t GetDisplayCapability(MessageParcel *data, MessageParcel *reply); 42 int32_t GetDisplaySupportedModes(MessageParcel *data, MessageParcel *reply); 43 int32_t GetDisplayMode(MessageParcel *data, MessageParcel *reply); 44 int32_t SetDisplayMode(MessageParcel *data, MessageParcel *reply); 45 int32_t GetDisplayPowerStatus(MessageParcel *data, MessageParcel *reply); 46 int32_t SetDisplayPowerStatus(MessageParcel *data, MessageParcel *reply); 47 int32_t GetDisplayBackLight(MessageParcel *data, MessageParcel *reply); 48 int32_t SetDisplayBackLight(MessageParcel *data, MessageParcel *reply); [all...] |
/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_proxy.c | 30 static void ReleaseSbuf(struct HdfSBuf *data, struct HdfSBuf *reply) in ReleaseSbuf() argument 35 if (reply != NULL) { in ReleaseSbuf() 36 HdfSbufRecycle(reply); in ReleaseSbuf() 41 struct HdfSBuf *reply) in CodecComponentTypeProxyCall() 49 return remote->dispatcher->Dispatch(remote, id, data, reply); in CodecComponentTypeProxyCall() 51 static int32_t ReadValuesForGetComponentVersion(struct HdfSBuf *reply, struct CompVerInfo *verInfo) in ReadValuesForGetComponentVersion() argument 53 struct CompVerInfo *verInfoCp = (struct CompVerInfo *)HdfSbufReadUnpadBuffer(reply, sizeof(struct CompVerInfo)); in ReadValuesForGetComponentVersion() 69 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CodecComponentTypeProxyGetComponentVersion() local 70 if (data == NULL || reply == NULL) { in CodecComponentTypeProxyGetComponentVersion() 72 ReleaseSbuf(data, reply); in CodecComponentTypeProxyGetComponentVersion() 40 CodecComponentTypeProxyCall(struct CodecComponentType *self, int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply) CodecComponentTypeProxyCall() argument 100 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxySendCommand() local 155 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyGetParameter() local 213 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxySetParameter() local 262 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyGetConfig() local 320 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxySetConfig() local 369 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyGetExtensionIndex() local 411 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyGetState() local 447 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyComponentTunnelRequest() local 507 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyUseBuffer() local 555 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyAllocateBuffer() local 603 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyFreeBuffer() local 645 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyEmptyThisBuffer() local 681 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyFillThisBuffer() local 717 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxySetCallbacks() local 758 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyComponentDeInit() local 788 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyUseEglImage() local 849 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecComponentTypeProxyComponentRoleEnum() local [all...] |
H A D | codec_component_manager_proxy.c | 40 static void ReleaseSbuf(struct HdfSBuf *data, struct HdfSBuf *reply) in ReleaseSbuf() argument 45 if (reply != NULL) { in ReleaseSbuf() 46 HdfSbufRecycle(reply); in ReleaseSbuf() 58 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in GetComponentNum() local 59 if (reply == NULL) { in GetComponentNum() 60 CODEC_LOGE("Failed to obtain reply"); in GetComponentNum() 67 ReleaseSbuf(data, reply); in GetComponentNum() 72 g_codecComponentManagerProxy.remoteOmx, CMD_CODEC_GET_COMPONENT_NUM, data, reply) != HDF_SUCCESS) { in GetComponentNum() 74 ReleaseSbuf(data, reply); in GetComponentNum() 78 if (!HdfSbufReadInt32(reply, in GetComponentNum() 96 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); GetComponentCapabilityList() local 161 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CreateComponent() local 206 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); DestroyComponent() local [all...] |
H A D | codec_callback_type_proxy.c | 29 static void ReleaseSbuf(struct HdfSBuf *data, struct HdfSBuf *reply) in ReleaseSbuf() argument 34 if (reply != NULL) { in ReleaseSbuf() 35 HdfSbufRecycle(reply); in ReleaseSbuf() 40 struct HdfSBuf *reply) in CodecCallbackTypeProxyCall() 50 return self->remote->dispatcher->Dispatch(self->remote, id, data, reply); in CodecCallbackTypeProxyCall() 106 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in CodecCallbackTypeProxyEventHandler() local 107 if (data == NULL || reply == NULL) { in CodecCallbackTypeProxyEventHandler() 109 ReleaseSbuf(data, reply); in CodecCallbackTypeProxyEventHandler() 115 ReleaseSbuf(data, reply); in CodecCallbackTypeProxyEventHandler() 121 ReleaseSbuf(data, reply); in CodecCallbackTypeProxyEventHandler() 39 CodecCallbackTypeProxyCall(struct CodecCallbackType *self, int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply) CodecCallbackTypeProxyCall() argument 153 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecCallbackTypeProxyEmptyBufferDone() local 198 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); CodecCallbackTypeProxyFillBufferDone() local [all...] |
/drivers/peripheral/audio/hal/hdi_binder/server/include/ |
H A D | hdf_audio_server_render.h | 22 struct HdfSBuf *data, struct HdfSBuf *reply); 24 struct HdfSBuf *data, struct HdfSBuf *reply); 26 struct HdfSBuf *data, struct HdfSBuf *reply); 28 struct HdfSBuf *data, struct HdfSBuf *reply); 30 struct HdfSBuf *data, struct HdfSBuf *reply); 32 struct HdfSBuf *data, struct HdfSBuf *reply); 34 struct HdfSBuf *data, struct HdfSBuf *reply); 36 struct HdfSBuf *data, struct HdfSBuf *reply); 38 struct HdfSBuf *data, struct HdfSBuf *reply); 40 struct HdfSBuf *data, struct HdfSBuf *reply); [all...] |
H A D | hdf_audio_server_capture.h | 21 struct HdfSBuf *data, struct HdfSBuf *reply); 23 struct HdfSBuf *data, struct HdfSBuf *reply); 25 struct HdfSBuf *data, struct HdfSBuf *reply); 27 struct HdfSBuf *data, struct HdfSBuf *reply); 29 struct HdfSBuf *data, struct HdfSBuf *reply); 31 struct HdfSBuf *data, struct HdfSBuf *reply); 33 struct HdfSBuf *data, struct HdfSBuf *reply); 35 struct HdfSBuf *data, struct HdfSBuf *reply); 37 struct HdfSBuf *data, struct HdfSBuf *reply); 39 struct HdfSBuf *data, struct HdfSBuf *reply); [all...] |
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/ |
H A D | audio_proxy_render.cpp | 22 struct HdfSBuf *reply = NULL; in AudioProxyRenderCtrl() local 28 if (AudioProxyPreprocessRender(hwRender, &data, &reply) < 0) { in AudioProxyRenderCtrl() 31 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyRenderCtrl() 32 AudioProxyBufReplyRecycle(data, reply); in AudioProxyRenderCtrl() 76 struct HdfSBuf *reply = NULL; in AudioProxyRenderGetFrameParameter() local 82 if (AudioProxyPreprocessRender(hwRender, &data, &reply) < 0) { in AudioProxyRenderGetFrameParameter() 85 ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyRenderGetFrameParameter() 87 AudioProxyBufReplyRecycle(data, reply); in AudioProxyRenderGetFrameParameter() 90 if (!HdfSbufReadUint64(reply, param)) { in AudioProxyRenderGetFrameParameter() 91 AudioProxyBufReplyRecycle(data, reply); in AudioProxyRenderGetFrameParameter() 114 struct HdfSBuf *reply = NULL; AudioProxyRenderSetSampleAttributes() local 139 struct HdfSBuf *reply = NULL; AudioProxyRenderGetSampleAttributes() local 169 struct HdfSBuf *reply = NULL; AudioProxyRenderGetCurrentChannelId() local 200 struct HdfSBuf *reply = NULL; AudioProxyRenderCheckSceneCapability() local 244 struct HdfSBuf *reply = NULL; AudioProxyRenderSelectScene() local 271 struct HdfSBuf *reply = NULL; AudioProxyRenderSetMute() local 296 struct HdfSBuf *reply = NULL; AudioProxyRenderGetMute() local 335 struct HdfSBuf *reply = NULL; AudioProxyRenderGetGainThreshold() local 379 struct HdfSBuf *reply = NULL; AudioProxyRenderGetLatency() local 411 struct HdfSBuf *reply = NULL; AudioProxyRenderRenderFrame() local 445 struct HdfSBuf *reply = NULL; AudioProxyRenderGetRenderPosition() local 493 struct HdfSBuf *reply = NULL; AudioProxyRenderSetChannelMode() local 519 struct HdfSBuf *reply = NULL; AudioProxyRenderGetChannelMode() local 552 struct HdfSBuf *reply = NULL; AudioProxyRenderSetExtraParams() local 576 struct HdfSBuf *reply = NULL; AudioProxyRenderGetExtraParams() local 618 struct HdfSBuf *reply = NULL; AudioProxyRenderReqMmapBuffer() local 672 struct HdfSBuf *reply = NULL; AudioProxyRenderGetMmapPosition() local 703 struct HdfSBuf *reply = NULL; AudioProxyRenderTurnStandbyMode() local 729 struct HdfSBuf *reply = NULL; AudioProxyRenderAudioDevDump() local 763 struct HdfSBuf *reply = NULL; AudioProxyRenderRegCallback() local 798 struct HdfSBuf *reply = NULL; AudioProxyRenderDrainBuffer() local [all...] |
H A D | audio_proxy_common.cpp | 31 int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply) in AudioProxyDispatchCall() 33 if (data == NULL || reply == NULL || self == NULL) { in AudioProxyDispatchCall() 41 return self->dispatcher->Dispatch(self, id, data, reply); in AudioProxyDispatchCall() 44 void AudioProxyBufReplyRecycle(struct HdfSBuf *data, struct HdfSBuf *reply) in AudioProxyBufReplyRecycle() argument 49 if (reply != NULL) { in AudioProxyBufReplyRecycle() 50 HdfSbufRecycle(reply); in AudioProxyBufReplyRecycle() 55 int32_t AudioProxyPreprocessSBuf(struct HdfSBuf **data, struct HdfSBuf **reply) in AudioProxyPreprocessSBuf() argument 57 if (data == NULL || reply == NULL) { in AudioProxyPreprocessSBuf() 65 *reply = AudioProxyObtainHdfSBuf(); in AudioProxyPreprocessSBuf() 66 if (*reply in AudioProxyPreprocessSBuf() 30 AudioProxyDispatchCall(struct HdfRemoteService *self, int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply) AudioProxyDispatchCall() argument 74 AudioProxyPreprocessRender(struct AudioHwRender *render, struct HdfSBuf **data, struct HdfSBuf **reply) AudioProxyPreprocessRender() argument 148 AudioProxyReadSapmleAttrbutes(struct HdfSBuf *reply, struct AudioSampleAttributes *attrs) AudioProxyReadSapmleAttrbutes() argument 204 struct HdfSBuf *reply = NULL; AudioProxyCommonSetRenderCtrlParam() local 241 struct HdfSBuf *reply = NULL; AudioProxyCommonGetRenderCtrlParam() local 269 AudioProxyGetMmapPositionRead(struct HdfSBuf *reply, uint64_t *frames, struct AudioTimeStamp *time) AudioProxyGetMmapPositionRead() argument [all...] |
H A D | audio_proxy_manager.cpp | 33 struct HdfSBuf *reply = NULL; in AudioProxyManagerGetAllAdapters() local 38 if (AudioProxyPreprocessSBuf(&data, &reply) < 0) { in AudioProxyManagerGetAllAdapters() 44 AudioProxyBufReplyRecycle(data, reply); in AudioProxyManagerGetAllAdapters() 49 AudioProxyBufReplyRecycle(data, reply); in AudioProxyManagerGetAllAdapters() 54 ret = AudioProxyDispatchCall(manager->remote, AUDIO_HDI_MGR_GET_ALL_ADAPTER, data, reply); in AudioProxyManagerGetAllAdapters() 56 AudioProxyBufReplyRecycle(data, reply); in AudioProxyManagerGetAllAdapters() 60 AudioProxyBufReplyRecycle(data, reply); in AudioProxyManagerGetAllAdapters() 69 struct HdfSBuf *reply = NULL; in AudioProxyManagerLoadAdapter() local 75 if (AudioAdapterExist(desc->adapterName) || (AudioProxyPreprocessSBuf(&data, &reply) < 0)) { in AudioProxyManagerLoadAdapter() 79 AudioProxyBufReplyRecycle(data, reply); in AudioProxyManagerLoadAdapter() 119 struct HdfSBuf *reply = NULL; AudioProxyManagerUnloadAdapter() local [all...] |
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/include/ |
H A D | hdf_audio_server_render.h | 22 struct HdfSBuf *data, struct HdfSBuf *reply); 24 struct HdfSBuf *data, struct HdfSBuf *reply); 26 struct HdfSBuf *data, struct HdfSBuf *reply); 28 struct HdfSBuf *data, struct HdfSBuf *reply); 30 struct HdfSBuf *data, struct HdfSBuf *reply); 32 struct HdfSBuf *data, struct HdfSBuf *reply); 34 struct HdfSBuf *data, struct HdfSBuf *reply); 36 struct HdfSBuf *data, struct HdfSBuf *reply); 38 struct HdfSBuf *data, struct HdfSBuf *reply); 40 struct HdfSBuf *data, struct HdfSBuf *reply); [all...] |
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_dispatch.c | 37 int32_t (*func)(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply); 40 static int32_t HdmiCmdOpen(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdOpen() argument 43 (void)reply; in HdmiCmdOpen() 48 static int32_t HdmiCmdClose(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdClose() argument 51 (void)reply; in HdmiCmdClose() 57 static int32_t HdmiCmdStart(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdStart() argument 60 (void)reply; in HdmiCmdStart() 65 static int32_t HdmiCmdStop(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdStop() argument 68 (void)reply; in HdmiCmdStop() 73 static int32_t HdmiCmdAvmuteSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in HdmiCmdAvmuteSet() argument 87 HdmiCmdDeepColorSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdDeepColorSet() argument 100 HdmiCmdDeepColorGet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdDeepColorGet() argument 122 HdmiCmdVideoAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdVideoAttrSet() argument 135 HdmiCmdAudioAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdAudioAttrSet() argument 148 HdmiCmdHdrAttrSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdHdrAttrSet() argument 161 HdmiCmdReadSinkEdid(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdReadSinkEdid() argument 184 HdmiCmdInfoFrameSet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdInfoFrameSet() argument 203 HdmiCmdInfoFrameGet(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdInfoFrameGet() argument 228 HdmiCmdRegisterHpdCallbackFunc(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdRegisterHpdCallbackFunc() argument 241 HdmiCmdUnregisterHpdCallbackFunc(struct HdmiCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiCmdUnregisterHpdCallbackFunc() argument 249 HdmiIoDispatch(struct HdfDeviceIoClient *client, int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) HdmiIoDispatch() argument [all...] |
/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | mmc_dispatch.c | 15 static int32_t MmcCmdDevPresent(struct MmcCntlr *cntlr, struct HdfSBuf *data, struct HdfSBuf *reply) in MmcCmdDevPresent() argument 18 if (reply == NULL) { in MmcCmdDevPresent() 21 if (!HdfSbufWriteUint8(reply, MmcCntlrDevPresent(cntlr))) { in MmcCmdDevPresent() 22 HDF_LOGE("MmcCmdDevPresent: write reply sbuf fail!"); in MmcCmdDevPresent() 28 static int32_t MmcDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in MmcDispatch() argument 31 return MmcCmdDevPresent(cntlr, data, reply); in MmcDispatch() 38 static int32_t EmmcCmdGetCid(struct MmcCntlr *cntlr, struct HdfSBuf *reply) in EmmcCmdGetCid() argument 43 if (reply == NULL || cntlr == NULL) { in EmmcCmdGetCid() 44 HDF_LOGE("EmmcCmdGetCid: reply or cntlr is null!"); in EmmcCmdGetCid() 54 if (HdfSbufWriteBuffer(reply, ci in EmmcCmdGetCid() 62 EmmcDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) EmmcDispatch() argument 74 SdioDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) SdioDispatch() argument 83 MmcIoDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) MmcIoDispatch() argument [all...] |
/drivers/hdf_core/framework/core/common/src/ |
H A D | devmgr_service_start.c | 25 static int32_t GetDeviceServiceNameByClass(struct HdfSBuf *data, struct HdfSBuf *reply) in GetDeviceServiceNameByClass() argument 28 if (reply == NULL || data == NULL) { in GetDeviceServiceNameByClass() 37 HdfSbufFlush(reply); in GetDeviceServiceNameByClass() 38 DevSvcManagerListService(reply, deviceClass); in GetDeviceServiceNameByClass() 39 HdfSbufWriteString(reply, NULL); in GetDeviceServiceNameByClass() 43 static int32_t ListAllService(struct HdfSBuf *reply) in ListAllService() argument 46 if (reply == NULL || devSvcManager == NULL || devSvcManager->super.ListAllService == NULL) { in ListAllService() 49 HdfSbufFlush(reply); in ListAllService() 50 devSvcManager->super.ListAllService(&devSvcManager->super, reply); in ListAllService() 51 HdfSbufWriteString(reply, NUL in ListAllService() 55 ListAllDevice(struct DevmgrService *devMgrSvc, struct HdfSBuf *reply) ListAllDevice() argument 66 DeviceManagerDispatch(struct HdfObject *stub, int code, struct HdfSBuf *data, struct HdfSBuf *reply) DeviceManagerDispatch() argument [all...] |
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_render.cpp | 111 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceCreatRender() 113 if (client == NULL || data == NULL || reply == NULL) { in HdiServiceCreatRender() 163 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderDestory() 165 if (client == NULL || data == NULL || reply == NULL) { in HdiServiceRenderDestory() 198 int32_t HdiServiceRenderStart(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderStart() argument 200 if (client == NULL || data == NULL || reply == NULL) { in HdiServiceRenderStart() 211 int32_t HdiServiceRenderStop(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderStop() argument 213 if (client == NULL || data == NULL || reply == NULL) { in HdiServiceRenderStop() 225 struct HdfSBuf *data, struct HdfSBuf *reply) in HdiServiceRenderPause() 227 if (client == NULL || data == NULL || reply in HdiServiceRenderPause() 110 HdiServiceCreatRender(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceCreatRender() argument 162 HdiServiceRenderDestory(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderDestory() argument 224 HdiServiceRenderPause(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderPause() argument 239 HdiServiceRenderResume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderResume() argument 252 HdiServiceRenderFlush(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderFlush() argument 266 HdiServiceRenderGetFrameSize(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetFrameSize() argument 287 HdiServiceRenderGetFrameCount(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetFrameCount() argument 308 HdiServiceRenderSetSampleAttr(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetSampleAttr() argument 327 HdiServiceRenderGetSampleAttr(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetSampleAttr() argument 349 HdiServiceRenderGetCurChannelId(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetCurChannelId() argument 371 HdiServiceRenderCheckSceneCapability(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderCheckSceneCapability() argument 403 HdiServiceRenderSelectScene(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSelectScene() argument 428 HdiServiceRenderGetMute(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetMute() argument 452 HdiServiceRenderSetMute(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetMute() argument 472 HdiServiceRenderSetVolume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetVolume() argument 491 HdiServiceRenderGetVolume(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetVolume() argument 514 HdiServiceRenderGetGainThreshold(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetGainThreshold() argument 541 HdiServiceRenderGetGain(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetGain() argument 564 HdiServiceRenderSetGain(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetGain() argument 582 HdiServiceRenderGetLatency(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetLatency() argument 604 HdiServiceRenderRenderFrame(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderRenderFrame() argument 646 HdiServiceRenderGetRenderPosition(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetRenderPosition() argument 670 HdiServiceRenderGetSpeed(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetSpeed() argument 693 HdiServiceRenderSetSpeed(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetSpeed() argument 711 HdiServiceRenderSetChannelMode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetChannelMode() argument 731 HdiServiceRenderGetChannelMode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetChannelMode() argument 756 HdiServiceRenderSetExtraParams(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderSetExtraParams() argument 776 HdiServiceRenderGetExtraParams(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetExtraParams() argument 807 HdiServiceRenderReqMmapBuffer(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderReqMmapBuffer() argument 859 HdiServiceRenderGetMmapPosition(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderGetMmapPosition() argument 882 HdiServiceRenderTurnStandbyMode(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderTurnStandbyMode() argument 897 HdiServiceRenderDevDump(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderDevDump() argument 919 HdiServiceRenderRegCallback(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderRegCallback() argument 945 HdiServiceRenderDrainBuffer(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) HdiServiceRenderDrainBuffer() argument [all...] |
/drivers/peripheral/display/composer/hdi_service/src/ |
H A D | display_dump_vdi.cpp | 63 int32_t VdiDumper::DumpBuffer(HdfSBuf *reply) in DumpBuffer() argument 72 if (!HdfSbufWriteString(reply, result.c_str())) { in DumpBuffer() 80 int32_t VdiDumper::UpdateUserConfig(HdfSBuf *reply) in UpdateUserConfig() argument 89 if (!HdfSbufWriteString(reply, result.c_str())) { in UpdateUserConfig() 97 int32_t VdiDumper::ShowDumpMenu(HdfSBuf *reply) in ShowDumpMenu() argument 99 if (reply != nullptr) { in ShowDumpMenu() 100 (void)HdfSbufWriteString(reply, g_vdiComposerDumpHelp); in ShowDumpMenu() 132 int32_t VdiDumper::ComposerHostDumpProcess(struct HdfSBuf *data, struct HdfSBuf *reply, uint32_t argsNum) in ComposerHostDumpProcess() argument 134 if (reply == nullptr || data == nullptr) { in ComposerHostDumpProcess() 141 ret = UpdateUserConfig(reply); in ComposerHostDumpProcess() [all...] |
/drivers/hdf_core/framework/support/platform/src/watchdog/ |
H A D | watchdog_if_u.c | 46 struct HdfSBuf *reply = NULL; in WatchdogOpen() local 66 reply = HdfSbufObtainDefaultSize(); in WatchdogOpen() 67 if (reply == NULL) { in WatchdogOpen() 68 HDF_LOGE("WatchdogOpen: fail to obtain reply!"); in WatchdogOpen() 73 ret = service->dispatcher->Dispatch(&service->object, WATCHDOG_IO_GET_PRIV, NULL, reply); in WatchdogOpen() 77 HdfSbufRecycle(reply); in WatchdogOpen() 81 if (!HdfSbufReadInt32(reply, &ret)) { in WatchdogOpen() 84 HdfSbufRecycle(reply); in WatchdogOpen() 88 HdfSbufRecycle(reply); in WatchdogOpen() 115 struct HdfSBuf *reply in WatchdogGetStatus() local 238 struct HdfSBuf *reply = NULL; WatchdogGetTimeout() local [all...] |
/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devmgr_dump.c | 43 static int32_t DevMgrDumpHostFindHost(const char *hostName, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpHostFindHost() argument 61 (void)HdfSbufWriteString(reply, "The host does not start\n"); in DevMgrDumpHostFindHost() 64 ret = hostClnt->hostService->Dump(hostClnt->hostService, data, reply); in DevMgrDumpHostFindHost() 69 (void)HdfSbufWriteString(reply, "The host does not exist\n"); in DevMgrDumpHostFindHost() 75 static int32_t DevMgrDumpHost(uint32_t argv, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpHost() argument 108 int32_t ret = DevMgrDumpHostFindHost(hostName, hostData, reply); in DevMgrDumpHost() 114 static int32_t DevMgrDumpServiceFindHost(const char *servName, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpServiceFindHost() argument 142 ret = hostClnt->hostService->Dump(hostClnt->hostService, data, reply); in DevMgrDumpServiceFindHost() 147 (void)HdfSbufWriteString(reply, "The service does not exist\n"); in DevMgrDumpServiceFindHost() 151 static int32_t DevMgrDumpService(uint32_t argv, struct HdfSBuf *data, struct HdfSBuf *reply) in DevMgrDumpService() argument 212 DevMgrDumpAllHostsIpcStats(struct HdfSBuf *data, struct HdfSBuf *reply) DevMgrDumpAllHostsIpcStats() argument 236 DevMgrDumpIpcAllHosts(int32_t fd, const char *cmd, struct HdfSBuf *reply) DevMgrDumpIpcAllHosts() argument 254 DevMgrDumpSingleHostIpcStats(int32_t pid, struct HdfSBuf *data, struct HdfSBuf *reply) DevMgrDumpSingleHostIpcStats() argument 279 DevMgrDumpIpcSingleHost(int32_t pid, int32_t fd, const char *cmd, struct HdfSBuf *reply) DevMgrDumpIpcSingleHost() argument 297 DevMgrDumpIpc(int32_t fd, struct HdfSBuf *data, struct HdfSBuf *reply) DevMgrDumpIpc() argument 327 DevMgrFillDeviceHostInfo(struct HdfSBuf *data, struct HdfSBuf *reply) DevMgrFillDeviceHostInfo() argument 355 DevMgrFillDeviceInfo(struct HdfSBuf *data, struct HdfSBuf *reply, uint32_t *hostCnt, uint32_t *nodeCnt) DevMgrFillDeviceInfo() argument 411 DevMgrFillServiceInfo(struct HdfSBuf *data, struct HdfSBuf *reply, uint32_t *servCnt) DevMgrFillServiceInfo() argument 455 DevMgrQueryUserDevice(struct HdfSBuf *reply) DevMgrQueryUserDevice() argument 494 DevMgrQueryUserService(struct HdfSBuf *reply) DevMgrQueryUserService() argument 526 DevMgrQueryKernelDevice(struct HdfSBuf *reply) DevMgrQueryKernelDevice() argument 559 DevMgrQueryKernelService(struct HdfSBuf *reply) DevMgrQueryKernelService() argument 590 DevMgrQueryInfo(struct HdfSBuf *reply) DevMgrQueryInfo() argument 599 DevMgrDump(struct HdfSBuf *data, struct HdfSBuf *reply) DevMgrDump() argument [all...] |
/drivers/hdf_core/framework/support/platform/src/gpio/ |
H A D | gpio_service.c | 20 static int32_t GpioServiceIoRead(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoRead() argument 26 if (data == NULL || reply == NULL) { in GpioServiceIoRead() 27 HDF_LOGE("GpioServiceIoRead: data or reply is null!"); in GpioServiceIoRead() 42 if (!HdfSbufWriteUint16(reply, value)) { in GpioServiceIoRead() 50 static int32_t GpioServiceIoWrite(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoWrite() argument 56 (void)reply; in GpioServiceIoWrite() 80 static int32_t GpioServiceIoGetDir(struct HdfSBuf *data, struct HdfSBuf *reply) in GpioServiceIoGetDir() argument 86 if (data == NULL || reply == NULL) { in GpioServiceIoGetDir() 87 HDF_LOGE("GpioServiceIoGetDir: data or reply is null!"); in GpioServiceIoGetDir() 102 if (!HdfSbufWriteUint16(reply, di in GpioServiceIoGetDir() 110 GpioServiceIoSetDir(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoSetDir() argument 178 GpioServiceIoSetIrq(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoSetIrq() argument 208 GpioServiceIoUnsetIrq(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoUnsetIrq() argument 231 GpioServiceIoEnableIrq(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoEnableIrq() argument 256 GpioServiceIoDisableIrq(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoDisableIrq() argument 281 GpioServiceIoGetNumByName(struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceIoGetNumByName() argument 311 GpioServiceDispatch( struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) GpioServiceDispatch() argument [all...] |
/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_cmd_adapter.c | 33 static int32_t ParserNetworkInfo(struct HdfSBuf *reply, struct NetworkInfoResult *result) in ParserNetworkInfo() argument 40 if (!HdfSbufReadUint32(reply, &result->nums)) { in ParserNetworkInfo() 48 ifName = HdfSbufReadString(reply); in ParserNetworkInfo() 53 if (!HdfSbufReadBuffer(reply, (const void **)&mode, &replayDataSize) || mode == NULL || in ParserNetworkInfo() 70 static int32_t ParserDeviceMacAddr(struct HdfSBuf *reply, uint8_t *mac, uint8_t len) in ParserDeviceMacAddr() argument 76 if (!HdfSbufReadUint8(reply, &isEfuseSavedMac)) { in ParserDeviceMacAddr() 84 if (!HdfSbufReadBuffer(reply, (const void **)(&replayData), &replayDataSize) || replayDataSize != len) { in ParserDeviceMacAddr() 95 static int32_t ParserFreqInfo(struct HdfSBuf *reply, struct FreqInfoResult *result, uint32_t size) in ParserFreqInfo() argument 105 if (!HdfSbufReadUint32(reply, &result->nums)) { in ParserFreqInfo() 113 if (!HdfSbufReadBuffer(reply, (cons in ParserFreqInfo() 124 ParserAssociatedStas(struct HdfSBuf *reply, struct AssocStaInfoResult *result) ParserAssociatedStas() argument 151 HdfSbufObtainDefault(struct HdfSBuf **data, struct HdfSBuf **reply) HdfSbufObtainDefault() argument 231 struct HdfSBuf *reply = NULL; GetUsableNetworkInfo() local 255 struct HdfSBuf *reply = NULL; IsSupportCombo() local 288 struct HdfSBuf *reply = NULL; GetComboInfo() local 333 struct HdfSBuf *reply = NULL; SetMacAddr() local 364 struct HdfSBuf *reply = NULL; GetDevMacAddr() local 400 struct HdfSBuf *reply = NULL; GetValidFreqByBand() local 436 struct HdfSBuf *reply = NULL; SetTxPower() local 467 struct HdfSBuf *reply = NULL; GetAssociatedStas() local 498 struct HdfSBuf *reply = NULL; WifiSetCountryCode() local 530 struct HdfSBuf *reply = NULL; SetScanMacAddr() local 574 struct HdfSBuf *reply = NULL; AcquireChipId() local 604 GetIfNames(struct HdfSBuf *reply, char **ifNames, uint32_t *num) GetIfNames() argument 643 struct HdfSBuf *reply = NULL; GetIfNamesByChipId() local 673 struct HdfSBuf *reply = NULL; SetResetDriver() local 700 struct HdfSBuf *reply = NULL; GetNetDeviceInfo() local 755 struct HdfSBuf *reply = NULL; GetCurrentPowerMode() local 950 struct HdfSBuf *reply = NULL; GetStationInfo() local 1090 struct HdfSBuf *reply = NULL; ClientGetApBandwidth() local 1124 struct HdfSBuf *reply = NULL; WifiGetSignalPollInfo() local [all...] |
/drivers/hdf_core/framework/support/platform/src/clock/ |
H A D | clock_if_u.c | 35 struct HdfSBuf *reply = NULL; in ClockOpen() local 51 reply = HdfSbufObtainDefaultSize(); in ClockOpen() 52 if (reply == NULL) { in ClockOpen() 53 HDF_LOGE("ClockOpen: fail to obtain reply!"); in ClockOpen() 61 HdfSbufRecycle(reply); in ClockOpen() 65 ret = service->dispatcher->Dispatch(&service->object, CLOCK_IO_OPEN, data, reply); in ClockOpen() 69 HdfSbufRecycle(reply); in ClockOpen() 73 if (!HdfSbufReadUint32(reply, &handle)) { in ClockOpen() 78 HdfSbufRecycle(reply); in ClockOpen() 240 struct HdfSBuf *reply in ClockGetRate() local 297 struct HdfSBuf *reply = NULL; ClockGetParent() local 353 struct HdfSBuf *reply = NULL; ClockSetParent() local [all...] |
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
H A D | sample_hdi_service_stub.cpp | 27 static int32_t SampleServiceStubPing(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubPing() argument 37 HdfSbufWriteString(reply, outInfo); in SampleServiceStubPing() 42 static int32_t SampleServiceStubSum(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubSum() argument 62 if (!HdfSbufWriteInt32(reply, result)) { in SampleServiceStubSum() 71 static int32_t SampleServiceStubCallback(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubCallback() argument 74 (void)reply; in SampleServiceStubCallback() 92 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubStructTrans() 105 if (!DataBlockBlockMarshalling(dataBlock, reply)) { in SampleServiceStubStructTrans() 116 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubBufferTrans() 129 if (!HdfSbufWriteUnpadBuffer(reply, buffe in SampleServiceStubBufferTrans() 91 SampleServiceStubStructTrans( struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) SampleServiceStubStructTrans() argument 115 SampleServiceStubBufferTrans( struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) SampleServiceStubBufferTrans() argument 139 SampleServiceRegisterDevice( struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) SampleServiceRegisterDevice() argument 154 SampleServiceUnregisterDevice( struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) SampleServiceUnregisterDevice() argument 220 SampleServiceOnRemoteRequest( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) SampleServiceOnRemoteRequest() argument [all...] |
/drivers/peripheral/light/hal/src/ |
H A D | light_dump.c | 34 static int32_t ShowLightInfo(struct HdfSBuf *reply) in ShowLightInfo() argument 73 if (!HdfSbufWriteString(reply, lightInfo)) { in ShowLightInfo() 82 static int32_t ShowLightEffectInfo(struct HdfSBuf *reply) in ShowLightEffectInfo() argument 113 if (!HdfSbufWriteString(reply, lightEffectInfo)) { in ShowLightEffectInfo() 121 static int32_t DumpLightChannel(struct HdfSBuf *reply) in DumpLightChannel() argument 125 ret = ShowLightInfo(reply); in DumpLightChannel() 131 ret = ShowLightEffectInfo(reply); in DumpLightChannel() 140 static int32_t LightDriverDump(struct HdfSBuf *data, struct HdfSBuf *reply) in LightDriverDump() argument 145 if (data == NULL || reply == NULL) { in LightDriverDump() 155 if (!HdfSbufWriteString(reply, g_dumpHel in LightDriverDump() 183 GetLightDump(struct HdfSBuf *data, struct HdfSBuf *reply) GetLightDump() argument [all...] |
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | idevmgr_client.cpp | 64 MessageParcel reply; in LoadDevice() local 79 int status = Remote()->SendRequest(DEVMGR_SERVICE_LOAD_DEVICE, data, reply, option); in LoadDevice() 90 MessageParcel reply; in UnloadDevice() local 105 int status = Remote()->SendRequest(DEVMGR_SERVICE_UNLOAD_DEVICE, data, reply, option); in UnloadDevice() 113 static bool HdfDevMgrDbgFillDeviceInfo(std::vector<HdiDevHostInfo> &hostInfos, MessageParcel &reply) in HdfDevMgrDbgFillDeviceInfo() argument 119 const char *name = reply.ReadCString(); in HdfDevMgrDbgFillDeviceInfo() 124 if (!reply.ReadUint32(hostInfo.hostId)) { in HdfDevMgrDbgFillDeviceInfo() 129 if (!reply.ReadUint32(devCnt)) { in HdfDevMgrDbgFillDeviceInfo() 140 if (reply.GetReadableBytes() == 0) { in HdfDevMgrDbgFillDeviceInfo() 145 name = reply in HdfDevMgrDbgFillDeviceInfo() 164 MessageParcel reply; ListAllDevice() local 190 HdfDevMgrFillPidList(std::vector<int> &pidList, MessageParcel &reply) HdfDevMgrFillPidList() argument 218 MessageParcel reply; ListAllHost() local [all...] |
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/ |
H A D | display_device_proxy.cpp | 100 MessageParcel reply; in RegHotPlugCallback() local 105 int32_t ret = Remote()->SendRequest(DSP_CMD_REGHOTPLUGCALLBACK, data, reply, option); in RegHotPlugCallback() 126 MessageParcel reply; in RegDisplayVBlankCallback() local 133 int32_t ret = Remote()->SendRequest(DSP_CMD_REGDISPLAYVBLANKCALLBACK, data, reply, option); in RegDisplayVBlankCallback() 154 MessageParcel reply; in RegDisplayRefreshCallback() local 162 int32_t ret = Remote()->SendRequest(DSP_CMD_REGDISPLAYREFRESHCALLBACK, data, reply, option); in RegDisplayRefreshCallback() 179 MessageParcel reply; in GetDisplayCapability() local 185 int32_t ret = Remote()->SendRequest(DSP_CMD_GETDISPLAYCAPABILITY, data, reply, option); in GetDisplayCapability() 191 if (!DisplayDeviceReadData(&info, &reply)) { in GetDisplayCapability() 207 MessageParcel reply; in GetDisplaySupportedModes() local 241 MessageParcel reply; GetDisplayMode() local 266 MessageParcel reply; SetDisplayMode() local 294 MessageParcel reply; GetDisplayPowerStatus() local 318 MessageParcel reply; SetDisplayPowerStatus() local 347 MessageParcel reply; GetDisplayBacklight() local 372 MessageParcel reply; SetDisplayBacklight() local 401 MessageParcel reply; GetDisplayProperty() local 430 MessageParcel reply; SetDisplayProperty() local 463 MessageParcel reply; PrepareDisplayLayers() local 493 MessageParcel reply; GetDisplayCompChange() local 535 MessageParcel reply; SetDisplayClientCrop() local 563 MessageParcel reply; SetDisplayClientDestRect() local 591 MessageParcel reply; SetDisplayClientBuffer() local 628 MessageParcel reply; SetDisplayClientDamage() local 660 MessageParcel reply; SetDisplayVsyncEnabled() local 695 MessageParcel reply; GetDisplayReleaseFence() local 734 MessageParcel reply; Commit() local 763 MessageParcel reply; CreateVirtualDisplay() local 797 MessageParcel reply; DestroyVirtualDisplay() local 827 MessageParcel reply; SetVirtualDisplayBuffer() local 865 MessageParcel reply; CreateWriteBack() local 895 MessageParcel reply; DestroyWriteBack() local 914 MessageParcel reply; SetProxyRemoteCallback() local 939 MessageParcel reply; InitDisplay() local 963 MessageParcel reply; DeinitDisplay() local 987 MessageParcel reply; GetDisplayInfo() local 1014 MessageParcel reply; CreateLayer() local 1043 MessageParcel reply; CloseLayer() local 1071 MessageParcel reply; SetLayerVisible() local 1103 MessageParcel reply; GetLayerVisibleState() local 1135 MessageParcel reply; SetLayerSize() local 1167 MessageParcel reply; GetLayerSize() local 1203 MessageParcel reply; SetLayerCrop() local 1235 MessageParcel reply; SetLayerZorder() local 1267 MessageParcel reply; GetLayerZorder() local 1296 MessageParcel reply; SetLayerPreMulti() local 1328 MessageParcel reply; GetLayerPreMulti() local 1356 MessageParcel reply; SetLayerAlpha() local 1387 MessageParcel reply; GetLayerAlpha() local 1419 MessageParcel reply; SetLayerColorKey() local 1454 MessageParcel reply; GetLayerColorKey() local 1489 MessageParcel reply; SetLayerPalette() local 1524 MessageParcel reply; GetLayerPalette() local 1557 MessageParcel reply; SetTransformMode() local 1588 MessageParcel reply; SetLayerCompression() local 1619 MessageParcel reply; GetLayerCompression() local 1647 MessageParcel reply; SetLayerDirtyRegion() local 1689 MessageParcel reply; GetLayerBuffer() local 1724 MessageParcel reply; Flush() local 1759 MessageParcel reply; WaitForVBlank() local 1790 MessageParcel reply; SnapShot() local 1823 MessageParcel reply; SetLayerVisibleRegion() local 1858 MessageParcel reply; SetLayerBuffer() local 1902 MessageParcel reply; SetLayerCompositionType() local 1933 MessageParcel reply; SetLayerBlendType() local [all...] |
/drivers/hdf_core/framework/support/platform/src/adc/ |
H A D | adc_if_u.c | 35 struct HdfSBuf *reply = NULL;
in AdcOpen() local 48 reply = HdfSbufObtainDefaultSize();
in AdcOpen() 49 if (reply == NULL) {
in AdcOpen() 50 HDF_LOGE("AdcOpen: fail to obtain reply!");
in AdcOpen() 60 ret = service->dispatcher->Dispatch(&service->object, ADC_IO_OPEN, data, reply);
in AdcOpen() 66 if (!HdfSbufReadUint32(reply, &handle)) {
in AdcOpen() 71 HdfSbufRecycle(reply);
in AdcOpen() 75 HdfSbufRecycle(reply);
in AdcOpen() 114 struct HdfSBuf *reply = NULL;
in AdcRead() local 129 reply in AdcRead() [all...] |