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

/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp83 TimedEventQueue::event_id TimedEventQueue::postEvent(const sp<Event> &event) { function in class:android::TimedEventQueue
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp228 status_t err = conn->postEvent(vsync);
317 status_t EventThread::Connection::postEvent( function in class:android::EventThread::Connection
/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) {

Completed in 72 milliseconds