Searched defs:SessionLibrary (Results 1 - 1 of 1) sorted by path

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSessionLibrary.h30 class SessionLibrary { class in namespace:clearkeydrm
32 static SessionLibrary* get();
44 DISALLOW_EVIL_CONSTRUCTORS(SessionLibrary);
46 SessionLibrary() : mNextSessionId(1) {} function in class:clearkeydrm::SessionLibrary
49 static SessionLibrary* sSingleton;

Completed in 69 milliseconds