HomeSort by relevance Sort by last modified time
    Searched defs:num_fds (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.h 67 uint16 num_fds; member in struct:NaClIPCAdapter::NaClMessageHeader
  /external/chromium_org/ipc/
ipc_channel_nacl.cc 264 const size_t num_fds = msg->file_descriptor_set()->size(); local
265 DCHECK(num_fds <= FileDescriptorSet::kMaxDescriptorsPerMessage);
271 NaClAbiNaClImcMsgHdr msgh = { &iov, 1, fds, num_fds };
328 uint16 header_fds = msg->header()->num_fds;
ipc_message.h 238 uint16 num_fds; // the number of descriptors included with this message member in struct:IPC::Message::Header
ipc_channel_posix.cc 383 const unsigned num_fds = msg->file_descriptor_set()->size(); local
385 DCHECK(num_fds <= FileDescriptorSet::kMaxDescriptorsPerMessage);
397 msgh.msg_controllen = CMSG_SPACE(sizeof(int) * num_fds);
401 cmsg->cmsg_len = CMSG_LEN(sizeof(int) * num_fds);
407 // num_fds < kMaxDescriptorsPerMessage so no danger of overflow.
408 msg->header()->num_fds = static_cast<uint16>(num_fds);
819 uint16 header_fds = msg->header()->num_fds;
843 << " header()->num_fds:" << header_fds;
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 194 const unsigned num_fds = len / sizeof(int); local
195 if (num_fds != 2) {
199 << " num_fds:" << num_fds;
200 for (unsigned i = 0; i < num_fds; ++i)
  /external/linux-tools-perf/bench/
sched-messaging.c 45 unsigned int num_fds; member in struct:sender_context
102 for (j = 0; j < ctx->num_fds; j++) {
206 unsigned int num_fds,
212 + num_fds * sizeof(int));
217 for (i = 0; i < num_fds; i++) {
228 ctx->num_packets = num_fds * loops;
242 for (i = 0; i < num_fds; i++) {
245 snd_ctx->num_fds = num_fds;
247 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender)
279 unsigned int num_fds = 20; local
    [all...]
  /external/chromium_org/chrome/browser/
crash_handler_host_linux.cc 228 const unsigned num_fds = len / sizeof(int); local
229 if (num_fds != 2) {
233 << " num_fds:" << num_fds;
234 for (unsigned i = 0; i < num_fds; ++i)
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 136 uint8_t num_fds; member in struct:__anon1775
  /device/generic/goldfish/qemud/
qemud.c 335 int num_fds; member in struct:__anon1993
346 l->num_fds = 0;
359 l->num_fds = 0;
372 LoopHook* end = hook + l->num_fds;
394 for (n = 0; n < l->num_fds; n++) {
413 if (l->num_fds >= l->max_fds)
416 hook = l->hooks + l->num_fds;
431 l->num_fds += 1;
511 count = epoll_wait( l->epoll_fd, l->events, l->num_fds, -1 );
532 * and 'events' array, as well as l->num_fds, so be careful *
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 155 uint8_t num_fds; member in struct:__anon2059
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 203 int num_fds; member in struct:__anon2336
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 136 uint8_t num_fds; member in struct:__anon33231

Completed in 2578 milliseconds