Searched defs:MockSessionLibrary (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/mediacas/plugins/mock/
H A DMockSessionLibrary.cpp18 #define LOG_TAG "MockSessionLibrary"
22 #include "MockSessionLibrary.h"
26 Mutex MockSessionLibrary::sSingletonLock;
27 MockSessionLibrary* MockSessionLibrary::sSingleton = NULL;
29 MockSessionLibrary* MockSessionLibrary::get() {
34 sSingleton = new MockSessionLibrary();
40 MockSessionLibrary::MockSessionLibrary() function in class:android::MockSessionLibrary
[all...]
H A DMockSessionLibrary.h34 friend class MockSessionLibrary;
43 class MockSessionLibrary { class in namespace:android
45 static MockSessionLibrary* get();
57 static MockSessionLibrary* sSingleton;
63 MockSessionLibrary();
64 DISALLOW_EVIL_CONSTRUCTORS(MockSessionLibrary);

Completed in 70 milliseconds