Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposer.h83 bool destroyed = waitForClientDestroyedLocked(lock); in createClient() local
84 if (!destroyed) { in createClient()
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp682 std::atomic_bool destroyed(false); in TEST_F() local
683 std::function<void(void)> arg = [&destroyed](){ destroyed = true; }; in TEST_F()
687 EXPECT_FALSE(destroyed); in TEST_F()
690 EXPECT_TRUE(destroyed); in TEST_F()
693 destroyed = false; in TEST_F()
695 EXPECT_FALSE(destroyed); in TEST_F()
698 EXPECT_FALSE(destroyed); in TEST_F()
701 EXPECT_FALSE(destroyed); in TEST_F()
/hardware/interfaces/media/bufferpool/1.0/
Dtypes.hal32 * destroyed frequently. The underlying buffers are allocated on demand
/hardware/interfaces/automotive/evs/1.0/
DIEvsDisplay.hal77 * buffers are expected to be returned before the IEvsDisplay interface is destroyed.
/hardware/interfaces/media/bufferpool/2.0/
Dtypes.hal32 * destroyed frequently. The underlying buffers are allocated on demand
/hardware/interfaces/media/c2/1.0/
DIComponent.hal218 * The created `C2BlockPool` object can be destroyed by calling
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal269 * presented until the display is destroyed.
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal229 * When playback is completed the session is destroyed, and the secure
/hardware/interfaces/renderscript/1.0/
DIContext.hal965 * @param handle Opaque handle to the server-side object to be destroyed
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal264 * presented until the display is destroyed.