| /drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/ |
| D | v4l2_dev.cpp | 43 int fd; in start() local 82 int fd; in stop() local 127 int rc, fd; in ReqBuffers() local 154 int rc, fd; in CreatBuffer() local 186 int rc, fd; in QueueBuffer() local 210 int fd; in ReleaseBuffers() local 273 RetCode HosV4L2Dev::CreateEpoll(int fd, const unsigned int streamNumber) in CreateEpoll() 320 void HosV4L2Dev::EraseEpoll(int fd) in EraseEpoll() 344 int rc, fd; in StartStream() local 394 int fd = GetCurrentFd(cameraID); in StopStream() local [all …]
|
| D | v4l2_fileformat.cpp | 24 void HosFileFormat::V4L2GetCurrentFormat(int fd, std::vector<DeviceFormat>& fmtDesc, in V4L2GetCurrentFormat() 53 RetCode HosFileFormat::V4L2SearchFormat(int fd, std::vector<DeviceFormat>& fmtDesc) in V4L2SearchFormat() 94 RetCode HosFileFormat::V4L2GetFmtDescs(int fd, std::vector<DeviceFormat>& fmtDesc) in V4L2GetFmtDescs() 119 RetCode HosFileFormat::V4L2GetCapability(int fd, const std::string& devName, const std::string& cam… in V4L2GetCapability() 151 RetCode HosFileFormat::V4L2GetFmt(int fd, DeviceFormat& format) in V4L2GetFmt() 185 RetCode HosFileFormat::V4L2SetFmt(int fd, DeviceFormat& format) in V4L2SetFmt() 219 RetCode HosFileFormat::V4L2GetCrop(int fd, DeviceFormat& format) in V4L2GetCrop() 246 RetCode HosFileFormat::V4L2SetCrop(int fd, DeviceFormat& format) in V4L2SetCrop() 273 RetCode HosFileFormat::V4L2GetCropCap(int fd, DeviceFormat& format) in V4L2GetCropCap() 330 void HosFileFormat::V4L2CloseDevice(int fd) in V4L2CloseDevice() [all …]
|
| D | v4l2_control.cpp | 22 void HosV4L2Control::V4L2VidiocSCtrl (int fd, int ret, struct v4l2_ext_control* cList, int count) in V4L2VidiocSCtrl() 39 RetCode HosV4L2Control::V4L2SetCtrls (int fd, std::vector<DeviceControl>& control, const int numCon… in V4L2SetCtrls() 75 void HosV4L2Control::V4L2VidiocGExtCtrls (int fd, int ret, int &count, in V4L2VidiocGExtCtrls() 100 RetCode HosV4L2Control::V4L2GetCtrls (int fd, std::vector<DeviceControl>& control, const int numCon… in V4L2GetCtrls() 136 RetCode HosV4L2Control::V4L2GetCtrl(int fd, unsigned int id, int& value) in V4L2GetCtrl() 155 RetCode HosV4L2Control::V4L2SetCtrl(int fd, unsigned int id, int value) in V4L2SetCtrl() 174 int HosV4L2Control::ExtControl(int fd, struct v4l2_queryctrl *ctrl) in ExtControl() 191 void HosV4L2Control::V4L2SetValue(int fd, std::vector<DeviceControl>& control, in V4L2SetValue() 224 void HosV4L2Control::V4L2EnumExtControl(int fd, v4l2_queryctrl &qCtrl, DeviceControl &ctrl) in V4L2EnumExtControl() 248 void HosV4L2Control::V4L2EnumExtControls(int fd, std::vector<DeviceControl>& control) in V4L2EnumExtControls() [all …]
|
| D | v4l2_stream.cpp | 30 RetCode HosV4L2Streams::V4L2StreamOn(int fd) in V4L2StreamOn() 46 RetCode HosV4L2Streams::V4L2StreamOff(int fd) in V4L2StreamOff() 62 RetCode HosV4L2Streams::V4L2StreamFPSGet(int fd, DeviceFormat& format) in V4L2StreamFPSGet() 81 RetCode HosV4L2Streams::V4L2StreamFPSSet(int fd, DeviceFormat& format) in V4L2StreamFPSSet()
|
| D | v4l2_buffer.cpp | 36 RetCode ioctlWrapper(int fd, uint32_t buffCont, uint32_t buffType, uint32_t memoryType) in ioctlWrapper() 76 RetCode HosV4L2Buffers::V4L2ReqBuffers(int fd, int unsigned buffCont) in V4L2ReqBuffers() 91 RetCode HosV4L2Buffers::V4L2QueueBuffer(int fd, const std::shared_ptr<FrameSpec>& frameSpec) in V4L2QueueBuffer() 196 RetCode HosV4L2Buffers::V4L2DequeueBuffer(int fd) in V4L2DequeueBuffer() 251 RetCode HosV4L2Buffers::V4L2AllocBuffer(int fd, const std::shared_ptr<FrameSpec>& frameSpec) in V4L2AllocBuffer() 288 RetCode HosV4L2Buffers::SetAdapterBuffer(int fd, struct v4l2_buffer &buf, const std::shared_ptr<Fra… in SetAdapterBuffer() 388 RetCode HosV4L2Buffers::V4L2ReleaseBuffers(int fd) in V4L2ReleaseBuffers() 426 RetCode HosV4L2Buffers::Flush(int fd) in Flush()
|
| /drivers/interface/display/composer/hdifd_parcelable/ |
| D | hdifd_parcelable.cpp | 37 HdifdParcelable::HdifdParcelable(int32_t fd) in HdifdParcelable() 49 bool HdifdParcelable::Init(int32_t fd) in Init() 71 bool HdifdParcelable::WriteFileDescriptor(const int fd, Parcel& parcel) in WriteFileDescriptor() 102 int fd = descriptor->GetFd(); in ReadFileDescriptor() local 130 int32_t fd = -1; in Unmarshalling() local
|
| /drivers/peripheral/usb/test/unittest/hal/src/ |
| D | usbd_accessory_test.cpp | 91 int32_t fd; variable 106 int32_t fd; variable 124 int32_t fd; variable
|
| /drivers/hdf_core/adapter/uhdf2/utils/src/ |
| D | shared_mem.cpp | 24 int SharedMemSetProt(int fd, int prot) in SharedMemSetProt() 29 int SharedMemGetSize(int fd) in SharedMemGetSize()
|
| /drivers/peripheral/power/interfaces/hdi_service/src/ |
| D | system_operation.cpp | 36 UniqueFd fd(TEMP_FAILURE_RETRY(open(WAKE_LOCK_PATH, O_RDWR | O_CLOEXEC))); in WriteWakeLock() local 49 UniqueFd fd(TEMP_FAILURE_RETRY(open(WAKE_UNLOCK_PATH, O_RDWR | O_CLOEXEC))); in WriteWakeUnlock() local
|
| D | hibernate.cpp | 171 int fd = open(SWAP_FILE_PATH, O_RDWR); in MkSwap() local 281 int fd = open(SWAP_FILE_PATH, O_RDONLY | O_LARGEFILE | O_EXCL | O_CREAT, SWAP_FILE_MODE); in CreateSwapFile() local 331 UniqueFd fd(TEMP_FAILURE_RETRY(open(HIBERNATE_RESUME, O_RDWR | O_CLOEXEC))); in WriteOffsetAndResume() local 358 UniqueFd fd(TEMP_FAILURE_RETRY(open(SYS_POWER_RESUME_OFFSET, O_RDWR | O_CLOEXEC))); in WriteOffset() local 377 UniqueFd fd(TEMP_FAILURE_RETRY(open(SYS_POWER_RESUME, O_RDWR | O_CLOEXEC))); in WriteResume() local 400 UniqueFd fd(TEMP_FAILURE_RETRY(open(HIBERNATE_STATE_PATH, O_RDWR | O_CLOEXEC))); in WritePowerState() local 445 int fd = open(SWAP_FILE_PATH, O_RDONLY); in GetResumeOffset() local
|
| /drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/ |
| D | hdi_service_test.cpp | 224 int fd = open(sysBattTemPath.c_str(), O_RDONLY); in ReadTemperatureSysfs() local 261 int fd = open(sysBattVolPath.c_str(), O_RDONLY); in ReadVoltageSysfs() local 298 int fd = open(sysBattCapPath.c_str(), O_RDONLY); in ReadCapacitySysfs() local 336 int fd = open(sysBattTotalEnergyPath.c_str(), O_RDONLY); in ReadTotalEnergySysfs() local 374 int fd = open(sysBattCurrentAvgPath.c_str(), O_RDONLY); in ReadCurrentAverageSysfs() local 412 int fd = open(sysBattCurrentNowPath.c_str(), O_RDONLY); in ReadCurrentNowSysfs() local 450 int fd = open(sysBattChargeNowPath.c_str(), O_RDONLY); in ReadRemainEnergySysfs() local 519 int fd = open(sysHealthStatePath.c_str(), O_RDONLY); in ReadHealthStateSysfs() local 569 int fd = open(path, O_RDONLY, S_IRUSR | S_IRGRP | S_IROTH); in ReadSysfsFile() local 655 int fd = open(sysChargeStatePath.c_str(), O_RDONLY); in ReadChargeStateSysfs() local [all …]
|
| /drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
| D | fb_device.cpp | 36 int fd = adapter->OpenDevice(FBDEV_PATH, O_RDWR, 0); in Create() local 46 FbDevice::FbDevice(int fd) in FbDevice()
|
| /drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/ |
| D | audio_idl_hdicapture_control_test.cpp | 450 int fd = fileno(fp); variable 488 int fd = fileno(file); variable 527 int fd = fileno(file); variable 551 int fd = fileno(fp); variable 570 int fd = 3; variable
|
| /drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
| D | audio_idl_hdirender_control_test.cpp | 502 int fd = fileno(file); variable 541 int fd = fileno(fp); variable 580 int fd = fileno(fp); variable 604 int fd = fileno(fp); variable 623 int fd = 3; variable
|
| /drivers/peripheral/partitionslot/hal/src/ |
| D | partitionslot_manager.cpp | 77 int32_t PartitionSlotManager::WriteSlot(int fd, int32_t slot, off_t offset, off_t size) in WriteSlot() 93 int fd = open(MISC_DEVICE_NODE, O_RDWR | O_CLOEXEC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in ReadMisc() local 119 int fd = open(MISC_DEVICE_NODE, O_RDWR | O_CLOEXEC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in WriteSlotToMisc() local
|
| /drivers/peripheral/usb/hdi_service/src/ |
| D | usbd_accessory.cpp | 145 int32_t UsbdAccessory::GetAccessoryString(int32_t fd, int32_t cmd, std::string &accInfoString) in GetAccessoryString() 167 int32_t fd = open(ACCESSORY_DRIVER_NAME, O_RDWR); in GetAccessoryInfo() local 186 int32_t UsbdAccessory::OpenAccessory(int32_t &fd) in OpenAccessory() 201 int32_t UsbdAccessory::CloseAccessory(int32_t fd) in CloseAccessory()
|
| /drivers/peripheral/display/composer/vdi_base/src/ |
| D | hdi_netlink_monitor.cpp | 51 int fd = -1; in ThreadInit() local 97 int fd = -1; in MonitorThread() local
|
| /drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
| D | hci_protocol.cpp | 50 ssize_t HciProtocol::Read(int fd, uint8_t *data, size_t length) in Read() 63 ssize_t HciProtocol::Write(int fd, const uint8_t *data, size_t length) in Write()
|
| D | mct_protocol.cpp | 56 void MctProtocol::ReadEventData(int fd) in ReadEventData() 102 void MctProtocol::ReadAclData(int fd) in ReadAclData()
|
| /drivers/peripheral/display/hdi_service/device/src/util/ |
| D | display_device_common.cpp | 240 bool DisplayDeviceWriteFileDescriptor(MessageParcel *parcel, const int32_t fd) in DisplayDeviceWriteFileDescriptor() 257 bool DisplayDeviceReadFileDescriptor(int32_t *fd, MessageParcel *parcel) in DisplayDeviceReadFileDescriptor() 277 bool DisplayDeviceWriteFileDescriptorArray(MessageParcel *parcel, const int *fd, uint32_t num) in DisplayDeviceWriteFileDescriptorArray() 290 bool DisplayDeviceReadFileDescriptorArray(int *fd, MessageParcel *parcel, uint32_t num) in DisplayDeviceReadFileDescriptorArray()
|
| /drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
| D | hdi_fd.h | 31 explicit HdiFd(int fd) : mFd(fd) in HdiFd()
|
| /drivers/peripheral/display/composer/vdi_base/include/ |
| D | hdi_shared_fd.h | 32 explicit HdiFd(int fd) : mFd(fd) in HdiFd()
|
| /drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
| D | hisilicon_drm.h | 28 __s32 fd; member
|
| /drivers/hdf_core/framework/sample/platform/uart/dev/ |
| D | hello_uart_dev.c | 20 int fd; in main() local
|
| /drivers/peripheral/display/buffer/vdi_base/include/ |
| D | hisilicon_drm.h | 30 __s32 fd; member
|