| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asound_fm.h | 60 unsigned char connection; /* 0 for serial, 1 for parallel */ member
|
| /third_party/libdrm/exynos/ |
| H A D | exynos_drm.h | 73 unsigned int connection; member
|
| /third_party/mesa3d/src/asahi/lib/ |
| H A D | agx_device.c | 343 agx_create_notification_queue(mach_port_t connection) in agx_create_notification_queue() argument
|
| H A D | wrap.c | 49 wrap_Method(mach_port_t connection, uint32_t selector, const uint64_t* input, in wrap_Method() argument 283 wrap_AsyncMethod(mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const uint64_t *input, uint32_t inputCnt, const void *inputStruct, size_t inputStructCnt, uint64_t *output, uint32_t *outputCnt, void *outputStruct, size_t *outputStructCntP) wrap_AsyncMethod() argument 345 wrap_StructMethod(mach_port_t connection, uint32_t selector, const void *inputStruct, size_t inputStructCnt, void *outputStruct, size_t *outputStructCntP) wrap_StructMethod() argument 355 wrap_AsyncStructMethod(mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const void *inputStruct, size_t inputStructCnt, void *outputStruct, size_t *outputStructCnt) wrap_AsyncStructMethod() argument 367 wrap_ScalarMethod(mach_port_t connection, uint32_t selector, const uint64_t *input, uint32_t inputCnt, uint64_t *output, uint32_t *outputCnt) wrap_ScalarMethod() argument 376 wrap_AsyncScalarMethod(mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const uint64_t *input, uint32_t inputCnt, uint64_t *output, uint32_t *outputCnt) wrap_AsyncScalarMethod() argument [all...] |
| /third_party/node/src/ |
| H A D | inspector_profiler.cc | 400 V8ProfilerConnection* connection = env->cpu_profiler_connection(); local 478 V8CoverageConnection* connection local 494 V8CoverageConnection* connection = env->coverage_connection(); global() local [all...] |
| /third_party/pulseaudio/src/modules/jack/ |
| H A D | module-jackdbus-detect.c | 116 pa_dbus_connection *connection; member 313 pa_dbus_connection *connection = NULL; in pa__init() local [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | reserve.c | 46 DBusConnection *connection; member 356 rd_acquire( rd_device **_d, DBusConnection *connection, const char *device_name, const char *application_name, int32_t priority, rd_request_cb_t request_cb, DBusError *error) rd_acquire() argument 633 rd_dbus_get_name_owner( DBusConnection *connection, const char *name, char **name_owner, DBusError *error) rd_dbus_get_name_owner() argument [all...] |
| /third_party/python/Lib/multiprocessing/ |
| H A D | queues.py | 25 from . import connection namespace
|
| /third_party/skia/third_party/externals/microhttpd/doc/examples/ |
| H A D | largepost.c | 57 send_page (struct MHD_Connection *connection, const char *page, in send_page() argument 120 request_completed (void *cls, struct MHD_Connection *connection, in request_completed() argument 146 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() argument
|
| H A D | simplepost.c | 46 send_page (struct MHD_Connection *connection, const char *page) in send_page() argument 95 request_completed (void *cls, struct MHD_Connection *connection, in request_completed() argument 116 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() argument
|
| H A D | tlsauthentication.c | 119 ask_for_authentication (struct MHD_Connection *connection, const char *realm) in ask_for_authentication() argument 154 is_authenticated (struct MHD_Connection *connection, in is_authenticated() argument 193 secret_page (struct MHD_Connection *connection) in secret_page() argument 213 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() argument [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | test_postprocessor.c | 124 struct MHD_Connection connection; in test_urlencoding() local 158 struct MHD_Connection connection; in test_multipart_garbage() local 199 struct MHD_Connection connection; in test_multipart_splits() local 232 struct MHD_Connection connection; test_multipart() local 267 struct MHD_Connection connection; test_nested_multipart() local 302 struct MHD_Connection connection; test_empty_value() local [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
| H A D | tls_test_common.c | 165 http_ahc (void *cls, struct MHD_Connection *connection, in http_ahc() argument 192 http_dummy_ahc (void *cls, struct MHD_Connection *connection, in http_dummy_ahc() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
| H A D | perf_get.c | 153 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|
| H A D | perf_get_concurrent.c | 135 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|
| H A D | test_get.c | 78 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument 505 ahc_empty(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_empty() argument
|
| H A D | test_get_chunked.c | 99 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
|
| H A D | test_get_response_cleanup.c | 111 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|
| H A D | test_get_sendfile.c | 77 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|
| H A D | test_large_put.c | 95 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|
| H A D | test_post_loop.c | 73 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **mptr) ahc_echo() argument
|
| H A D | test_postform.c | 60 completed_cb(void *cls, struct MHD_Connection *connection, void **con_cls, enum MHD_RequestTerminationCode toe) completed_cb() argument 116 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|
| H A D | test_process_headers.c | 81 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|
| H A D | test_put.c | 82 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|
| H A D | test_put_chunked.c | 83 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|