HomeSort by relevance Sort by last modified time
    Searched defs:ClientInfo (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/components/metrics/
client_info.cc 9 ClientInfo::ClientInfo() : installation_date(0), reporting_enabled_date(0) {}
11 ClientInfo::~ClientInfo() {}
client_info.h 17 struct ClientInfo {
19 ClientInfo();
20 ~ClientInfo();
33 DISALLOW_COPY_AND_ASSIGN(ClientInfo);
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 16 var ClientInfo = null;
307 ClientInfo = Constants.clientInfo;
331 typeof(receivedConstants.clientInfo) == 'object' &&
  /external/chromium_org/content/renderer/media/
video_capture_impl.cc 42 VideoCaptureImpl::ClientInfo::ClientInfo() {}
43 VideoCaptureImpl::ClientInfo::~ClientInfo() {}
88 ClientInfo client_info;
video_capture_impl.h 101 struct ClientInfo {
102 ClientInfo();
103 ~ClientInfo();
108 typedef std::map<int, ClientInfo> ClientInfoMap;
  /external/chromium_org/gpu/command_buffer/service/
texture_definition.cc 133 struct ClientInfo {
134 ClientInfo(gfx::GLImage* client);
135 ~ClientInfo();
140 std::list<ClientInfo> client_infos_;
173 NativeImageBufferEGL::ClientInfo::ClientInfo(gfx::GLImage* client)
176 NativeImageBufferEGL::ClientInfo::~ClientInfo() {}
196 client_infos_.push_back(ClientInfo(client));
203 for (std::list<ClientInfo>::iterator it = client_infos_.begin()
    [all...]
  /external/chromium_org/sandbox/win/src/
crosscall_server.h 144 struct ClientInfo {
153 const ClientInfo* client_info;
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 142 struct ClientInfo {
149 ClientInfo mClientInfo;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
RttService.java 61 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 {
155 ClientInfo(AsyncChannel c, Messenger m) {
211 private HashMap<Messenger, ClientInfo> mClients = new HashMap<Messenger, ClientInfo>(4);
263 ClientInfo ci = mClients.get(msg.replyTo)
    [all...]
WifiScanningServiceImpl.java 105 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 ci2 : clients)
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 220 struct WebPluginImpl::ClientInfo {
891 ClientInfo* client_info = GetClientInfoFromLoader(loader);
897 WebPluginImpl::ClientInfo* WebPluginImpl::GetClientInfoFromLoader(
913 WebPluginImpl::ClientInfo* client_info = GetClientInfoFromLoader(loader);
969 ClientInfo* client_info = GetClientInfoFromLoader(loader);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 71 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)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 229 private HashMap<Messenger, ClientInfo> mClientInfoList = new HashMap<Messenger, ClientInfo>();
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1306 milliseconds