Home
last modified time | relevance | path

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

123

/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-cpp-source/gen/include/android/aidl/tests/
DICppJavaTests.h73 …ndroid::binder::Status RepeatFileDescriptor(::android::base::unique_fd /*read*/, ::android::base::… in RepeatFileDescriptor()
76 …ector<::android::base::unique_fd>& /*input*/, ::std::vector<::android::base::unique_fd>* /*repeate… in ReverseFileDescriptorArray()
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-cpp-source/gen/include/android/aidl/tests/
DICppJavaTests.h73 …ndroid::binder::Status RepeatFileDescriptor(::android::base::unique_fd /*read*/, ::android::base::… in RepeatFileDescriptor()
76 …ector<::android::base::unique_fd>& /*input*/, ::std::vector<::android::base::unique_fd>* /*repeate… in ReverseFileDescriptorArray()
/aosp_15_r20/frameworks/native/include/binder/
H A Dunique_fd.h50 unique_fd() {} in unique_fd() function
52 explicit unique_fd(int fd) { reset(fd); } in unique_fd() function
57 unique_fd(unique_fd&& other) noexcept { reset(other.release()); } in unique_fd() function
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A Dunique_fd.h50 unique_fd() {} in unique_fd() function
52 explicit unique_fd(int fd) { reset(fd); } in unique_fd() function
57 unique_fd(unique_fd&& other) noexcept { reset(other.release()); } in unique_fd() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/media/native/midi/libamidi/android_arm64_armv8-2a_cortex-a55_shared/gen/aidl/android/media/midi/
DIMidiDeviceServer.h43 …id::sp<::android::IBinder>& /*token*/, int32_t /*portNumber*/, ::android::base::unique_fd* /*_aidl… in openInputPort()
46 …id::sp<::android::IBinder>& /*token*/, int32_t /*portNumber*/, ::android::base::unique_fd* /*_aidl… in openOutputPort()
55 …nnectPorts(const ::android::sp<::android::IBinder>& /*token*/, ::android::base::unique_fd /*fd*/, … in connectPorts()
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DCachedSetTest.cpp357 base::unique_fd&&) -> ftl::Future<FenceResult> { in TEST_F()
406 base::unique_fd&&) -> ftl::Future<FenceResult> { in TEST_F()
456 base::unique_fd&&) -> ftl::Future<FenceResult> { in TEST_F()
506 base::unique_fd&&) -> ftl::Future<FenceResult> { in TEST_F()
555 base::unique_fd&&) -> ftl::Future<FenceResult> { in TEST_F()
819 base::unique_fd&&) -> ftl::Future<FenceResult> { in TEST_F()
879 base::unique_fd&&) -> ftl::Future<FenceResult> { in TEST_F()
1030 base::unique_fd&&) -> ftl::Future<FenceResult> { in TEST_F()
/aosp_15_r20/frameworks/native/libs/renderengine/tests/
H A DRenderEngineThreadedTest.cpp140 base::unique_fd&&) { resultPromise->set_value(Fence::NO_FENCE); }); in TEST_F()
179 base::unique_fd&&) { resultPromise->set_value(Fence::NO_FENCE); }); in TEST_F()
212 base::unique_fd&&) { resultPromise->set_value(Fence::NO_FENCE); }); in TEST_F()
240 base::unique_fd&&) { resultPromise->set_value(Fence::NO_FENCE); }); in TEST_F()
/aosp_15_r20/out/soong/.intermediates/frameworks/native/cmds/dumpstate/libdumpstateaidl/android_arm64_armv8-2a_cortex-a55_shared/gen/aidl/android/os/
DIDumpstate.h57 …t32_t /*callingUid*/, const ::std::string& /*callingPackage*/, ::android::base::unique_fd /*bugrep… in startBugreport()
63 …, const ::std::string& /*callingPackage*/, int32_t /*userId*/, ::android::base::unique_fd /*bugrep… in retrieveBugreport()
/aosp_15_r20/packages/modules/adb/
Dadb_unique_fd.h30 using unique_fd = android::base::unique_fd_impl<AdbCloser>; variable
32 using unique_fd = android::base::unique_fd; variable
/aosp_15_r20/frameworks/native/libs/binder/
H A DRpcState.cpp363 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in rpcSend()
386 std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in rpcRec()
799 std::vector<std::variant<unique_fd, borrowed_fd>>&& ancillaryFds) { in processCommand()
839 std::vector<std::variant<unique_fd, borrowed_fd>>&& ancillaryFds) { in processTransact()
866 std::vector<std::variant<unique_fd, borrowed_fd>>&& ancillaryFds) { in processTransactInternal()
H A DRpcTransportRaw.cpp63 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) override { in interruptableWriteFully()
78 std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) override { in interruptableReadFully()
H A DOS_unix_base.cpp73 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in sendMessageOnSocket()
117 std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in receiveMessageFromSocket()
H A DRpcTransportTipcAndroid.cpp80 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) override { in interruptableWriteFully()
97 std::vector<std::variant<unique_fd, borrowed_fd>>* /*ancillaryFds*/) override { in interruptableReadFully()
H A DRpcTransportTls.cpp330 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in interruptableWriteFully()
376 std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in interruptableReadFully()
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DNoOpFrameComposer.cpp74 Display*, ::android::base::unique_fd*, in presentDisplay()
75 std::unordered_map<int64_t, ::android::base::unique_fd>* /*outLayerFences*/) { in presentDisplay()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/incident/libincidentpriv/android_arm64_armv8-2a_cortex-a55_shared/gen/aidl/android/os/
DIIncidentManager.h58 …p<::android::os::IIncidentReportStatusListener>& /*listener*/, ::android::base::unique_fd /*stream… in reportIncidentToStream()
61 …::android::binder::Status reportIncidentToDumpstate(::android::base::unique_fd /*stream*/, const :… in reportIncidentToDumpstate()
/aosp_15_r20/frameworks/native/libs/binder/trusty/
H A DOS.cpp88 const std::vector<std::variant<unique_fd, borrowed_fd>>* /* ancillaryFds */) { in sendMessageOnSocket()
95 std::vector<std::variant<unique_fd, borrowed_fd>>* /* ancillaryFds */) { in receiveMessageFromSocket()
H A DRpcTransportTipcTrusty.cpp53 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) override { in interruptableWriteFully()
122 std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) override { in interruptableReadFully()
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp323 base::unique_fd&&) -> ftl::Future<FenceResult> { in setupCommonScreensCaptureCallExpectations()
374 base::unique_fd&&) -> ftl::Future<FenceResult> { in setupRECompositionCallExpectations()
568 base::unique_fd&&) -> ftl::Future<FenceResult> { in setupREBufferCompositionCommonCallExpectations()
618 base::unique_fd&&) -> ftl::Future<FenceResult> { in setupREColorCompositionCallExpectations()
700 base::unique_fd&&) -> ftl::Future<FenceResult> { in setupInsecureREBufferCompositionCommonCallExpectations()
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/tests/
H A DRenderEngineThreadedTest.cpp209 base::unique_fd*) -> status_t { return NO_ERROR; }); in TEST_F()
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/out/soong/.intermediates/system/vold/libvold_binder/android_arm64_armv8-2a_cortex-a55_static/gen/aidl/android/os/
DIVoldMountCallback.h35 …::android::binder::Status onVolumeChecking(::android::base::unique_fd /*fuseFd*/, const ::std::str… in onVolumeChecking()

123