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

/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp100 TimedEventQueue::event_id TimedEventQueue::postEvent(const sp<Event> &event) { function in class:android::TimedEventQueue
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp48 jmethodID postEvent; member in struct:android::fields_t
185 env->CallStaticVoidMethod(mClazz, fields.postEvent, mWeakThiz);
223 fields.postEvent = env->GetStaticMethodID(clazz, "postEventFromNative",
225 if (fields.postEvent == NULL) {
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp183 status_t err = conn->postEvent(event);
405 status_t EventThread::Connection::postEvent( function in class:android::EventThread::Connection

Completed in 1270 milliseconds