/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | SubscriptionManager_test.cpp | 67 const std::list<sp<HalClient>>& clients) { in extractCallbacks() argument 69 for (auto c : clients) { in extractCallbacks() 110 auto clients = manager.getSubscribedClients(PROP1, SubscribeFlags::EVENTS_FROM_CAR); in TEST_F() local 112 ASSERT_ALL_EXISTS({cb1, cb2}, extractCallbacks(clients)); in TEST_F() 121 auto clients = manager.getSubscribedClients(toInt(VehicleProperty::AP_POWER_BOOTUP_REASON), in TEST_F() local 123 ASSERT_TRUE(clients.empty()); in TEST_F() 126 clients = manager.getSubscribedClients(PROP1, SubscribeFlags::EVENTS_FROM_ANDROID); in TEST_F() 127 ASSERT_TRUE(clients.empty()); in TEST_F() 135 auto clients = manager.getSubscribedClients(PROP1, SubscribeFlags::EVENTS_FROM_CAR); in TEST_F() local 136 ASSERT_EQ((size_t) 1, clients.size()); in TEST_F() [all …]
|
D | VehicleHalManager_test.cpp | 442 HalClientVector clients; in TEST() local 448 clients.addOrUpdate(c1); in TEST() 449 clients.addOrUpdate(c1); in TEST() 450 clients.addOrUpdate(c2); in TEST() 451 ASSERT_EQ(2u, clients.size()); in TEST() 452 ASSERT_FALSE(clients.isEmpty()); in TEST() 453 ASSERT_LE(0, clients.indexOf(c1)); in TEST() 454 ASSERT_LE(0, clients.remove(c1)); in TEST() 455 ASSERT_GT(0, clients.indexOf(c1)); // c1 was already removed in TEST() 456 ASSERT_GT(0, clients.remove(c1)); // attempt to remove c1 again in TEST() [all …]
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | README.md | 11 rogue clients, FMQ is used to communicate between a buffer pool and a client 20 hidl request from the clients. Every client has its own connection and FMQ 22 other clients is not possible. 35 clients. This must be verified with an FMQ message from a buffer pool. 43 provides the functionalities to share buffers between buffer pool clients. 51 A manager of buffer pool clients and clients' connections to buffer pools. It
|
D | IAccessor.hal | 34 * there is a hidl request from the clients. Every client has its own 36 * FMQ message on behalf of other clients is not possible. 50 * order to prevent fake transactions from other clients. This must be
|
D | IConnection.hal | 22 * other buffer pool clients.
|
D | types.hal | 34 * no longer referenced by the clients.
|
/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/health/2.0/utils/ |
D | README | 3 A convenience library for (hwbinder) clients of health HAL to choose between 5 by healthd). C++ clients of health HAL should use this library instead of
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleHalManager.cpp | 218 const auto& clients = in onHalPropertySetError() local 221 for (auto client : clients) { in onHalPropertySetError() 313 auto clients = in handlePropertySetEvent() local 315 for (auto client : clients) { in handlePropertySetEvent()
|
D | SubscriptionManager.cpp | 129 auto clients = getSubscribedClientsLocked(v->prop, flags); in distributeValuesToClients() local 130 for (const auto& client : clients) { in distributeValuesToClients()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatusOsObserver.cpp | 329 list<IDataItemObserver*> clients(1, mClient); in unsubscribeAll() local 334 mParent->mDataItemIndex->remove(clients, unsubscribeList); in unsubscribeAll() 400 list<IDataItemObserver*> clients(0); in notify() local 401 mParent->mDataItemIndex->getListOfSubscribedClients(each, clients); in notify() 402 for (auto each_cient: clients) { in notify()
|
/hardware/interfaces/health/2.0/utils/libhealthhalutils/ |
D | Android.bp | 17 // Convenience library for (hwbinder) clients to choose the correct health
|
/hardware/interfaces/gnss/1.1/ |
D | IGnss.hal | 58 * When there are additional clients using the GNSS hardware other than IGnss.hal, the GNSS 59 * hardware may operate in a higher power mode, on behalf of those clients.
|
D | IGnssCallback.hal | 47 * supplement GNSS location for other clients of the GNSS HAL.
|
/hardware/interfaces/camera/device/3.3/ |
D | ICameraDeviceSession.hal | 43 * This method is recommended for clients to use since it provides more
|
/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/contexthub/1.0/ |
D | IContexthubCallback.hal | 23 * to the service and registered clients of the ContextHub 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
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITunerCallback.hal | 24 * (eg. tuneComplete and tuneComplete_1_1), while 1.1 clients may ignore 1.0
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
D | asequencer.h | 312 int clients; /* maximum clients count */ member
|
/hardware/interfaces/radio/config/1.0/ |
D | IRadioConfig.hal | 27 * duration of a method call. If clients provide colliding serials (including passing the same
|
/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/radio/1.1/ |
D | IRadio.hal | 26 * duration of a method call. If clients provide colliding serials (including passing the same
|
/hardware/interfaces/audio/4.0/ |
D | IStreamIn.hal | 86 * @param sinkMetadata Description of the audio that is suggested by the clients.
|