Searched refs:ClientInfo (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java61 ClientInfo cInfo = new ClientInfo(c, msg.replyTo);
74 ClientInfo ci = mClients.remove(msg.replyTo);
83 ClientInfo ci = mClients.get(msg.replyTo);
145 ClientInfo ci;
149 private class ClientInfo { class in class:RttService.RttServiceImpl
155 ClientInfo(AsyncChannel c, Messenger m) { method in class:RttService.RttServiceImpl.ClientInfo
211 private HashMap<Messenger, ClientInfo> mClients = new HashMap<Messenger, ClientInfo>(4);
263 ClientInfo c
[all...]
H A DWifiScanningServiceImpl.java105 ClientInfo cInfo = new ClientInfo(c, msg.replyTo);
118 ClientInfo ci = mClients.remove(msg.replyTo);
129 ClientInfo ci = mClients.get(msg.replyTo);
287 ClientInfo ci = mClients.get(msg.replyTo);
342 ClientInfo ci = mClients.get(msg.replyTo);
383 Collection<ClientInfo> clients = mClients.values();
384 for (ClientInfo ci2 : clients) {
392 Collection<ClientInfo> clients = mClients.values();
393 for (ClientInfo ci
463 private class ClientInfo { class in class:WifiScanningServiceImpl
468 ClientInfo(AsyncChannel c, Messenger m) { method in class:WifiScanningServiceImpl.ClientInfo
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java71 private HashMap<Messenger, ClientInfo> mClients = new HashMap<Messenger, ClientInfo>();
74 private SparseArray<ClientInfo> mIdToClientInfoMap= new SparseArray<ClientInfo>();
150 ClientInfo cInfo = null;
157 cInfo = new ClientInfo(c, msg.replyTo);
253 private boolean requestLimitReached(ClientInfo clientInfo) {
254 if (clientInfo.mClientIds.size() >= ClientInfo.MAX_LIMIT) {
261 private void storeRequestMap(int clientId, int globalId, ClientInfo clientInfo, int what) {
267 private void removeRequestMap(int clientId, int globalId, ClientInfo clientInf
875 private class ClientInfo { class in class:NsdService
889 private ClientInfo(AsyncChannel c, Messenger m) { method in class:NsdService.ClientInfo
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h142 struct ClientInfo { struct in struct:android::WifiDisplaySource
149 ClientInfo mClientInfo;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java229 private HashMap<Messenger, ClientInfo> mClientInfoList = new HashMap<Messenger, ClientInfo>();
2859 for (ClientInfo c: mClientInfoList.values()) {
2896 ClientInfo clientInfo = getClientInfo(m, true);
2915 ClientInfo clientInfo = getClientInfo(m, false);
2947 ClientInfo clientInfo = getClientInfo(m, false);
2972 ClientInfo clientInfo = getClientInfo(m, true);
2990 ClientInfo clientInfo = getClientInfo(m, false);
3005 ClientInfo clientInfo = getClientInfo(m, false);
3032 for (ClientInfo
3105 private class ClientInfo { class in class:WifiP2pServiceImpl
3123 private ClientInfo(Messenger m) { method in class:WifiP2pServiceImpl.ClientInfo
[all...]

Completed in 5118 milliseconds