Home
last modified time | relevance | path

Searched refs:mEventThreadConnection (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp67 sp<MockEventThreadConnection> mEventThreadConnection; member in android::SchedulerTest
80 mEventThreadConnection = new MockEventThreadConnection(mEventThread); in SchedulerTest()
85 .WillRepeatedly(Return(mEventThreadConnection)); in SchedulerTest()
160 ASSERT_EQ(returnedValue, mEventThreadConnection); in TEST_F()