Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 14 of 14) sorted by relevance

/system/ulib/trace-engine/
A DREADME.md6 This library is not intended to be used directly by clients. Its purpose is
A Dddk-disabled-exports.ld14 * symbols can be used by tracing clients even when tracing is disabled with
/system/dev/misc/pty/
A Dpty-core.c177 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 Dpty-core.h33 list_node_t clients; member
A Dpty-driver.c59 if (list_is_empty(&psd->srv.clients)) { in psd_read()
/system/ulib/async-loop/
A DREADME.md5 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 DREADME.md12 initializes the display hardware with a single, linear VMO that clients can then
/system/ulib/fit/
A DREADME.md8 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 Dcobalt_controller.fidl8 // Cobalt clients should use the Logger.
A Dcobalt.fidl14 // This file contains interfaces that allow clients to log Events to
/system/ulib/async/
A DREADME.md6 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 Dallocator.fidl34 // or more clients. This operation occurs in two phases (which may
/system/fidl/fuchsia-hardware-ethernet/
A Dethernet.fidl14 /// When writing payload to a tx buffer, clients of a Device must skip this many bytes
/system/fidl/fuchsia-hardware-display/
A Ddisplay-controller.fidl175 // 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