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

  /bionic/libc/kernel/uapi/sound/
skl-tplg-interface.h 145 __u16 conn_type : 4; member in struct:skl_dfw_v4_pipe
164 __u32 conn_type : 4; member in struct:skl_dfw_v4_module
  /external/kernel-headers/original/uapi/sound/
skl-tplg-interface.h 194 __u16 conn_type:4; member in struct:skl_dfw_v4_pipe
217 __u32 conn_type:4; member in struct:skl_dfw_v4_module
  /external/python/cpython2/Modules/_multiprocessing/
connection.h 400 static char *conn_type[] = {"read-only", "write-only", "read-write"}; local
404 conn_type[self->flags - 1],
  /external/python/httplib2/tests/
test_other.py 211 "conn_type",
214 def test_connection_proxy_info_attribute_error(conn_type):
218 conn = conn_type("no-such-hostname.", 80)

Completed in 299 milliseconds