/hardware/qcom/display/msm8226/liboverlay/ |
mdpWrapper.h | 54 bool getFScreenInfo(int fd, fb_fix_screeninfo& finfo); 57 bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo); 60 bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo); 63 bool startRotator(int fd, msm_rotator_img_info& rot); 66 bool rotate(int fd, msm_rotator_data_info& rot); 69 bool setOverlay(int fd, mdp_overlay& ov); 72 bool validateAndSet(const int& fd, mdp_overlay_list& list); 75 bool endRotator(int fd, int sessionId); 78 bool unsetOverlay(int fd, int ovId); 81 bool getOverlay(int fd, mdp_overlay& ov) [all...] |
/hardware/qcom/display/msm8909/libgralloc/ |
memalloc.h | 45 int fd; member in struct:gralloc::alloc_data 61 // and fd are returned in the alloc_data struct 66 unsigned int offset, int fd) = 0; 70 unsigned int offset, int fd) = 0; 78 unsigned int offset, int fd, int op) = 0;
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
memalloc.h | 45 int fd; member in struct:gralloc::alloc_data 61 // and fd are returned in the alloc_data struct 66 unsigned int offset, int fd) = 0; 70 unsigned int offset, int fd) = 0; 78 unsigned int offset, int fd, int op) = 0;
|
/hardware/qcom/display/msm8960/libgralloc/ |
memalloc.h | 45 int fd; member in struct:gralloc::alloc_data 60 // and fd are returned in the alloc_data struct 65 int offset, int fd) = 0; 69 int offset, int fd) = 0; 77 int offset, int fd, int op) = 0;
|
/hardware/qcom/display/msm8994/libgralloc/ |
memalloc.h | 45 int fd; member in struct:gralloc::alloc_data 60 // and fd are returned in the alloc_data struct 65 unsigned int offset, int fd) = 0; 69 unsigned int offset, int fd) = 0; 77 unsigned int offset, int fd, int op) = 0;
|
/hardware/qcom/display/msm8996/libgralloc/ |
memalloc.h | 45 int fd; member in struct:gralloc::alloc_data 61 // and fd are returned in the alloc_data struct 66 unsigned int offset, int fd) = 0; 70 unsigned int offset, int fd) = 0; 78 unsigned int offset, int fd, int op) = 0;
|
/hardware/qcom/msm8998/kernel-headers/media/ |
msm_jpeg_dma.h | 26 int32_t fd; member in struct:msm_jpeg_dma_buff
|
/hardware/qcom/msm8998/original-kernel-headers/media/ |
msm_jpeg_dma.h | 24 int32_t fd; member in struct:msm_jpeg_dma_buff
|
/libcore/ojluni/src/main/java/java/net/ |
PlainSocketImpl.java | 81 PlainSocketImpl(FileDescriptor fd) { 82 this.fd = fd; 122 // The fd object must not change after calling bind, because we rely on this undocumented 124 fd.setInt$(IoBridge.socket(AF_INET6, isStream ? SOCK_STREAM : SOCK_DGRAM, 0).getInt$()); 127 IoUtils.setBlocking(fd, false); 128 IoBridge.setSocketOption(fd, SO_REUSEADDR, true); 133 if (fd == null || !fd.valid()) { 137 IoBridge.connect(fd, address, port, timeout) [all...] |
/libcore/ojluni/src/main/native/ |
socket_tagger_util.cpp | 26 int tagSocket(JNIEnv* env, int fd) { 27 if (env->ExceptionOccurred()) { return fd; } 35 jobject fileDescriptor = jniCreateFileDescriptor(env, fd); 37 return fd;
|
/prebuilts/go/darwin-x86/doc/progs/ |
eff_unused1.go | 11 fd, err := os.Open("test.go") 15 // TODO: use fd.
|
/prebuilts/go/linux-x86/doc/progs/ |
eff_unused1.go | 11 fd, err := os.Open("test.go") 15 // TODO: use fd.
|
/system/bt/test/suite/rfcomm/ |
rfcomm_unittest.cc | 32 int fd = -1; local 37 &HFP_UUID, 0, &fd, 0, getuid()); 40 EXPECT_TRUE(fd != -1) << "Error creating RFCOMM socket: invalid fd"; 44 len = read(fd, &channel, sizeof(channel)); 47 len = read(fd, &signal, sizeof(signal)); 57 len = write(fd, HANDSHAKE_COMMAND, sizeof(HANDSHAKE_COMMAND)); 62 len = read(fd, response, sizeof(response)); 65 close(fd); 73 int fd = -1 local [all...] |
/system/core/adb/ |
adb_unique_fd.h | 21 // Helper to automatically close an FD when it goes out of scope. 23 static void Close(int fd);
|
/system/core/fs_mgr/ |
fs_mgr_priv_dm_ioctl.h | 25 bool fs_mgr_create_verity_device(struct dm_ioctl* io, const std::string& name, int fd); 27 bool fs_mgr_destroy_verity_device(struct dm_ioctl* io, const std::string& name, int fd); 29 bool fs_mgr_get_verity_device_name(struct dm_ioctl* io, const std::string& name, int fd, 32 bool fs_mgr_resume_verity_table(struct dm_ioctl* io, const std::string& name, int fd);
|
/system/core/libappfuse/include/libappfuse/ |
EpollController.h | 34 bool AddFd(int fd, int events, void* data); 35 bool UpdateFd(int fd, int events, void* data); 36 bool RemoveFd(int fd); 41 bool InvokeControl(int op, int fd, int events, void* data) const;
|
/system/core/logd/ |
libaudit.c | 29 * @param fd 30 * The netlink socket fd 34 static int get_ack(int fd) { 39 if (fd < 0) { 43 rc = audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, MSG_PEEK); 49 audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, 0); 61 * @param fd 62 * The netlink socket fd 72 static int audit_send(int fd, int type, const void* data, size_t size) { 90 * Check for a valid fd, even though sendto would catch this, its easie [all...] |
/system/extras/ext4_utils/include/ext4_utils/ |
wipe.h | 35 int wipe_block_device(int fd, s64 len);
|
/system/netd/libnetdutils/include/netdutils/ |
UniqueFd.h | 23 #include "netdutils/Fd.h" 31 // *) Uses a strongly typed wrapper (Fd) for the underlying file descriptor 40 UniqueFd(Fd fd) : mFd(fd) {} 55 // Cleanup any currently owned Fd, replacing it with the optional 56 // parameter fd 57 void reset(Fd fd = Fd()); [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
avx512pf.d | 11 [ ]*[a-f0-9]+: 62 f2 fd 49 c6 8c fd 7b 00 00 00 vgatherpf0dpd 0x7b\(%ebp,%ymm7,8\)\{%k1\} 12 [ ]*[a-f0-9]+: 62 f2 fd 49 c6 8c fd 7b 00 00 00 vgatherpf0dpd 0x7b\(%ebp,%ymm7,8\)\{%k1\} 13 [ ]*[a-f0-9]+: 62 f2 fd 49 c6 4c 38 20 vgatherpf0dpd 0x100\(%eax,%ymm7,1\)\{%k1\} 14 [ ]*[a-f0-9]+: 62 f2 fd 49 c6 8c b9 00 04 00 00 vgatherpf0dpd 0x400\(%ecx,%ymm7,4\)\{%k1\} 15 [ ]*[a-f0-9]+: 62 f2 7d 49 c6 8c fd 7b 00 00 00 vgatherpf0dps 0x7b\(%ebp,%zmm7,8\)\{%k1\} 16 [ ]*[a-f0-9]+: 62 f2 7d 49 c6 8c fd 7b 00 00 00 vgatherpf0dps 0x7b\(%ebp,%zmm7,8\)\{%k1\} 19 [ ]*[a-f0-9]+: 62 f2 fd 49 c7 8c fd 7b 00 00 00 vgatherpf0qpd 0x7b\(%ebp,%zmm7,8\)\{%k1\ [all...] |
evex-wig1-intel.d | 12 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 f5 vpmovsxbd zmm6\{k7\},xmm5 13 [ ]*[a-f0-9]+: 62 f2 fd cf 21 f5 vpmovsxbd zmm6\{k7\}\{z\},xmm5 14 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 31 vpmovsxbd zmm6\{k7\},XMMWORD PTR \[ecx\] 15 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 b4 f4 c0 1d fe ff vpmovsxbd zmm6\{k7\},XMMWORD PTR \[esp\+esi\*8-0x1e240\] 16 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 72 7f vpmovsxbd zmm6\{k7\},XMMWORD PTR \[edx\+0x7f0\] 17 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 b2 00 08 00 00 vpmovsxbd zmm6\{k7\},XMMWORD PTR \[edx\+0x800\] 18 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 72 80 vpmovsxbd zmm6\{k7\},XMMWORD PTR \[edx-0x800\] 19 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 b2 f0 f7 ff ff vpmovsxbd zmm6\{k7\},XMMWORD PTR \[edx-0x810\] 20 [ ]*[a-f0-9]+: 62 f2 fd 4f 22 f5 vpmovsxbq zmm6\{k7\},xmm5 21 [ ]*[a-f0-9]+: 62 f2 fd cf 22 f5 vpmovsxbq zmm6\{k7\}\{z\},xmm [all...] |
evex-wig1.d | 12 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 f5 vpmovsxbd %xmm5,%zmm6\{%k7\} 13 [ ]*[a-f0-9]+: 62 f2 fd cf 21 f5 vpmovsxbd %xmm5,%zmm6\{%k7\}\{z\} 14 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 31 vpmovsxbd \(%ecx\),%zmm6\{%k7\} 15 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 b4 f4 c0 1d fe ff vpmovsxbd -0x1e240\(%esp,%esi,8\),%zmm6\{%k7\} 16 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 72 7f vpmovsxbd 0x7f0\(%edx\),%zmm6\{%k7\} 17 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 b2 00 08 00 00 vpmovsxbd 0x800\(%edx\),%zmm6\{%k7\} 18 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 72 80 vpmovsxbd -0x800\(%edx\),%zmm6\{%k7\} 19 [ ]*[a-f0-9]+: 62 f2 fd 4f 21 b2 f0 f7 ff ff vpmovsxbd -0x810\(%edx\),%zmm6\{%k7\} 20 [ ]*[a-f0-9]+: 62 f2 fd 4f 22 f5 vpmovsxbq %xmm5,%zmm6\{%k7\} 21 [ ]*[a-f0-9]+: 62 f2 fd cf 22 f5 vpmovsxbq %xmm5,%zmm6\{%k7\}\{z\ [all...] |
/bionic/tests/ |
sys_xattr_test.cpp | 38 ASSERT_EQ(0, fsetxattr(tf.fd, "user.foo", "bar", 4, 0)); 39 ASSERT_EQ(4, fgetxattr(tf.fd, "user.foo", buf, sizeof(buf))); 46 ASSERT_EQ(0, fsetxattr(tf.fd, "user.foo", "", 0, 0)); 47 ASSERT_EQ(0, fgetxattr(tf.fd, "user.foo", buf, sizeof(buf))); 53 ASSERT_EQ(0, fsetxattr(tf.fd, "user.foo", "01234567890123456789", 21, 0)); 54 ASSERT_EQ(-1, fgetxattr(tf.fd, "user.foo", buf, sizeof(buf))); 70 int fd = open(tf.filename, O_PATH); local 71 ASSERT_NE(-1, fd); 73 int res = fsetxattr(fd, "user.foo", "bar", 4, 0); 77 ASSERT_EQ(4, fgetxattr(fd, "user.foo", buf, sizeof(buf))) 88 int fd = open(tf.filename, O_PATH); local 117 int fd = open(tf.filename, O_PATH); local [all...] |
/external/libdrm/ |
xf86drm.h | 116 int fd; member in struct:drmHashEntry 121 extern int drmIoctl(int fd, unsigned long request, void *arg); 123 extern drmHashEntry *drmGetEntry(int fd); 487 #define DRM_LIGHT_LOCK(fd,lock,context) \ 491 if (__ret) drmGetLock(fd,context,0); \ 496 #define DRM_LIGHT_LOCK_COUNT(fd,lock,context,count) \ 500 if (__ret) drmGetLock(fd,context,0); \ 504 #define DRM_LOCK(fd,lock,context,flags) \ 506 if (flags) drmGetLock(fd,context,flags); \ 507 else DRM_LIGHT_LOCK(fd,lock,context); [all...] |
/external/ltp/testcases/kernel/syscalls/mq_notify/ |
mq_notify01.c | 30 static int fd, fd_root, fd_nonblock, fd_maxint = INT_MAX - 1, fd_invalid = -1; variable 42 int *fd; member in struct:test_case 51 .fd = &fd, 57 .fd = &fd, 63 .fd = &fd, 69 .fd = &fd_invalid, 75 .fd = &fd_maxint [all...] |