Searched refs:clients (Results 1 – 25 of 79) sorted by relevance
1234
/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/prebuilts/api/26.0/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
|
/system/sepolicy/prebuilts/api/28.0/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 ; 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
|
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
|
/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 ; 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
|
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
|
/system/sepolicy/prebuilts/api/27.0/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 ; Apps, except isolated apps, are clients of Cas HAL 30 ; 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
|
/system/sepolicy/prebuilts/api/26.0/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
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_configstore.te | 8 # this HAL should be restricted to different clients. Thus, the allow rules for 9 # 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
|
/system/sepolicy/public/ |
D | hal_configstore.te | 8 # this HAL should be restricted to different clients. Thus, the allow rules for 9 # clients are defined in the .te files of the clients.
|
D | hal_tv_input.te | 1 # HwBinder IPC from clients into server, and callbacks
|
D | hal_tv_cec.te | 1 # HwBinder IPC from clients into server, and callbacks
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_configstore.te | 8 # this HAL should be restricted to different clients. Thus, the allow rules for 9 # clients are defined in the .te files of the clients.
|
D | hal_tv_input.te | 1 # HwBinder IPC from clients into server, and callbacks
|
D | hal_tv_cec.te | 1 # HwBinder IPC from clients into server, and callbacks
|
1234