Home
last modified time | relevance | path

Searched defs:clients (Results 1 – 18 of 18) 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/src/
DSubscriptionManager.cpp210 auto& clients = mClientsByPropIdArea[*it]; in unsubscribe() local
240 auto& clients = mClientsByPropIdArea[propIdAreaId]; in unsubscribe() local
255 clients; in getSubscribedClients() local
277 std::unordered_map<std::shared_ptr<IVehicleCallback>, std::vector<VehiclePropError>> clients; in getSubscribedClientsForErrorEvents() local
DDefaultVehicleHal.cpp218 std::unordered_map<const AIBinder*, std::shared_ptr<T>>* clients, in getOrCreateClient()
/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/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/current/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/automotive/vehicle/aidl/impl/vhal/test/
DSubscriptionManagerTest.cpp392 auto clients = getManager()->getSubscribedClients(updatedValues); in TEST_F() local
483 auto clients = getManager()->getSubscribedClients(updatedValues); in TEST_F() local
/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/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/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/sm8150/gps/core/
DSystemStatusOsObserver.cpp154 unordered_set<IDataItemObserver*> clients({mClient}); in updateSubscription() local
324 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/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