Home
last modified time | relevance | path

Searched refs:removeInfo (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/
DLoudnessCodecController.java254 AtomicBoolean removeInfo = new AtomicBoolean(false); in removeMediaCodec() local
267 removeInfo.set(true); in removeMediaCodec()
278 if (removeInfo.get()) { in removeMediaCodec()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java337 void removeWindow(StartingWindowRemovalInfo removeInfo, boolean immediately) { in removeWindow() argument
338 final int taskId = removeInfo.taskId; in removeWindow()
341 final boolean canRemoveRecord = record.removeIfPossible(removeInfo, immediately); in removeWindow()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp727 std::shared_ptr<C2Info> removed = buffer->removeInfo(info1->type()); in TEST_F()
735 removed = buffer->removeInfo(info1->type()); in TEST_F()
747 removed = buffer->removeInfo(info2->type()); in TEST_F()
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp1734 std::shared_ptr<C2Info> removeInfo(C2Param::Type index) { in removeInfo() function in C2Buffer::Impl
1783 std::shared_ptr<C2Info> C2Buffer::removeInfo(C2Param::Type index) { in removeInfo() function in C2Buffer
1784 return mImpl->removeInfo(index); in removeInfo()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h2259 std::shared_ptr<C2Info> removeInfo(C2Param::Type index);
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp1346 buffer->removeInfo(C2AccessUnitInfos::output::PARAM_TYPE); in registerBuffer()