Home
last modified time | relevance | path

Searched defs:clients (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DSubscriptionManager_test.cpp67 const std::list<sp<HalClient>>& clients) { in extractCallbacks()
110 auto clients = manager.getSubscribedClients(PROP1, SubscribeFlags::EVENTS_FROM_CAR); in TEST_F() local
121 auto clients = manager.getSubscribedClients(toInt(VehicleProperty::AP_POWER_BOOTUP_REASON), in TEST_F() local
135 auto clients = manager.getSubscribedClients(PROP1, SubscribeFlags::EVENTS_FROM_CAR); in TEST_F() local
DVehicleHalManager_test.cpp460 HalClientVector clients; in TEST() local
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DSubscriptionManagerTest.cpp358 auto clients = getManager()->getSubscribedClients(std::vector<VehiclePropValue>(updatedValues)); in TEST_F() local
413 auto clients = getManager()->getSubscribedClients(std::vector<VehiclePropValue>(updatedValues)); in TEST_F() local
504 auto clients = getManager()->getSubscribedClients(std::vector<VehiclePropValue>(updatedValues)); in TEST_F() local
633 auto clients = in TEST_F() local
713 auto clients = in TEST_F() local
799 auto clients = getManager()->getSubscribedClients(std::vector<VehiclePropValue>({propValue1})); in TEST_F() local
850 auto clients = getManager()->getSubscribedClients({value0}); in TEST_F() local
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/
DISupplicantP2pNetwork.aidl46 void setClientList(in android.hardware.wifi.supplicant.MacAddress[] clients); in setClientList()
/hardware/interfaces/wifi/supplicant/aidl/android/hardware/wifi/supplicant/
DISupplicantP2pNetwork.aidl130 void setClientList(in MacAddress[] clients); in setClientList()
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/3/android/hardware/wifi/supplicant/
DISupplicantP2pNetwork.aidl46 void setClientList(in android.hardware.wifi.supplicant.MacAddress[] clients); in setClientList()
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/
DISupplicantP2pNetwork.aidl46 void setClientList(in android.hardware.wifi.supplicant.MacAddress[] clients); in setClientList()
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/2/android/hardware/wifi/supplicant/
DISupplicantP2pNetwork.aidl46 void setClientList(in android.hardware.wifi.supplicant.MacAddress[] clients); in setClientList()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp334 auto& clients = mClientsByPropIdAreaId[propIdAreaId]; in unsubscribePropIdAreaIdLocked() local
425 std::unordered_map<std::shared_ptr<IVehicleCallback>, std::vector<VehiclePropValue>> clients; in getSubscribedClients() local
464 std::unordered_map<std::shared_ptr<IVehicleCallback>, std::vector<VehiclePropError>> clients; in getSubscribedClientsForErrorEvents() local
DDefaultVehicleHal.cpp231 std::unordered_map<const AIBinder*, std::shared_ptr<T>>* clients, in getOrCreateClient()
/hardware/qcom/sm7150/gps/core/
DSystemStatusOsObserver.cpp152 unordered_set<IDataItemObserver*> clients({mClient}); in updateSubscription() local
321 auto clients = mParent->mDataItemToClients.getValSetPtr(each); in notify() local
/hardware/qcom/sm8150p/gps/core/
DSystemStatusOsObserver.cpp152 unordered_set<IDataItemObserver*> clients({mClient}); in updateSubscription() local
321 auto clients = mParent->mDataItemToClients.getValSetPtr(each); in notify() local
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp456 const auto& clients = in onHalPropertySetError() local
551 auto clients = in handlePropertySetEvent() local
DSubscriptionManager.cpp129 auto clients = getSubscribedClientsLocked(v->prop, flags); in distributeValuesToClients() local
/hardware/qcom/sm8150/gps/core/
DSystemStatusOsObserver.cpp154 unordered_set<IDataItemObserver*> clients({mClient}); in updateSubscription() local
324 auto clients = mParent->mDataItemToClients.getValSetPtr(each); in notify() local
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp329 list<IDataItemObserver*> clients(1, mClient); in unsubscribeAll() local
400 list<IDataItemObserver*> clients(0); in notify() local
/hardware/qcom/sm7250/gps/core/
DSystemStatusOsObserver.cpp154 unordered_set<IDataItemObserver*> clients({mClient}); in updateSubscription() local
324 auto clients = mParent->mDataItemToClients.getValSetPtr(each); in notify() local
/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp777 std::vector<Client*> clients; in TEST_F() local
823 std::vector<Client*> clients; in TEST_F() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h5461 wl_relmcast_client_t clients[WL_RELMCAST_MAX_CLIENT]; member