HomeSort by relevance Sort by last modified time
    Searched refs:sock_type (Results 1 - 13 of 13) sorted by null

  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_sock.h 40 int mm_camera_socket_create(int cam_id, mm_camera_sock_type_t sock_type);
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_sock.h 40 int mm_camera_socket_create(int cam_id, mm_camera_sock_type_t sock_type);
mm_camera_sock.c 47 * mm_camera_sock_type_t sock_type: socket type, TCP/UDP
50 int mm_camera_socket_create(int cam_id, mm_camera_sock_type_t sock_type)
57 switch (sock_type)
66 CDBG_ERROR("%s: unknown socket type =%d", __func__, sock_type);
  /external/qemu/proxy/
proxy_common.h 66 SocketType sock_type,
proxy_http.c 33 SocketType sock_type,
37 if (sock_type != SOCKET_STREAM)
proxy_common.c 330 SocketType sock_type,
343 sock_type,
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_sock.c 47 * mm_camera_sock_type_t sock_type: socket type, TCP/UDP
50 int mm_camera_socket_create(int cam_id, mm_camera_sock_type_t sock_type)
57 switch (sock_type)
66 CDBG_ERROR("%s: unknown socket type =%d", __func__, sock_type);
  /external/kernel-headers/original/asm-mips/
socket.h 90 /** sock_type - Socket types
93 * override the enum sock_type in include/linux/net.h, so
104 enum sock_type { enum
  /system/bluetooth/tools/
sock_shutdown_test.c 41 enum sock_type { enum
263 enum sock_type type;
asocket_test.c 43 enum sock_type { enum
691 enum sock_type type;
socktest.c 42 enum sock_type { enum
765 enum sock_type type;
  /external/kernel-headers/original/linux/
net.h 68 * enum sock_type - Socket types
82 enum sock_type { enum
  /external/openssh/
ssh-agent.c 91 } sock_type; typedef in typeref:enum:__anon12464
95 sock_type type;
899 new_socket(sock_type type, int fd)
    [all...]

Completed in 128 milliseconds