Searched refs:clients (Results 1 – 14 of 14) sorted by relevance
| /system/ulib/trace-engine/ |
| A D | README.md | 6 This library is not intended to be used directly by clients. Its purpose is
|
| A D | ddk-disabled-exports.ld | 14 * symbols can be used by tracing clients even when tracing is disabled with
|
| /system/dev/misc/pty/ |
| A D | pty-core.c | 177 list_for_every_entry(&ps->clients, c, pty_client_t, node) { in pty_client_ioctl() 237 if (list_is_empty(&ps->clients)) { in pty_client_release() 298 list_for_every_entry(&ps->clients, c, pty_client_t, node) { in pty_openat() 306 list_add_tail(&ps->clients, &pc->node); in pty_openat() 430 list_for_every_entry(&ps->clients, pc, pty_client_t, node) { in pty_server_release() 450 list_initialize(&ps->clients); in pty_server_init()
|
| A D | pty-core.h | 33 list_node_t clients; member
|
| A D | pty-driver.c | 59 if (list_is_empty(&psd->srv.clients)) { in psd_read()
|
| /system/ulib/async-loop/ |
| A D | README.md | 5 It must be statically linked into clients that want to use this particular 6 message loop implementation. Note that clients can implement their own
|
| /system/ulib/framebuffer/ |
| A D | README.md | 12 initializes the display hardware with a single, linear VMO that clients can then
|
| /system/ulib/fit/ |
| A D | README.md | 8 their clients. Some of its features are intended to simplify asynchronous 41 - Does the feature embody a beneficial idiom that clients of the Fuchsia SDK 59 - Classes that impose an implementation burden on clients such as event loops, 133 simplifies the API for clients of these wrappers.
|
| /system/fidl/fuchsia-cobalt/ |
| A D | cobalt_controller.fidl | 8 // Cobalt clients should use the Logger.
|
| A D | cobalt.fidl | 14 // This file contains interfaces that allow clients to log Events to
|
| /system/ulib/async/ |
| A D | README.md | 6 The purpose of these libraries is to decouple clients which want to perform 256 integrate clients of this library with your own dispatcher. 259 incompatibilities with certain clients.
|
| /system/fidl/fuchsia-sysmem/ |
| A D | allocator.fidl | 34 // or more clients. This operation occurs in two phases (which may
|
| /system/fidl/fuchsia-hardware-ethernet/ |
| A D | ethernet.fidl | 14 /// When writing payload to a tx buffer, clients of a Device must skip this many bytes
|
| /system/fidl/fuchsia-hardware-display/ |
| A D | display-controller.fidl | 175 // The driver supports two simultaneous clients - a primary client and a virtcon 406 // New clients should assume they do not have ownership of the display
|
Completed in 16 milliseconds