Searched refs:postEvent (Results 1 – 7 of 7) sorted by relevance
57 jmethodID postEvent; member208 env->CallStaticVoidMethod(mClazz, fields.postEvent, mWeakThiz); in onFrameAvailable()246 fields.postEvent = env->GetStaticMethodID(clazz, "postEventFromNative", in SurfaceTexture_classInit()248 if (fields.postEvent == NULL) { in SurfaceTexture_classInit()
165 bool postEvent = false; in audioCallback() local183 postEvent = true; in audioCallback()190 postEvent = true; in audioCallback()197 if (postEvent) { in audioCallback()
124 void postEvent(Event *event) { in postEvent() function
189 status_t EventThreadConnection::postEvent(const DisplayEventReceiver::Event& event) { in postEvent() function in android::EventThreadConnection577 switch (consumer->postEvent(copy)) { in dispatchEvent()
89 virtual status_t postEvent(const DisplayEventReceiver::Event& event);
72 MOCK_METHOD1(postEvent, status_t(const DisplayEventReceiver::Event& event));189 EXPECT_CALL(*connection, postEvent(_)).WillRepeatedly(Invoke(recorder.getInvocable())); in createConnection()
426 app->postEvent(event); in distributeEvent()