Searched defs:TestSystemCallback (Results 1 – 2 of 2) sorted by relevance
65 struct TestSystemCallback : struct67 TestSystemCallback() : in TestSystemCallback() argument70 enum EventType {79 struct EventEntry {84 virtual void noteStartVideo(int uid) override { in noteStartVideo()110 virtual ~TestSystemCallback() {} in ~TestSystemCallback() argument116 DISALLOW_EVIL_CONSTRUCTORS(TestSystemCallback); argument
84 struct TestSystemCallback : public ResourceManagerService::SystemCallbackInterface { struct85 TestSystemCallback() : mLastEvent({EventType::INVALID, 0}), mEventCount(0) {} in TestSystemCallback() function87 enum EventType {96 struct EventEntry {101 virtual void noteStartVideo(int uid) override { in noteStartVideo()127 virtual ~TestSystemCallback() {} in ~TestSystemCallback() argument133 DISALLOW_EVIL_CONSTRUCTORS(TestSystemCallback); argument