/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | hisilicon_drm.h | 28 __s32 fd;
member
|
H A D | drm_allocator.cpp | 45 int32_t fd; in Allocate() local
|
/drivers/hdf_core/adapter/uhdf2/utils/src/ |
H A D | shared_mem.cpp | 24 int SharedMemSetProt(int fd, int prot) in SharedMemSetProt() argument 29 int SharedMemGetSize(int fd) in SharedMemGetSize() argument
|
/drivers/hdf_core/framework/sample/platform/uart/dev/ |
H A D | hello_uart_dev.c | 20 int fd; in main() local
|
/drivers/peripheral/display/buffer/vdi_base/include/ |
H A D | hisilicon_drm.h | 30 __s32 fd; member
|
H A D | display_gralloc_gbm.h | 38 int fd; member
|
H A D | buffer_handle.h | 26 int32_t fd; /**< buffer fd, -1 if not supported */ member
|
H A D | hi_gbm_internal.h | 30 int fd; member
|
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/pathselectconfig_fuzzer/ |
H A D | pathselectconfig_fuzzer.cpp | 39 int fd = mkstemp(tmpfile); in DoSomethingInterestingWithMyAPI() local
|
/drivers/peripheral/audio/effect/test/fuzztest/effectconfig_fuzzer/ |
H A D | effectconfig_fuzzer.cpp | 36 int fd = mkstemp(tmpfile); in DoSomethingInterestingWithMyAPI() local
|
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/audiocardconfig_fuzzer/ |
H A D | audiocardconfig_fuzzer.cpp | 35 int fd = mkstemp(tmpfile); in DoSomethingInterestingWithMyAPI() local
|
/drivers/external_device_manager/frameworks/ddk/base/ |
H A D | ddk_api.cpp | 55 int32_t fd = shareMemory->GetAshmemFd(); in OH_DDK_CreateAshmem() local
|
/drivers/hdf_core/interfaces/inner_api/hdi/base/ |
H A D | buffer_handle.h | 54 int32_t fd; /**< Buffer file descriptor (FD). The value <b>-1</b> indicates a invalid FD. */ member
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/ |
H A D | v4l2_stream.cpp | 30 RetCode HosV4L2Streams::V4L2StreamOn(int fd) in V4L2StreamOn() argument 46 RetCode HosV4L2Streams::V4L2StreamOff(int fd) in V4L2StreamOff() argument 62 RetCode HosV4L2Streams::V4L2StreamFPSGet(int fd, DeviceFormat& format) in V4L2StreamFPSGet() argument 81 RetCode HosV4L2Streams::V4L2StreamFPSSet(int fd, DeviceFormat& format) in V4L2StreamFPSSet() argument
|
/drivers/peripheral/base/ |
H A D | buffer_handle.h | 26 int32_t fd; /**< buffer fd, -1 if not supported */ member
|
/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | hci_protocol.cpp | 50 ssize_t HciProtocol::Read(int fd, uint8_t *data, size_t length)
in Read() argument 63 ssize_t HciProtocol::Write(int fd, const uint8_t *data, size_t length)
in Write() argument
|
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_shared_fd.h | 32 explicit HdiFd(int fd) : mFd(fd) in HdiFd() argument 41 HdiFd &operator = (int fd) in operator =() argument
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_netlink_monitor.cpp | 51 int fd = -1; in ThreadInit() local [all...] |
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_netlink_monitor.cpp | 31 int fd;
in Init() local
|
H A D | hdi_fd.h | 31 explicit HdiFd(int fd) : mFd(fd)
in HdiFd() argument 40 HdiFd &operator = (int fd)
in operator =() argument
|
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
H A D | fb_device.cpp | 36 int fd = adapter->OpenDevice(FBDEV_PATH, O_RDWR, 0);
in Create() local 46 FbDevice::FbDevice(int fd)
in FbDevice() argument
|
/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_file.c | 42 int32_t fd = -1; in OsalFileOpen() local
|
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/ |
H A D | file_test.c | 43 int fd; in fs_test1() local
|
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/ |
H A D | audio_idl_hdicapture_control_test.cpp | 450 int fd = fileno(fp); in HWTEST_F() local 488 int fd = fileno(file); in HWTEST_F() local 527 int fd = fileno(file); in HWTEST_F() local 551 int fd = fileno(fp); HWTEST_F() local 570 int fd = 3; HWTEST_F() local [all...] |
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
H A D | audio_idl_hdirender_control_test.cpp | 502 int fd = fileno(file); in HWTEST_F() local 541 int fd = fileno(fp); in HWTEST_F() local 580 int fd = fileno(fp); in HWTEST_F() local 604 int fd = fileno(fp); HWTEST_F() local 623 int fd = 3; HWTEST_F() local [all...] |