/drivers/interface/display/composer/hdifd_parcelable/ |
H A D | hdifd_parcelable.h | 38 int32_t GetFd();
|
H A D | hdifd_parcelable.cpp | 102 int fd = descriptor->GetFd(); in ReadFileDescriptor() 150 int32_t HdifdParcelable::GetFd() in GetFd() function in OHOS::HDI::Display::HdifdParcelable
|
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_shared_fd.h | 36 int GetFd() const in GetFd() function in OHOS::HDI::DISPLAY::HdiFd
|
H A D | hdi_layer.h | 127 return mAcquireFence.GetFd(); in GetAcquireFenceFd() 131 return mReleaseFence.GetFd(); in GetReleaseFenceFd()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_fd.h | 35 int GetFd() const
in GetFd() function in OHOS::HDI::DISPLAY::HdiFd
|
H A D | hdi_layer.h | 133 return mAcquireFence.GetFd();
in GetAcquireFenceFd()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_connector.cpp | 77 DISPLAY_CHK_RETURN((mDrmFdPtr->GetFd() == -1), DISPLAY_FAILURE, DISPLAY_LOGE("the drm fd is -1"));
in Init() 119 int ret = drmModeConnectorSetProperty(mDrmFdPtr->GetFd(), mId, mPropBrightnessId, level);
in SetBrightness() 218 int drmFd = mDrmFdPtr->GetFd();
in UpdateModes() 246 int ret = drmModeConnectorSetProperty(mDrmFdPtr->GetFd(), mId, mPropDpmsId, dmps);
in SetDpmsState()
|
H A D | drm_device.cpp | 56 return mDrmFd->GetFd();
in GetDrmFd()
|
/drivers/hdf_core/interfaces/inner_api/hdi/base/ |
H A D | hdi_smq_meta.h | 130 int GetFd() const; 328 int SharedMemQueueMeta<T>::GetFd() const in GetFd() function in OHOS::HDI::Base::SharedMemQueueMeta
|
H A D | hdi_smq.h | 369 void *ptr = mmap(0, length, PROT_READ | PROT_WRITE, MAP_SHARED, meta_->GetFd(), offset); in MapMemZone() 373 zoneType, length, offset, meta_->GetFd(), errno); in MapMemZone()
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_connector.cpp | 82 DISPLAY_CHK_RETURN((mDrmFdPtr->GetFd() == -1), DISPLAY_FAILURE, DISPLAY_LOGE("the drm fd is -1")); in Init() 244 int drmFd = mDrmFdPtr->GetFd(); in UpdateModes() 291 int drmFd = mDrmFdPtr->GetFd(); in HandleHotplug() 351 int ret = drmModeConnectorSetProperty(mDrmFdPtr->GetFd(), mId, mPropDpmsId, dmps); in SetDpmsState()
|
H A D | drm_device.cpp | 56 return mDrmFd->GetFd(); in GetDrmFd()
|
/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/ |
H A D | smq_test.cpp | 329 void *ptr = mmap(0, length, PROT_READ | PROT_WRITE, MAP_SHARED, meta_->GetFd(), offset);
in MapMemZone() 333 zoneType, length, offset, meta_->GetFd(), errno);
in MapMemZone()
|
/drivers/interface/display/composer/v1_0/display_command/ |
H A D | display_cmd_responser.h | 426 ret = SetDisplayClientBuffer(data, needFreeBuffer, needMoveFd, fdParcel.GetFd()); in OnSetDisplayClientBuffer() 525 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::FileDescriptorPack(fdParcel.GetFd(), replyPacker_, outFds), in OnCommit() 881 ret = SetLayerBuffer(data, deletingList, needFreeBuffer, needMoveFd, fdParcel.GetFd()); in OnSetLayerBuffer()
|
/drivers/interface/display/composer/v1_2/display_command/ |
H A D | display_cmd_responser.h | 127 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::FileDescriptorPack(fdParcel.GetFd(), replyPacker_, outFds), in ReplyCommitAndGetReleaseFence()
|
/drivers/peripheral/display/composer/hdi_service/src/ |
H A D | display_composer_service.cpp | 479 int32_t inFence = fence->GetFd(); in SetVirtualDisplayBuffer()
|