| /third_party/alsa-lib/src/control/ |
| H A D | setup.c | 603 int snd_sctl_build(snd_sctl_t **sctl, snd_ctl_t *handle, snd_config_t *conf, snd_config_t *private_data, int mode) in snd_sctl_build() argument [all...] |
| H A D | ctlparse.c | 277 static int get_ctl_enum_item_index(snd_ctl_t *handle, in get_ctl_enum_item_index() argument 346 int snd_ctl_ascii_value_parse(snd_ctl_t *handle, in snd_ctl_ascii_value_parse() argument
|
| /third_party/alsa-lib/src/ |
| H A D | dlmisc.c | 147 void *handle = NULL; in snd_dlopen() local 186 int snd_dlclose(void *handle) in snd_dlclose() argument 209 snd_dlsym_verify(void *handle, const char *name, const char *version) snd_dlsym_verify() argument 246 snd_dlsym(void *handle, const char *name, const char *version) snd_dlsym() argument [all...] |
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A D | usbd_generic_epfile.c | 290 static int generic_epfile_handle_open(struct usb_handle *handle) in generic_epfile_handle_open() argument 304 static int generic_epfile_handle_close(struct usb_handle *handle) in generic_epfile_handle_close() argument 318 static ssize_t generic_epfile_handle_read(struct usb_handle *handle, void *buffer, size_t len) in generic_epfile_handle_read() argument 365 static ssize_t generic_epfile_handle_write(struct usb_handle *handle, void *buffer, size_t len) in generic_epfile_handle_write() argument 415 static int generic_epfile_handle_ioctl(struct usb_handle *handle, int cmd, void *arg) in generic_epfile_handle_ioctl() argument 526 generic_epfile_handle_mmap(struct usb_handle *handle, uint32_t size) generic_epfile_handle_mmap() argument 555 generic_epfile_handle_poll(struct usb_handle *handle, int timeout) generic_epfile_handle_poll() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | DataDrivenTestHelper.java | 179 abstract public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments); in handle() method in DataDrivenTestHelper
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | DataDrivenTestHelper.java | 178 abstract public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments); in handle() method in DataDrivenTestHelper
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ |
| H A D | UOption.java | 46 int handle(UOption option); in handle() method
|
| /third_party/icu/icu4c/source/common/ |
| H A D | umapfile.cpp | 426 dllhandle *handle; in uprv_mapFile() local
|
| /third_party/libuv/src/unix/ |
| H A D | pipe.c | 46 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { in uv_pipe_init() argument 56 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind() argument 61 int uv_pipe_bind2(uv_pipe_t* handle, in uv_pipe_bind2() argument 146 uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) uv__pipe_listen() argument 172 uv__pipe_close(uv_pipe_t* handle) uv__pipe_close() argument 189 uv_pipe_open(uv_pipe_t* handle, uv_file fd) uv_pipe_open() argument 225 uv_pipe_connect(uv_connect_t* req, uv_pipe_t* handle, const char* name, uv_connect_cb cb) uv_pipe_connect() argument 248 uv_pipe_connect2(uv_connect_t* req, uv_pipe_t* handle, const char* name, size_t namelen, unsigned int flags, uv_connect_cb cb) uv_pipe_connect2() argument 343 uv__pipe_getsockpeername(const uv_pipe_t* handle, uv__peersockfunc func, char* buffer, size_t* size) uv__pipe_getsockpeername() argument 387 uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) uv_pipe_getsockname() argument 392 uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) uv_pipe_getpeername() argument 397 uv_pipe_pending_instances(uv_pipe_t* handle, int count) uv_pipe_pending_instances() argument 401 uv_pipe_pending_count(uv_pipe_t* handle) uv_pipe_pending_count() argument 418 uv_pipe_pending_type(uv_pipe_t* handle) uv_pipe_pending_type() argument 429 uv_pipe_chmod(uv_pipe_t* handle, int mode) uv_pipe_chmod() argument [all...] |
| H A D | tcp.c | 64 static int new_socket(uv_tcp_t* handle, int domain, unsigned int flags) { in new_socket() argument 85 static int maybe_new_socket(uv_tcp_t* handle, int domain, unsigned int flags) { in maybe_new_socket() argument 271 uv__tcp_connect(uv_connect_t* req, uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, uv_connect_cb cb) uv__tcp_connect() argument 346 uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) uv_tcp_open() argument 362 uv_tcp_getsockname(const uv_tcp_t* handle, struct sockaddr* name, int* namelen) uv_tcp_getsockname() argument 376 uv_tcp_getpeername(const uv_tcp_t* handle, struct sockaddr* name, int* namelen) uv_tcp_getpeername() argument 390 uv_tcp_close_reset(uv_tcp_t* handle, uv_close_cb close_cb) uv_tcp_close_reset() argument 562 uv_tcp_nodelay(uv_tcp_t* handle, int on) uv_tcp_nodelay() argument 580 uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) uv_tcp_keepalive() argument 602 uv_tcp_simultaneous_accepts(uv_tcp_t* handle, int enable) uv_tcp_simultaneous_accepts() argument 607 uv__tcp_close(uv_tcp_t* handle) uv__tcp_close() argument [all...] |
| H A D | kqueue.c | 462 uv_fs_event_t* handle; in uv__fs_event() local 523 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() argument 529 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* path, unsigned int flags) uv_fs_event_start() argument 593 uv_fs_event_stop(uv_fs_event_t* handle) uv_fs_event_stop() argument 622 uv__fs_event_close(uv_fs_event_t* handle) uv__fs_event_close() argument [all...] |
| H A D | signal.c | 37 uv_signal_t* handle; member 187 uv_signal_t* handle; in uv__signal_first_handle() local 204 uv_signal_t* handle; in uv__signal_handler() local 312 uv_handle_t* handle = uv__queue_data(q, uv_handle_t, handle_queue); uv__signal_loop_fork() local 337 uv_handle_t* handle = uv__queue_data(q, uv_handle_t, handle_queue); uv__signal_loop_cleanup() local 355 uv_signal_init(uv_loop_t* loop, uv_signal_t* handle) uv_signal_init() argument 371 uv__signal_close(uv_signal_t* handle) uv__signal_close() argument 376 uv_signal_start(uv_signal_t* handle, uv_signal_cb signal_cb, int signum) uv_signal_start() argument 381 uv_signal_start_oneshot(uv_signal_t* handle, uv_signal_cb signal_cb, int signum) uv_signal_start_oneshot() argument 388 uv__signal_start(uv_signal_t* handle, uv_signal_cb signal_cb, int signum, int oneshot) uv__signal_start() argument 456 uv_signal_t* handle; uv__signal_event() local 555 uv_signal_stop(uv_signal_t* handle) uv_signal_stop() argument 562 uv__signal_stop(uv_signal_t* handle) uv__signal_stop() argument [all...] |
| /third_party/libuv/src/win/ |
| H A D | poll.c | 77 static void uv__fast_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) { in uv__fast_poll_submit_poll_req() argument 139 uv__fast_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) uv__fast_poll_process_poll_req() argument 271 uv_poll_t* handle = (uv_poll_t*) req->data; uv__slow_poll_thread_proc() local 338 uv__slow_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) uv__slow_poll_submit_poll_req() argument 368 uv__slow_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) uv__slow_poll_process_poll_req() argument 410 uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) uv_poll_init() argument 415 uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, uv_os_sock_t socket) uv_poll_init_socket() argument 487 uv__poll_set(uv_poll_t* handle, int events, uv_poll_cb cb) uv__poll_set() argument 518 uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb) uv_poll_start() argument 523 uv_poll_stop(uv_poll_t* handle) uv_poll_stop() argument 528 uv__process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) uv__process_poll_req() argument 537 uv__poll_close(uv_loop_t* loop, uv_poll_t* handle) uv__poll_close() argument 578 uv__poll_endgame(uv_loop_t* loop, uv_poll_t* handle) uv__poll_endgame() argument [all...] |
| H A D | process-stdio.c | 75 HANDLE handle; in uv_disable_stdio_inheritance() local 98 uv__duplicate_handle(uv_loop_t* loop, HANDLE handle, HANDLE* dup) uv__duplicate_handle() argument 132 HANDLE handle; uv__duplicate_fd() local 146 HANDLE handle; uv__create_nul_handle() local 362 HANDLE handle = CHILD_STDIO_HANDLE(buffer, i); uv__stdio_destroy() local 377 HANDLE handle = CHILD_STDIO_HANDLE(buffer, i); uv__stdio_noinherit() local [all...] |
| H A D | fs-event.c | 36 uv__fs_event_queue_readdirchanges(uv_loop_t* loop, uv_fs_event_t* handle) uv__fs_event_queue_readdirchanges() argument 140 uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) uv_fs_event_init() argument 156 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* path, unsigned int flags) uv_fs_event_start() argument 362 uv_fs_event_stop(uv_fs_event_t* handle) uv_fs_event_stop() argument 416 uv__process_fs_event_req(uv_loop_t* loop, uv_req_t* req, uv_fs_event_t* handle) uv__process_fs_event_req() argument 575 uv__fs_event_close(uv_loop_t* loop, uv_fs_event_t* handle) uv__fs_event_close() argument 587 uv__fs_event_endgame(uv_loop_t* loop, uv_fs_event_t* handle) uv__fs_event_endgame() argument [all...] |
| /third_party/libuv/test/ |
| H A D | test-metrics.c | 40 static void timer_spin_cb(uv_timer_t* handle) { in timer_spin_cb() argument 127 static void timer_noop_cb(uv_timer_t* handle) { in timer_noop_cb() argument 208 static void prepare_cb(uv_prepare_t* handle) { in prepare_cb() argument 245 static void fs_prepare_cb(uv_prepare_t* handle) { in fs_prepare_cb() argument
|
| H A D | test-tcp-open.c | 88 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument 98 static void close_cb(uv_handle_t* handle) { in close_cb() argument 175 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
|
| H A D | test-ipc-send-recv.c | 36 uv_handle_t handle; member 76 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument 88 static void recv_cb(uv_stream_t* handle, in recv_cb() argument 301 static void read_cb(uv_stream_t* handle, in read_cb() argument 366 listen_cb(uv_stream_t* handle, int status) listen_cb() argument [all...] |
| H A D | test-stdio-over-pipes.c | 45 static void close_cb(uv_handle_t* handle) { in close_cb() argument 76 static void on_alloc(uv_handle_t* handle, in on_alloc() argument 198 static void on_read_alloc(uv_handle_t* handle, in on_read_alloc() argument
|
| H A D | echo-server.c | 80 static void after_read(uv_stream_t* handle, in after_read() argument 153 echo_alloc(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) echo_alloc() argument 160 slab_alloc(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) slab_alloc() argument 209 on_server_close(uv_handle_t* handle) on_server_close() argument 229 on_recv(uv_udp_t* handle, ssize_t nread, const uv_buf_t* rcvbuf, const struct sockaddr* addr, unsigned flags) on_recv() argument [all...] |
| H A D | test-threadpool-cancel.c | 142 static void getnameinfo_cb(uv_getnameinfo_t* handle, in getnameinfo_cb() argument 163 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
|
| H A D | test-timer.c | 41 static void once_close_cb(uv_handle_t* handle) { in once_close_cb() argument 51 static void once_cb(uv_timer_t* handle) { in once_cb() argument 65 static void twice_close_cb(uv_handle_t* handle) { in twice_close_cb() argument 74 twice_cb(uv_timer_t* handle) twice_cb() argument 87 repeat_close_cb(uv_handle_t* handle) repeat_close_cb() argument 96 repeat_cb(uv_timer_t* handle) repeat_cb() argument 110 never_cb(uv_timer_t* handle) never_cb() argument 185 uv_timer_t handle; TEST_IMPL() local 197 order_cb_a(uv_timer_t *handle) order_cb_a() argument 202 order_cb_b(uv_timer_t *handle) order_cb_b() argument 246 zero_timeout_cb(uv_timer_t* handle) zero_timeout_cb() argument 271 tiny_timer_cb(uv_timer_t* handle) tiny_timer_cb() argument 298 huge_repeat_cb(uv_timer_t* handle) huge_repeat_cb() argument 327 timer_run_once_timer_cb(uv_timer_t* handle) timer_run_once_timer_cb() argument 353 uv_timer_t handle; TEST_IMPL() local 366 uv_timer_t handle; TEST_IMPL() local 379 timer_early_check_cb(uv_timer_t* handle) timer_early_check_cb() argument 405 timer_check_double_call(uv_timer_t* handle) timer_check_double_call() argument [all...] |
| H A D | benchmark-multi-accept.c | 146 ipc_close_cb(uv_handle_t* handle) ipc_close_cb() argument 163 ipc_alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) ipc_alloc_cb() argument 173 ipc_read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) ipc_read_cb() argument 282 sv_async_cb(uv_async_t* handle) sv_async_cb() argument 313 sv_alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) sv_alloc_cb() argument 322 sv_read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) sv_read_cb() argument 337 cl_idle_cb(uv_idle_t* handle) cl_idle_cb() argument 344 cl_close_cb(uv_handle_t* handle) cl_close_cb() argument 366 uv_tcp_t* handle; test_tcp() local [all...] |
| /third_party/libwebsockets/lib/event-libs/libuv/ |
| H A D | libuv.c | 258 lws_uv_close_cb_sa(uv_handle_t *handle) in lws_uv_close_cb_sa() argument 460 lws_libuv_closewsi_m(uv_handle_t* handle) lws_libuv_closewsi_m() argument 788 lws_libuv_closewsi(uv_handle_t* handle) lws_libuv_closewsi() argument 863 uv_handle_t* handle; lws_libuv_closehandle() local [all...] |
| /third_party/libwebsockets/lib/event-libs/libev/ |
| H A D | libev.c | 51 lws_ev_idle_cb(struct ev_loop *loop, struct ev_idle *handle, int revents) in lws_ev_idle_cb() argument
|