Home
last modified time | relevance | path

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

12

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DSubscriptionManager_test.cpp81 const std::list<sp<HalClient>>& clients) { in extractCallbacks() argument
83 for (auto c : clients) { in extractCallbacks()
127 auto clients = manager.getSubscribedClients( in TEST_F() local
132 ASSERT_ALL_EXISTS({cb1, cb2}, extractCallbacks(clients)); in TEST_F()
141 auto clients = manager.getSubscribedClients( in TEST_F() local
145 ASSERT_TRUE(clients.empty()); in TEST_F()
148 clients = manager.getSubscribedClients( in TEST_F()
152 ASSERT_TRUE(clients.empty()); in TEST_F()
155 clients = manager.getSubscribedClients( in TEST_F()
159 ASSERT_TRUE(clients.empty()); in TEST_F()
[all …]
DVehicleHalManager_test.cpp452 HalClientVector clients; in TEST() local
458 clients.addOrUpdate(c1); in TEST()
459 clients.addOrUpdate(c1); in TEST()
460 clients.addOrUpdate(c2); in TEST()
461 ASSERT_EQ(2u, clients.size()); in TEST()
462 ASSERT_FALSE(clients.isEmpty()); in TEST()
463 ASSERT_LE(0, clients.indexOf(c1)); in TEST()
464 ASSERT_LE(0, clients.remove(c1)); in TEST()
465 ASSERT_GT(0, clients.indexOf(c1)); // c1 was already removed in TEST()
466 ASSERT_GT(0, clients.remove(c1)); // attempt to remove c1 again in TEST()
[all …]
/hardware/interfaces/wifi/supplicant/1.0/
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/
DVehicleHalManager.cpp227 const auto& clients = mSubscriptionManager.getSubscribedClients( in onHalPropertySetError() local
230 for (auto client : clients) { in onHalPropertySetError()
329 auto clients = mSubscriptionManager.getSubscribedClients( in handlePropertySetEvent() local
331 for (auto client : clients) { in handlePropertySetEvent()
DSubscriptionManager.cpp142 auto clients = getSubscribedClientsLocked( in distributeValuesToClients() local
144 for (const auto& client : clients) { in distributeValuesToClients()
/hardware/interfaces/power/1.0/
Dtypes.hal98 * multiple clients/system conditions.
151 * is chosen by aggregation votes from multiple clients/system conditions.
/hardware/interfaces/broadcastradio/1.1/
DITunerCallback.hal24 * (eg. tuneComplete and tuneComplete_1_1), while 1.1 clients may ignore 1.0
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal23 * to the service and registered clients of the ContextHub service.
Dtypes.hal147 // registered clients by the Context Hub service.
/hardware/interfaces/automotive/evs/1.0/
DIEvsEnumerator.hal80 * interface in order to allow secondary clients to monitor the state of the EVS display
/hardware/qcom/msm8996/kernel-headers/sound/
Dasequencer.h236 int clients; member
Dasound.h656 unsigned int clients; member
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasequencer.h312 int clients; /* maximum clients count */ member
Dasound.h665 unsigned int clients; /* active timer clients */ member
/hardware/interfaces/gnss/1.0/
DIAGnssRil.hal66 * lac is populated with tac, to ensure that we don't break old clients that
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprint.hal96 * to all running clients. Switches the HAL state machine back to the idle
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dasound.h656 unsigned int clients; /* active timer clients */ member
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h650 unsigned int clients; member
/hardware/qcom/msm8x09/kernel-headers/sound/
Dasound.h656 unsigned int clients; member
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dasound.h665 unsigned int clients; /* active timer clients */ member
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dasound.h655 unsigned int clients; /* active timer clients */ member
/hardware/qcom/msm8994/kernel-headers/sound/
Dasound.h651 unsigned int clients; member
/hardware/qcom/msm8x26/kernel-headers/sound/
Dasound.h650 unsigned int clients; member
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h655 unsigned int clients; /* active timer clients */ member
/hardware/interfaces/camera/device/1.0/
DICameraDevice.hal205 * clients must not modify/access any video recording frame after calling

12