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

/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/av/media/libstagefright/include/
H A DTimedEventQueue.h89 event_id postEvent(const sp<Event> &event);
/frameworks/native/services/surfaceflinger/
H A DEventThread.h60 status_t postEvent(const DisplayEventReceiver::Event& event);
H A DEventThread.cpp183 status_t err = conn->postEvent(event);
405 status_t EventThread::Connection::postEvent( function in class:android::EventThread::Connection
/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp100 TimedEventQueue::event_id TimedEventQueue::postEvent(const sp<Event> &event) { function in class:android::TimedEventQueue
H A DAwesomePlayer.cpp2095 mQueue.postEvent(mStreamDoneEvent);
2230 mQueue.postEvent(mAsyncPrepareEvent);

Completed in 140 milliseconds