Searched refs:clients (Results 1 – 25 of 26) sorted by relevance
12
/system/bt/hci/src/ |
D | hci_inject.cc | 65 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/ |
D | hal_configstore.te | 6 # this HAL should be restricted to different clients. Thus, the allow rules for 7 # clients are defined in the .te files of the clients.
|
D | hal_tv_cec.te | 1 # HwBinder IPC from clients into server, and callbacks
|
D | hal_tv_input.te | 1 # HwBinder IPC from clients into server, and callbacks
|
D | virtual_touchpad.te | 14 # Requires access to the permission service to validate that clients have the
|
D | hwservicemanager.te | 9 # clients who request service notifications. The permission
|
D | vr_hwc.te | 29 # Requires access to the permission service to validate that clients have the
|
D | hal_bluetooth.te | 1 # HwBinder IPC from clients into server, and callbacks
|
D | attributes | 88 # 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.
|
D | hal_camera.te | 1 # HwBinder IPC from clients to server and callbacks
|
D | te_macros | 144 # 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.
|
D | domain.te | 115 # 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/ |
D | technical_debt.cil | 8 ; 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
|
D | bluetoothdomain.te | 1 # Allow clients to use a socket provided by the bluetooth app.
|
D | halclientdomain.te | 2 ### Rules for all domains which are clients of a HAL
|
D | surfaceflinger.te | 30 # Read /proc/pid files for Binder clients.
|
D | app_neverallows.te | 129 # default assumption is that every HwBinder service treats all its clients as
|
/system/core/adb/ |
D | OVERVIEW.TXT | 11 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/ |
D | bta_jv_act.cc | 69 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/ |
D | tpm_manager.gyp | 58 # A shared library for clients.
|
/system/tpm/tpm_manager/common/ |
D | tpm_manager.proto | 110 // 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/ |
D | attestation.gyp | 96 # A shared library for clients.
|
/system/bt/service/doc/ |
D | IBluetoothLowEnergy.txt | 36 * Unregisters all previously registered clients.
|
D | IBluetoothGattClient.txt | 39 * Unregisters all previously registered clients.
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 22 compatible (e.g. Java clients are tested to interoperate with native services).
|
12