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

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

Completed in 77 milliseconds