Searched refs:postEvent (Results 1 – 5 of 5) sorted by relevance
56 jmethodID postEvent; member214 env->CallStaticVoidMethod(mClazz, fields.postEvent, mWeakThiz); in onFrameAvailable()252 fields.postEvent = env->GetStaticMethodID(clazz, "postEventFromNative", in SurfaceTexture_classInit()254 if (fields.postEvent == NULL) { in SurfaceTexture_classInit()
60 MOCK_METHOD1(postEvent, status_t(const DisplayEventReceiver::Event& event));144 EXPECT_CALL(*connection, postEvent(_)).WillRepeatedly(Invoke(recorder.getInvocable())); in createConnection()
140 status_t EventThreadConnection::postEvent(const DisplayEventReceiver::Event& event) { in postEvent() function in android::EventThreadConnection425 switch (consumer->postEvent(event)) { in dispatchEvent()
75 virtual status_t postEvent(const DisplayEventReceiver::Event& event);
132 bool postEvent = false; in audioCallback() local150 postEvent = true; in audioCallback()157 postEvent = true; in audioCallback()164 if (postEvent) { in audioCallback()