/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | SubscriptionManager_test.cpp | 81 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 …]
|
D | VehicleHalManager_test.cpp | 452 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/ |
D | ISupplicantP2pNetwork.hal | 110 * @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/ |
D | VehicleHalManager.cpp | 227 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()
|
D | SubscriptionManager.cpp | 142 auto clients = getSubscribedClientsLocked( in distributeValuesToClients() local 144 for (const auto& client : clients) { in distributeValuesToClients()
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 98 * multiple clients/system conditions. 151 * is chosen by aggregation votes from multiple clients/system conditions.
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITunerCallback.hal | 24 * (eg. tuneComplete and tuneComplete_1_1), while 1.1 clients may ignore 1.0
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthubCallback.hal | 23 * to the service and registered clients of the ContextHub service.
|
D | types.hal | 147 // registered clients by the Context Hub service.
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsEnumerator.hal | 80 * interface in order to allow secondary clients to monitor the state of the EVS display
|
/hardware/qcom/msm8996/kernel-headers/sound/ |
D | asequencer.h | 236 int clients; member
|
D | asound.h | 656 unsigned int clients; member
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
D | asequencer.h | 312 int clients; /* maximum clients count */ member
|
D | asound.h | 665 unsigned int clients; /* active timer clients */ member
|
/hardware/interfaces/gnss/1.0/ |
D | IAGnssRil.hal | 66 * lac is populated with tac, to ensure that we don't break old clients that
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprint.hal | 96 * to all running clients. Switches the HAL state machine back to the idle
|
/hardware/qcom/msm8994/original-kernel-headers/sound/ |
D | asound.h | 656 unsigned int clients; /* active timer clients */ member
|
/hardware/qcom/msm8x84/kernel-headers/sound/ |
D | asound.h | 650 unsigned int clients; member
|
/hardware/qcom/msm8x09/kernel-headers/sound/ |
D | asound.h | 656 unsigned int clients; member
|
/hardware/qcom/msm8x09/original-kernel-headers/sound/ |
D | asound.h | 665 unsigned int clients; /* active timer clients */ member
|
/hardware/qcom/msm8x26/original-kernel-headers/sound/ |
D | asound.h | 655 unsigned int clients; /* active timer clients */ member
|
/hardware/qcom/msm8994/kernel-headers/sound/ |
D | asound.h | 651 unsigned int clients; member
|
/hardware/qcom/msm8x26/kernel-headers/sound/ |
D | asound.h | 650 unsigned int clients; member
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
D | asound.h | 655 unsigned int clients; /* active timer clients */ member
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevice.hal | 205 * clients must not modify/access any video recording frame after calling
|