Searched refs:postEvent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp52 jmethodID postEvent; member in struct:android::fields_t
210 env->CallStaticVoidMethod(mClazz, fields.postEvent, mWeakThiz);
248 fields.postEvent = env->GetStaticMethodID(clazz, "postEventFromNative",
250 if (fields.postEvent == NULL) {
/frameworks/native/services/surfaceflinger/
H A DEventThread.h61 status_t postEvent(const DisplayEventReceiver::Event& event);
H A DEventThread.cpp192 status_t err = conn->postEvent(event);
414 status_t EventThread::Connection::postEvent( function in class:android::EventThread::Connection

Completed in 89 milliseconds