/system/libhidl/transport/ |
D | HidlLazyUtils.cpp | 40 Return<void> onClients(const sp<IBase>& service, bool clients) override; 46 bool clients = false; member 132 bool clients) { in onClients() argument 134 if (registered.clients == clients) { in onClients() 136 << registered.name << " had clients: " << registered.clients in onClients() 137 << " but hwservicemanager has notified has clients: " << clients; in onClients() 139 registered.clients = clients; in onClients() 143 if (registered.clients) numWithClients++; in onClients() 148 << "/" << registered.name << " has clients: " << clients; in onClients()
|
/system/bt/gd/hci/ |
D | le_address_manager_test.cc | 174 size_t first_id = clients.size(); in AllocateClients() 176 clients.emplace_back(std::make_unique<RotatorClient>(le_address_manager_, first_id + i)); in AllocateClients() 190 std::vector<std::unique_ptr<RotatorClient>> clients; member in bluetooth::hci::LeAddressManagerTest 196 le_address_manager_->Register(clients[0].get()); in TEST_F() 198 le_address_manager_->Unregister(clients[0].get()); in TEST_F() 215 le_address_manager_->Register(clients[0].get()); in TEST_F() 219 clients[0].get()->WaitForResume(); in TEST_F() 220 le_address_manager_->Unregister(clients[0].get()); in TEST_F() 237 le_address_manager_->Register(clients[0].get()); in TEST_F() 241 clients[0].get()->WaitForResume(); in TEST_F() [all …]
|
/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 OMX-related services 19 ; Apps, except isolated apps, are clients of Codec2-related services 23 ; Apps, except isolated apps, are clients of Drm-related services 27 ; Apps, except isolated apps, are clients of Configstore HAL 32 ; Apps, except isolated apps, are clients of Graphics Allocator HAL 37 ; Apps, except isolated apps, are clients of Cas HAL 42 ; Domains hosting Camera HAL implementations are clients of Allocator HAL 47 ; Apps, except isolated apps, are clients of Neuralnetworks HAL 62 ; Apps, except isolated apps, are clients of BufferHub HAL
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | technical_debt.cil | 8 ; Apps, except isolated apps, are clients of Allocator HAL 15 ; Apps, except isolated apps, are clients of OMX-related services 19 ; Apps, except isolated apps, are clients of Codec2-related services 23 ; Apps, except isolated apps, are clients of Drm-related services 27 ; Apps, except isolated apps, are clients of Configstore HAL 32 ; Apps, except isolated apps, are clients of Graphics Allocator HAL 37 ; Apps, except isolated apps, are clients of Cas HAL 42 ; Domains hosting Camera HAL implementations are clients of Allocator HAL 47 ; Apps, except isolated apps, are clients of Neuralnetworks HAL 62 ; Apps, except isolated apps, are clients of BufferHub HAL
|
D | bluetoothdomain.te | 1 # Allow clients to use a socket provided by the bluetooth app.
|
/system/bt/hci/src/ |
D | hci_inject.cc | 66 static list_t* clients; variable 75 CHECK(clients == NULL); in hci_inject_open() 83 clients = list_new(client_free); in hci_inject_open() 84 if (!clients) goto error; in hci_inject_open() 106 list_free(clients); in hci_inject_close() 111 clients = NULL; in hci_inject_close() 141 if (!list_append(clients, client)) { in accept_ready() 160 list_remove(clients, client); in read_ready()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | technical_debt.cil | 8 ; Apps, except isolated apps, are clients of Allocator HAL 15 ; Apps, except isolated apps, are clients of OMX-related services 19 ; Apps, except isolated apps, are clients of Codec2-related services 23 ; Apps, except isolated apps, are clients of Configstore HAL 28 ; Apps, except isolated apps, are clients of Graphics Allocator HAL 33 ; Apps, except isolated apps, are clients of Cas HAL 38 ; Domains hosting Camera HAL implementations are clients of Allocator HAL 43 ; Apps, except isolated apps, are clients of Neuralnetworks HAL 58 ; Apps, except isolated apps, are clients of BufferHub HAL
|
/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_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
|
/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
|
/system/libhidl/transport/manager/1.2/ |
D | IClientCallback.hal | 21 * This is called when there is a transition between having >= 1 clients and having 0 clients 29 * @param hasClients whether there are currently clients 30 * true - when there are >= 1 clients. This must be called as soon as IServiceManager::get 32 * false - when there are 0 clients. This may be delayed if it is thought that another
|
D | IServiceManager.hal | 25 * Adds a callback that must be called when the specified server has no clients. 27 * If the service has clients at the time of registration, the callback is called with 32 * @param server non-null service waiting to have no clients (previously registered) 33 * @param cb non-null callback to call when there are no clients 84 * Unregisters a service if there are no clients for it. This must only unregister the
|
/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
|
/system/connectivity/wificond/ |
D | ap_interface_binder.cpp | 36 const std::vector<NativeWifiClient>& clients) { in NotifyConnectedClientsChanged() argument 38 LOG(DEBUG) << "NotifyConnectedClientsChanged called returning clients count " << clients.size(); in NotifyConnectedClientsChanged() 39 ap_interface_event_callback_->onConnectedClientsChanged(clients); in NotifyConnectedClientsChanged()
|
/system/tools/aidl/tests/ |
D | aidl_integration_test.py | 167 clients = [] variable 171 clients += [NativeClient(host, bitness)] 176 clients += [JavaClient(host, bitnesses[-1])] 178 for client in clients:
|
/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.
|
/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.
|
/system/core/libsysutils/src/ |
D | SocketListener.cpp | 247 std::vector<SocketClient*> clients; in snapshotClients() local 249 clients.reserve(mClients.size()); in snapshotClients() 253 clients.push_back(c); in snapshotClients() 257 return clients; in snapshotClients()
|
/system/sepolicy/prebuilts/api/30.0/public/ |
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/29.0/public/ |
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/public/ |
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
|