Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp56 jmethodID postEvent; member
214 env->CallStaticVoidMethod(mClazz, fields.postEvent, mWeakThiz); in onFrameAvailable()
252 fields.postEvent = env->GetStaticMethodID(clazz, "postEventFromNative", in SurfaceTexture_classInit()
254 if (fields.postEvent == NULL) { in SurfaceTexture_classInit()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp60 MOCK_METHOD1(postEvent, status_t(const DisplayEventReceiver::Event& event));
144 EXPECT_CALL(*connection, postEvent(_)).WillRepeatedly(Invoke(recorder.getInvocable())); in createConnection()
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp140 status_t EventThreadConnection::postEvent(const DisplayEventReceiver::Event& event) { in postEvent() function in android::EventThreadConnection
425 switch (consumer->postEvent(event)) { in dispatchEvent()
DEventThread.h75 virtual status_t postEvent(const DisplayEventReceiver::Event& event);
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp132 bool postEvent = false; in audioCallback() local
150 postEvent = true; in audioCallback()
157 postEvent = true; in audioCallback()
164 if (postEvent) { in audioCallback()