Searched refs:clients (Results 1 - 18 of 18) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DSubscriptionManager_test.cpp81 const std::list<sp<HalClient>>& clients) {
83 for (auto c : clients) {
101 // Called when there are no clients who subscribed to particular property. This can happen
127 auto clients = manager.getSubscribedClients( local
132 ASSERT_ALL_EXISTS({cb1, cb2}, extractCallbacks(clients));
141 auto clients = manager.getSubscribedClients( local
145 ASSERT_TRUE(clients.empty());
148 clients = manager.getSubscribedClients(
152 ASSERT_TRUE(clients.empty());
155 clients
80 extractCallbacks( const std::list<sp<HalClient>>& clients) argument
167 auto clients = manager.getSubscribedClients( local
[all...]
H A DVehicleHalManager_test.cpp452 HalClientVector clients; local
458 clients.addOrUpdate(c1);
459 clients.addOrUpdate(c1);
460 clients.addOrUpdate(c2);
461 ASSERT_EQ(2u, clients.size());
462 ASSERT_FALSE(clients.isEmpty());
463 ASSERT_LE(0, clients.indexOf(c1));
464 ASSERT_LE(0, clients.remove(c1));
465 ASSERT_GT(0, clients.indexOf(c1)); // c1 was already removed
466 ASSERT_GT(0, clients
[all...]
/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pNetwork.hal110 * @param clients MAC address of the clients.
117 setClientList(vec<MacAddress> clients) generates (SupplicantStatus status);
130 * @return clients MAC address of the clients.
132 getClientList() generates (SupplicantStatus status, vec<MacAddress> clients);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp227 const auto& clients = mSubscriptionManager.getSubscribedClients( local
230 for (auto client : clients) {
329 auto clients = mSubscriptionManager.getSubscribedClients( local
331 for (auto client : clients) {
H A DSubscriptionManager.cpp142 auto clients = getSubscribedClientsLocked( local
144 for (const auto& client : clients) {
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasequencer.h236 int clients; member in struct:snd_seq_system_info
H A Dasound.h656 unsigned int clients; member in struct:snd_timer_ginfo
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasequencer.h141 /* 150-151: kernel events with quote - DO NOT use in user clients */
157 unsigned char client; /**< Client number: 0..255, 255 = broadcast to all clients */
170 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
312 int clients; /* maximum clients count */ member in struct:snd_seq_system_info
315 int cur_clients; /* current clients */
476 * etc. if the queue is locked for other clients
H A Dasound.h665 unsigned int clients; /* active timer clients */ member in struct:snd_timer_ginfo
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dasound.h651 unsigned int clients; member in struct:snd_timer_ginfo
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dasound.h656 unsigned int clients; /* active timer clients */ member in struct:snd_timer_ginfo
/hardware/qcom/msm8x09/kernel-headers/sound/
H A Dasound.h656 unsigned int clients; member in struct:snd_timer_ginfo
/hardware/qcom/msm8x09/original-kernel-headers/sound/
H A Dasound.h665 unsigned int clients; /* active timer clients */ member in struct:snd_timer_ginfo
/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dasound.h650 unsigned int clients; member in struct:snd_timer_ginfo
/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dasound.h655 unsigned int clients; /* active timer clients */ member in struct:snd_timer_ginfo
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h650 unsigned int clients; member in struct:snd_timer_ginfo
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h655 unsigned int clients; /* active timer clients */ member in struct:snd_timer_ginfo
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h5461 wl_relmcast_client_t clients[WL_RELMCAST_MAX_CLIENT]; member in struct:wl_relmcast_st

Completed in 563 milliseconds