Home
last modified time | relevance | path

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

12

/system/bt/hci/src/
Dhci_inject.cc65 static list_t* clients; variable
74 CHECK(clients == NULL); in hci_inject_open()
82 clients = list_new(client_free); in hci_inject_open()
83 if (!clients) goto error; in hci_inject_open()
105 list_free(clients); in hci_inject_close()
110 clients = NULL; in hci_inject_close()
138 if (!list_append(clients, client)) { in accept_ready()
157 list_remove(clients, client); in read_ready()
/system/sepolicy/public/
Dhal_configstore.te6 # this HAL should be restricted to different clients. Thus, the allow rules for
7 # clients are defined in the .te files of the clients.
Dhal_tv_cec.te1 # HwBinder IPC from clients into server, and callbacks
Dhal_tv_input.te1 # HwBinder IPC from clients into server, and callbacks
Dvirtual_touchpad.te14 # Requires access to the permission service to validate that clients have the
Dhwservicemanager.te9 # clients who request service notifications. The permission
Dvr_hwc.te29 # Requires access to the permission service to validate that clients have the
Dhal_bluetooth.te1 # HwBinder IPC from clients into server, and callbacks
Dattributes88 # in the process of their clients, and thus operate with the same access as
89 # their clients.
170 # All HAL clients
288 # which contains clients of this service.
Dhal_camera.te1 # HwBinder IPC from clients to server and callbacks
Dte_macros144 # Servers may receive sync fences, gralloc buffers, etc, from clients.
146 # clients is error prone.
226 # non-Treble devices. For now, on non-Treble device, always grant clients of a
318 # servicemanager performs getpidcon on clients.
334 # hwservicemanager performs getpidcon on clients.
350 # vndservicemanager performs getpidcon on clients.
Ddomain.te115 # HALs require clients to have these permissions)
1026 # be passthrough only (i.e., run in the process of their clients instead of a
/system/sepolicy/private/
Dtechnical_debt.cil8 ; Apps, except isolated apps, are clients of Allocator HAL
15 ; Apps, except isolated apps, are clients of Configstore HAL
20 ; Apps, except isolated apps, are clients of Graphics Allocator HAL
25 ; Domains hosting Camera HAL implementations are clients of Allocator HAL
Dbluetoothdomain.te1 # Allow clients to use a socket provided by the bluetooth app.
Dhalclientdomain.te2 ### Rules for all domains which are clients of a HAL
Dsurfaceflinger.te30 # Read /proc/pid files for Binder clients.
Dapp_neverallows.te129 # default assumption is that every HwBinder service treats all its clients as
/system/core/adb/
DOVERVIEW.TXT11 for the benefit of clients (command-line users, or helper programs like
27 to orchestrate the exchange of data (packets, really) between clients,
36 few services for clients that run on the host.
81 This details the protocol used between ADB clients and the ADB
136 Each transport can carry one or more multiplexed streams between clients
/system/bt/bta/jv/
Dbta_jv_act.cc69 struct fc_client* clients; member
2252 t->next_chan_list = fc->clients; in fcclient_alloc()
2253 fc->clients = t; in fcclient_alloc()
2277 t = tc->clients; in fcclient_free()
2284 tc->clients = fc->next_chan_list; in fcclient_free()
2309 tc->clients, bd_addr); // try to find an open socked for that addr in fcchan_conn_chng_cbk()
2315 tc->clients, in fcchan_conn_chng_cbk()
2387 tc->clients, in fcchan_data_cbk()
2475 while ((fcclient = fcchan->clients)) { in bta_jv_l2cap_stop_server_le()
/system/tpm/tpm_manager/
Dtpm_manager.gyp58 # A shared library for clients.
/system/tpm/tpm_manager/common/
Dtpm_manager.proto110 // used to take ownership, and with a list of clients who have a dependency on
112 // when all the clients have the owner password injected, this protobuf is
/system/tpm/attestation/
Dattestation.gyp96 # A shared library for clients.
/system/bt/service/doc/
DIBluetoothLowEnergy.txt36 * Unregisters all previously registered clients.
DIBluetoothGattClient.txt39 * Unregisters all previously registered clients.
/system/tools/aidl/docs/
Daidl-cpp.md22 compatible (e.g. Java clients are tested to interoperate with native services).

12