HomeSort by relevance Sort by last modified time
    Searched refs:SessionMap (Results 1 - 5 of 5) sorted by null

  /frameworks/av/drm/libdrmframework/plugins/common/util/include/
SessionMap.h 31 class SessionMap {
34 SessionMap() {}
36 virtual ~SessionMap() {
122 SessionMap<TValue> & operator=(const SessionMap<TValue> & objectCopy) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h 128 typedef std::map<std::string, Session*> SessionMap;
135 SessionMap session_map_;
sessionmanager.cc 106 SessionMap::iterator it = session_map_.find(session->id());
117 SessionMap::iterator it = session_map_.find(sid);
136 SessionMap::iterator iter = session_map_.find(sid);
285 for (SessionMap::iterator it = session_map_.begin();
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 30 #include "SessionMap.h"
552 SessionMap<ConvertSession*> convertSessionMap;
553 SessionMap<DecodeSession*> decodeSessionMap;
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 239 SessionMap::iterator it = session_map_.find(session);
277 typedef std::map<SSL_SESSION*, HostPortMap::iterator> SessionMap;
279 SessionMap session_map_;
    [all...]

Completed in 75 milliseconds