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

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

Completed in 135 milliseconds