Home
last modified time | relevance | path

Searched refs:WriteInt32 (Results 1 - 18 of 18) sorted by relevance

/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_callback_proxy.cpp24 if (!data.WriteInterfaceToken(DisplayDeviceCallbackProxy::GetDescriptor()) || !data.WriteInt32(outputId) || in OnHotplugIn()
40 if (!data.WriteInterfaceToken(DisplayDeviceCallbackProxy::GetDescriptor()) || !data.WriteInt32(sequence) || in OnVBlankCallback()
56 if (!data.WriteInterfaceToken(DisplayDeviceCallbackProxy::GetDescriptor()) || !data.WriteInt32(devId)) { in OnRefreshCallback()
H A Ddisplay_device_host_driver.cpp254 if (!reply->WriteInt32(modesNum)) { in GetDisplaySupportedModes()
336 if (!reply->WriteInt32(statusTmp)) { in GetDisplayPowerStatus()
818 if (!reply->WriteInt32(formatTmp)) { in CreateVirtualDisplay()
1496 if (!reply->WriteInt32(compType)) { in GetLayerCompression()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dnative_buffer.cpp91 !messageParcel.WriteInt32(handle_->width) || !messageParcel.WriteInt32(handle_->stride) || in Marshalling()
92 !messageParcel.WriteInt32(handle_->height) || !messageParcel.WriteInt32(handle_->size) || in Marshalling()
93 !messageParcel.WriteInt32(handle_->format) || !messageParcel.WriteUint64(handle_->usage)) { in Marshalling()
248 if (!messageParcel.WriteInt32(handle.reserve[handle.reserveFds + j])) { in WriteReserveData()
/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_utils.h142 DISPLAY_CHK_RETURN(packer.WriteInt32(rect.x) == false, HDF_FAILURE, in RectPack()
144 DISPLAY_CHK_RETURN(packer.WriteInt32(rect.y) == false, HDF_FAILURE, in RectPack()
146 DISPLAY_CHK_RETURN(packer.WriteInt32(rect.w) == false, HDF_FAILURE, in RectPack()
148 DISPLAY_CHK_RETURN(packer.WriteInt32(rect.h) == false, HDF_FAILURE, in RectPack()
170 DISPLAY_CHK_RETURN(packer.WriteInt32(fd) == false, HDF_FAILURE, in FileDescriptorPack()
192 DISPLAY_CHK_RETURN(packer.WriteInt32(hdifdInfo.id) == false, HDF_FAILURE, in FileDescriptorPack()
217 DISPLAY_CHK_RETURN(packer.WriteInt32(buffer->width) == false, HDF_FAILURE, in BufferHandlePack()
219 DISPLAY_CHK_RETURN(packer.WriteInt32(buffer->stride) == false, HDF_FAILURE, in BufferHandlePack()
221 DISPLAY_CHK_RETURN(packer.WriteInt32(buffer->height) == false, HDF_FAILURE, in BufferHandlePack()
223 DISPLAY_CHK_RETURN(packer.WriteInt32(buffe in BufferHandlePack()
[all...]
H A Ddisplay_cmd_requester.h431 retBool = requestPacker_.WriteInt32(type); in SetLayerTransformMode()
598 retBool = requestPacker_.WriteInt32(type); in SetLayerCompositionType()
630 retBool = requestPacker_.WriteInt32(type); in SetLayerBlendType()
H A Ddisplay_cmd_responser.h265 result = replyPacker_.WriteInt32(it->first); in OnRequestEnd()
270 result = replyPacker_.WriteInt32(it->second); in OnRequestEnd()
/drivers/interface/display/composer/command_pack/
H A Dcommand_data_packer.h82 bool WriteInt32(int32_t value) in WriteInt32() function in OHOS::HDI::Display::CommandDataPacker
118 DISPLAY_CHK_RETURN(WriteInt32(beginCmd) == false, false, in PackBegin()
132 DISPLAY_CHK_RETURN(WriteInt32(cmdId) == false, false, in BeginSection()
166 DISPLAY_CHK_RETURN(WriteInt32(endCmd) == false, false,
/drivers/hdf_core/adapter/uhdf2/hdi/test/buffer_handle/
H A Dnative_buffer_test.cpp314 ret = parcel.WriteInt32(0); // width in HWTEST_F()
316 ret = parcel.WriteInt32(0); // stride in HWTEST_F()
318 ret = parcel.WriteInt32(0); // height in HWTEST_F()
320 ret = parcel.WriteInt32(0); // size in HWTEST_F()
322 ret = parcel.WriteInt32(0); // format in HWTEST_F()
344 ret = parcel.WriteInt32(0); // width in HWTEST_F()
346 ret = parcel.WriteInt32(0); // stride in HWTEST_F()
348 ret = parcel.WriteInt32(0); // height in HWTEST_F()
350 ret = parcel.WriteInt32(0); // size in HWTEST_F()
352 ret = parcel.WriteInt32( in HWTEST_F()
[all...]
/drivers/interface/camera/sequenceable/map_data/
H A Dmap_data_sequenceable.cpp91 dataParcel.WriteInt32(BUFFER_DATA_MAGIC); in Marshalling()
92 dataParcel.WriteInt32(datas_.size()); in Marshalling()
95 dataParcel.WriteInt32(static_cast<int32_t>(data.type)); in Marshalling()
101 dataParcel.WriteInt32(i32); in Marshalling()
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/
H A Dutils_data_stub.cpp104 bRet = (bRet && data.WriteInt32(static_cast<int32_t>(tagCount))); in EncodeCameraMetadata()
120 bRet = data.WriteInt32(tagCount); in EncodeCameraMetadata()
268 bRet = (bRet && parcel.WriteInt32(static_cast<int32_t>(pInfo->streamId_))); in EncodeStreamInfo()
269 bRet = (bRet && parcel.WriteInt32(static_cast<int32_t>(pInfo->width_))); in EncodeStreamInfo()
270 bRet = (bRet && parcel.WriteInt32(static_cast<int32_t>(pInfo->height_))); in EncodeStreamInfo()
271 bRet = (bRet && parcel.WriteInt32(static_cast<int32_t>(pInfo->format_))); in EncodeStreamInfo()
272 bRet = (bRet && parcel.WriteInt32(pInfo->intent_)); in EncodeStreamInfo()
279 bRet = (bRet && parcel.WriteInt32(static_cast<int32_t>(pInfo->minFrameDuration_))); in EncodeStreamInfo()
280 bRet = (bRet && parcel.WriteInt32(pInfo->encodeType_)); in EncodeStreamInfo()
/drivers/peripheral/display/hdi_service/gralloc/server/
H A Dallocator_service_stub.cpp43 if (!reply.WriteInt32(errCode)) { in AllocaltorStubAllocMem()
/drivers/peripheral/display/hdi_service/device/src/util/
H A Ddisplay_device_common.cpp81 if (!parcel->WriteInt32(data)) { in DisplayDeviceWriteInt32()
110 if (!parcel->WriteInt32(data)) { in DisplayDeviceWriteBool()
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
H A Dservice_manager_hdi_test.cpp156 data.WriteInt32(payload); in HWTEST_F()
177 data.WriteInt32(PAYLOAD_NUM); in HWTEST_F()
178 data.WriteInt32(PAYLOAD_NUM); in HWTEST_F()
261 data.WriteInt32(PAYLOAD_NUM); in HWTEST_F()
262 data.WriteInt32(PAYLOAD_NUM); in HWTEST_F()
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp213 if (!data.WriteInt32(num)) { in GetDisplaySupportedModes()
1567 if (!data.WriteInt32(type)) { in SetTransformMode()
1598 if (!data.WriteInt32(compType)) { in SetLayerCompression()
1769 if (!data.WriteInt32(timeOut)) { in WaitForVBlank()
1912 if (!data.WriteInt32(type)) { in SetLayerCompositionType()
1943 if (!data.WriteInt32(type)) { in SetLayerBlendType()
/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_types.cpp26 if (!parcel.WriteInt32(errCode)) { in Marshalling()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_sbuf_impl_hipc.cpp93 return MParcelCast(sbuf)->WriteInt32(value); in SbufMParcelImplWriteInt32()
/drivers/hdf_core/framework/tools/hdf_dbg/
H A Dhdf_dbg.cpp359 data.WriteInt32(StrToInt(info.inParamVec[i][1])); in InjectDebugHdi()
/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_responser.h130 DISPLAY_CHECK(replyPacker_.WriteInt32(commitInfo.skipRet) == false, in ReplyCommitAndGetReleaseFence()

Completed in 18 milliseconds