Searched defs:Handle (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Virtualization/guest/authfs/src/ |
D | fusefs.rs | 52 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/ |
D | Handle.h | 51 constexpr Handle(const T& value) : mValue(value) {} in Handle() function
|
/packages/modules/Virtualization/guest/zipfuse/src/ |
D | main.rs | 155 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/ |
D | Types.h | 637 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/ |
D | btm_sco.h | 254 uint16_t Handle() const { return hci_handle; } in Handle() function
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | acl.h | 200 uint16_t Handle() const { return hci_handle; } in Handle() function
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 429 uint16_t Handle() const { return handle_; } in Handle() function in ShimAclConnection
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_int.h | 422 uint16_t Handle() const { return handle_; } in Handle() function
|