Home
last modified time | relevance | path

Searched defs:fd (Results 1 - 25 of 164) sorted by relevance

1234567

/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dhisilicon_drm.h28 __s32 fd; member
H A Ddrm_allocator.cpp45 int32_t fd; in Allocate() local
/drivers/hdf_core/adapter/uhdf2/utils/src/
H A Dshared_mem.cpp24 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 Dhello_uart_dev.c20 int fd; in main() local
/drivers/peripheral/display/buffer/vdi_base/include/
H A Dhisilicon_drm.h30 __s32 fd; member
H A Ddisplay_gralloc_gbm.h38 int fd; member
H A Dbuffer_handle.h26 int32_t fd; /**< buffer fd, -1 if not supported */ member
H A Dhi_gbm_internal.h30 int fd; member
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/pathselectconfig_fuzzer/
H A Dpathselectconfig_fuzzer.cpp39 int fd = mkstemp(tmpfile); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/audio/effect/test/fuzztest/effectconfig_fuzzer/
H A Deffectconfig_fuzzer.cpp36 int fd = mkstemp(tmpfile); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/audiocardconfig_fuzzer/
H A Daudiocardconfig_fuzzer.cpp35 int fd = mkstemp(tmpfile); in DoSomethingInterestingWithMyAPI() local
/drivers/external_device_manager/frameworks/ddk/base/
H A Dddk_api.cpp55 int32_t fd = shareMemory->GetAshmemFd(); in OH_DDK_CreateAshmem() local
/drivers/hdf_core/interfaces/inner_api/hdi/base/
H A Dbuffer_handle.h54 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 Dv4l2_stream.cpp30 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 Dbuffer_handle.h26 int32_t fd; /**< buffer fd, -1 if not supported */ member
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dhci_protocol.cpp50 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 Dhdi_shared_fd.h32 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 Dhdi_netlink_monitor.cpp51 int fd = -1; in ThreadInit() local
[all...]
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_netlink_monitor.cpp31 int fd; in Init() local
H A Dhdi_fd.h31 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 Dfb_device.cpp36 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 Dosal_file.c42 int32_t fd = -1; in OsalFileOpen() local
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dfile_test.c43 int fd; in fs_test1() local
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H A Daudio_idl_hdicapture_control_test.cpp450 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 Daudio_idl_hdirender_control_test.cpp502 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...]

Completed in 9 milliseconds

1234567