Home
last modified time | relevance | path

Searched refs:postEvent (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_graphics_SurfaceTexture.cpp57 jmethodID postEvent; member
208 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()
H A Dandroid_media_AudioTrack.cpp165 bool postEvent = false; in audioCallback() local
183 postEvent = true; in audioCallback()
190 postEvent = true; in audioCallback()
197 if (postEvent) { in audioCallback()
/aosp12/system/chre/core/include/chre/core/
H A Dnanoapp.h124 void postEvent(Event *event) { in postEvent() function
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.cpp189 status_t EventThreadConnection::postEvent(const DisplayEventReceiver::Event& event) { in postEvent() function in android::EventThreadConnection
577 switch (consumer->postEvent(copy)) { in dispatchEvent()
H A DEventThread.h89 virtual status_t postEvent(const DisplayEventReceiver::Event& event);
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp72 MOCK_METHOD1(postEvent, status_t(const DisplayEventReceiver::Event& event));
189 EXPECT_CALL(*connection, postEvent(_)).WillRepeatedly(Invoke(recorder.getInvocable())); in createConnection()
/aosp12/system/chre/core/
H A Devent_loop.cc426 app->postEvent(event); in distributeEvent()