Home
last modified time | relevance | path

Searched refs:onSetFrameRate (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/libs/gui/
DBufferQueue.cpp102 void BufferQueue::ProxyConsumerListener::onSetFrameRate(float frameRate, int8_t compatibility, in onSetFrameRate() function in android::BufferQueue::ProxyConsumerListener
106 listener->onSetFrameRate(frameRate, compatibility, changeFrameRateStrategy); in onSetFrameRate()
DBLASTBufferQueue.cpp155 void BLASTBufferItemConsumer::onSetFrameRate(float frameRate, int8_t compatibility, in onSetFrameRate() function in android::BLASTBufferItemConsumer
DBufferQueueProducer.cpp1856 listener->onSetFrameRate(frameRate, compatibility, changeFrameRateStrategy); in setFrameRate()
/frameworks/native/libs/nativedisplay/include/surfacetexture/
DSurfaceTexture.h299 virtual void onSetFrameRate(float frameRate, int8_t compatibility,
356 void onSetFrameRate(float frameRate, int8_t compatibility,
/frameworks/native/libs/gui/include/gui/
DIConsumerListener.h98 virtual void onSetFrameRate(float /*frameRate*/, int8_t /*compatibility*/, in onSetFrameRate() function
DBufferQueue.h76 void onSetFrameRate(float frameRate, int8_t compatibility,
DBLASTBufferQueue.h65 void onSetFrameRate(float frameRate, int8_t compatibility,
/frameworks/base/graphics/java/android/graphics/
DSurfaceTexture.java115 void onSetFrameRate(SurfaceTexture surfaceTexture, in onSetFrameRate() method
275 listener.onSetFrameRate(SurfaceTexture.this, in setOnSetFrameRateListener()
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp519 void SurfaceTexture::onSetFrameRate(float frameRate, int8_t compatibility, in onSetFrameRate() function in android::SurfaceTexture
529 listener->onSetFrameRate(frameRate, compatibility, changeFrameRateStrategy); in onSetFrameRate()
/frameworks/base/core/jni/
Dandroid_graphics_SurfaceTexture.cpp204 void onSetFrameRate(float frameRate, int8_t compatibility, in onSetFrameRate() function in android::JNISurfaceTextureContextListener
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp1351 MOCK_METHOD(void, onSetFrameRate, (float, int8_t, int8_t), (override));
1362 EXPECT_CALL(*bufferConsumer, onSetFrameRate(12.34f, 1, 0)).Times(1); in TEST_F()