Home
last modified time | relevance | path

Searched defs:unique_fd (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/modules/adb/
H A Dadb_unique_fd.h30 using unique_fd = android::base::unique_fd_impl<AdbCloser>; variable
32 using unique_fd = android::base::unique_fd; variable
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaRenderEngine.h51 base::unique_fd&& /*bufferFence*/, in drawLayers()
52 base::unique_fd* /*drawFence*/) override { in drawLayers()
/aosp12/system/libbase/tidy/
H A Dunique_fd_test2.cpp19 void consume_unique_fd(android::base::unique_fd) {} in consume_unique_fd()
H A Dunique_fd_test.cpp25 TEST(unique_fd, bugprone_use_after_move) { in TEST() argument
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DCachedSetTest.cpp348 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F()
400 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F()
454 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F()
656 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F()
716 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F()
865 base::unique_fd&&, base::unique_fd*) -> int32_t { in TEST_F()
/aosp12/system/core/fs_mgr/libdm/
H A Dtest_util.cpp29 using unique_fd = android::base::unique_fd; typedef
H A Dloop_control_test.cpp33 using unique_fd = android::base::unique_fd; typedef
H A Ddm_test.cpp44 using unique_fd = android::base::unique_fd; typedef
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp345 const bool, base::unique_fd&&, base::unique_fd*) -> status_t { in setupCommonScreensCaptureCallExpectations()
394 const bool, base::unique_fd&&, base::unique_fd*) -> status_t { in setupRECompositionCallExpectations()
628 base::unique_fd&&, base::unique_fd*) -> status_t { in setupREBufferCompositionCommonCallExpectations()
677 base::unique_fd&&, base::unique_fd*) -> status_t { in setupREColorCompositionCallExpectations()
754 base::unique_fd&&, base::unique_fd*) -> status_t { in setupInsecureREBufferCompositionCommonCallExpectations()
/aosp12/frameworks/native/libs/renderengine/tests/
H A DRenderEngineThreadedTest.cpp186 base::unique_fd&&, base::unique_fd*) -> status_t { return NO_ERROR; }); in TEST_F()
/aosp12/system/memory/libmeminfo/
H A Dpageacct.cpp26 using unique_fd = ::android::base::unique_fd; typedef
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/
H A DRenderEngineThreadedTest.cpp209 base::unique_fd*) -> status_t { return NO_ERROR; }); in TEST_F()
/aosp12/system/libbase/include/android-base/
H A Dunique_fd.h178 using unique_fd = unique_fd_impl<DefaultCloser>; variable
/aosp12/bootable/recovery/minadbd/
H A Dminadbd_services.cpp258 static void RebootHostService(unique_fd /* sfd */, const std::string& target) { in RebootHostService() argument
/aosp12/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp74 using unique_fd = android::base::unique_fd_impl<FdsanBypassCloser>; typedef
/aosp12/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer_test.cpp48 using unique_fd = android::base::unique_fd; typedef
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.cpp530 android::base::unique_fd /*fenceFd*/) { in setReadbackBuffer()
535 android::base::unique_fd* /*outFenceFd*/) { in getReadbackBufferFence()
/aosp12/system/core/fs_mgr/liblp/
H A Dio_test.cpp40 using unique_fd = android::base::unique_fd; typedef