Home
last modified time | relevance | path

Searched refs:nullFence (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DC2NodeImpl.cpp481 ::ndk::ScopedFileDescriptor nullFence; in notifyInputBufferEmptied()
482 (void)mAidlBufferSource->onInputBufferEmptied(bufferId, nullFence); in notifyInputBufferEmptied()
/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp606 sp<Fence> nullFence = nullptr; in TEST_P() local
609 QueueBufferInputBuilder().setFence(nullFence).build(); in TEST_P()