Home
last modified time | relevance | path

Searched defs:connection (Results 251 - 275 of 516) sorted by relevance

1...<<1112131415161718192021

/third_party/alsa-lib/include/sound/uapi/
H A Dasound_fm.h60 unsigned char connection; /* 0 for serial, 1 for parallel */ member
/third_party/libdrm/exynos/
H A Dexynos_drm.h73 unsigned int connection; member
/third_party/mesa3d/src/asahi/lib/
H A Dagx_device.c343 agx_create_notification_queue(mach_port_t connection) in agx_create_notification_queue() argument
H A Dwrap.c49 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 Dinspector_profiler.cc400 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 Dmodule-jackdbus-detect.c116 pa_dbus_connection *connection; member
313 pa_dbus_connection *connection = NULL; in pa__init() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dreserve.c46 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 Dqueues.py25 from . import connection namespace
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dlargepost.c57 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 Dsimplepost.c46 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 Dtlsauthentication.c119 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 Dtest_postprocessor.c124 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 Dtls_test_common.c165 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 Dperf_get.c153 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 Dperf_get_concurrent.c135 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 Dtest_get.c78 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 Dtest_get_chunked.c99 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 Dtest_get_response_cleanup.c111 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 Dtest_get_sendfile.c77 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 Dtest_large_put.c95 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 Dtest_post_loop.c73 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 Dtest_postform.c60 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 Dtest_process_headers.c81 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 Dtest_put.c82 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 Dtest_put_chunked.c83 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

Completed in 17 milliseconds

1...<<1112131415161718192021