Home
last modified time | relevance | path

Searched defs:Handle (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Virtualization/guest/authfs/src/
Dfusefs.rs52 type Handle = u64; typedef
368 ) -> io::Result<(Option<Handle>, FuseOpenOptions)> { in open_dir_store_snapshot()
491 type Handle = Handle; typedef
598 _handle: Option<Handle>, in getattr()
631 ) -> io::Result<(Option<Self::Handle>, FuseOpenOptions)> { in open()
664 ) -> io::Result<(Entry, Option<Self::Handle>, FuseOpenOptions)> { in create()
699 _handle: Handle, in read()
731 _handle: Self::Handle, in write()
759 _handle: Option<Handle>, in setattr()
944 ) -> io::Result<(Option<Self::Handle>, FuseOpenOptions)> { in opendir()
[all …]
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DHandle.h51 constexpr Handle(const T& value) : mValue(value) {} in Handle() function
/packages/modules/Virtualization/guest/zipfuse/src/
Dmain.rs155 type Handle = u64; typedef
215 type Handle = Handle; typedef
243 _handle: Option<Self::Handle>, in getattr()
254 ) -> io::Result<(Option<Self::Handle>, fuse::filesystem::OpenOptions)> { in open()
303 _handle: Self::Handle, in release()
328 handle: Self::Handle, in read()
365 ) -> io::Result<(Option<Self::Handle>, fuse::filesystem::OpenOptions)> { in opendir()
391 _handle: Self::Handle, in releasedir()
409 _handle: Self::Handle, in readdir()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h637 using Handle = base::unique_fd; variable
656 using Handle = std::unique_ptr<AHardwareBuffer, Deleter>; member
661 struct Handle { struct
662 std::vector<base::unique_fd> fds;
663 std::vector<int> ints;
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.h254 uint16_t Handle() const { return hci_handle; } in Handle() function
/packages/modules/Bluetooth/system/stack/acl/
Dacl.h200 uint16_t Handle() const { return hci_handle; } in Handle() function
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc429 uint16_t Handle() const { return handle_; } in Handle() function in ShimAclConnection
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h422 uint16_t Handle() const { return handle_; } in Handle() function