Home
last modified time | relevance | path

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

12

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DSubscriptionManager_test.cpp67 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 …]
DVehicleHalManager_test.cpp442 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/
DREADME.md11 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
DIAccessor.hal34 * 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
DIConnection.hal22 * other buffer pool clients.
Dtypes.hal34 * no longer referenced by the clients.
/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/health/2.0/utils/
DREADME3 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/
DVehicleHalManager.cpp218 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()
DSubscriptionManager.cpp129 auto clients = getSubscribedClientsLocked(v->prop, flags); in distributeValuesToClients() local
130 for (const auto& client : clients) { in distributeValuesToClients()
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp329 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/
DAndroid.bp17 // Convenience library for (hwbinder) clients to choose the correct health
/hardware/interfaces/gnss/1.1/
DIGnss.hal58 * 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.
DIGnssCallback.hal47 * supplement GNSS location for other clients of the GNSS HAL.
/hardware/interfaces/camera/device/3.3/
DICameraDeviceSession.hal43 * This method is recommended for clients to use since it provides more
/hardware/interfaces/power/1.0/
Dtypes.hal98 * multiple clients/system conditions.
151 * is chosen by aggregation votes from multiple clients/system conditions.
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal23 * to the service and registered clients of the ContextHub 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
/hardware/interfaces/broadcastradio/1.1/
DITunerCallback.hal24 * (eg. tuneComplete and tuneComplete_1_1), while 1.1 clients may ignore 1.0
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasequencer.h312 int clients; /* maximum clients count */ member
/hardware/interfaces/radio/config/1.0/
DIRadioConfig.hal27 * duration of a method call. If clients provide colliding serials (including passing the same
/hardware/interfaces/gnss/1.0/
DIAGnssRil.hal66 * lac is populated with tac, to ensure that we don't break old clients that
/hardware/interfaces/radio/1.1/
DIRadio.hal26 * duration of a method call. If clients provide colliding serials (including passing the same
/hardware/interfaces/audio/4.0/
DIStreamIn.hal86 * @param sinkMetadata Description of the audio that is suggested by the clients.

12