Home
last modified time | relevance | path

Searched refs:unique_fd (Results 1 – 8 of 8) sorted by relevance

/trusty/user/base/interface/boot_done/generated/include/
DBpBootDone.h13 ::android::base::unique_fd mChan;
/trusty/kernel/lib/shared/binder_discover/
Dbinder_discover.cpp92 return srv_fd >= 0 ? android::binder::unique_fd(srv_fd) in binder_discover_get_service()
93 : android::binder::unique_fd(); in binder_discover_get_service()
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/android-base/
Dunique_fd.h196 using unique_fd = unique_fd_impl<DefaultCloser>; variable
275 inline FILE* Fdopen(unique_fd&& ufd, const char* mode) { in Fdopen()
287 inline DIR* Fdopendir(unique_fd&& ufd) { in Fdopendir()
/trusty/user/app/cast-auth/app/test-app/
Dmain.cc233 android::binder::unique_fd chan; in CastAuthTest_SetUp()
246 std::move(chan), []() { return android::binder::unique_fd(); }); in CastAuthTest_SetUp()
/trusty/user/app/sample/stats-test/consumer/
Dconsumer.cpp125 android::binder::unique_fd chan_fd; in test_ctl_on_connect()
128 std::move(chan_fd), []() { return android::binder::unique_fd(); }); in test_ctl_on_connect()
/trusty/user/app/sample/binder-test/client/
Dmain.cpp43 android::binder::unique_fd chan; in BinderTest_SetUp()
56 std::move(chan), []() { return android::binder::unique_fd(); }); in BinderTest_SetUp()
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/
Dtidl.h90 android::base::unique_fd handle;
269 int connect(const char* path, uint32_t flags, android::base::unique_fd& out_fd);
/trusty/user/base/experimental/lib/tidl/
Dipc.cpp26 android::base::unique_fd& out_fd) { in connect()