Searched defs:TestSystemCallback (Results 1 – 2 of 2) sorted by relevance
70 struct TestSystemCallback : struct72 TestSystemCallback() : in TestSystemCallback() argument75 enum EventType {84 struct EventEntry {89 virtual void noteStartVideo(int uid) override { in noteStartVideo()115 virtual ~TestSystemCallback() {} in ~TestSystemCallback() argument121 DISALLOW_EVIL_CONSTRUCTORS(TestSystemCallback); argument
85 struct TestSystemCallback : public ResourceManagerService::SystemCallbackInterface { struct86 TestSystemCallback() : mLastEvent({EventType::INVALID, 0}), mEventCount(0) {} in TestSystemCallback() function88 enum EventType {97 struct EventEntry {102 virtual void noteStartVideo(int uid) override { in noteStartVideo()128 virtual ~TestSystemCallback() {} in ~TestSystemCallback() argument134 DISALLOW_EVIL_CONSTRUCTORS(TestSystemCallback); argument