Home
last modified time | relevance | path

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

1234

/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/prebuilts/api/26.0/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
/system/sepolicy/prebuilts/api/28.0/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 ; Apps, except isolated apps, are clients of Cas HAL
30 ; Domains hosting Camera HAL implementations are clients of Allocator HAL
35 ; Apps, except isolated apps, are clients of Neuralnetworks 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
/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 ; Apps, except isolated apps, are clients of Cas HAL
30 ; Domains hosting Camera HAL implementations are clients of Allocator HAL
35 ; Apps, except isolated apps, are clients of Neuralnetworks 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
/system/sepolicy/prebuilts/api/27.0/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 ; Apps, except isolated apps, are clients of Cas HAL
30 ; 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
/system/sepolicy/prebuilts/api/26.0/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
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_configstore.te8 # this HAL should be restricted to different clients. Thus, the allow rules for
9 # 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
/system/sepolicy/public/
Dhal_configstore.te8 # this HAL should be restricted to different clients. Thus, the allow rules for
9 # clients are defined in the .te files of the clients.
Dhal_tv_input.te1 # HwBinder IPC from clients into server, and callbacks
Dhal_tv_cec.te1 # HwBinder IPC from clients into server, and callbacks
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_configstore.te8 # this HAL should be restricted to different clients. Thus, the allow rules for
9 # clients are defined in the .te files of the clients.
Dhal_tv_input.te1 # HwBinder IPC from clients into server, and callbacks
Dhal_tv_cec.te1 # HwBinder IPC from clients into server, and callbacks

1234