Searched defs:Handle (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Virtualization/authfs/src/ |
D | fusefs.rs | 52 type Handle = u64; typedef 368 ) -> io::Result<(Option<Handle>, FuseOpenOptions)> { in open_dir_store_snapshot() 499 type Handle = Handle; typedef 606 _handle: Option<Handle>, in getattr() 639 ) -> io::Result<(Option<Self::Handle>, FuseOpenOptions)> { in open() 671 ) -> io::Result<(Entry, Option<Self::Handle>, FuseOpenOptions)> { in create() 706 _handle: Handle, in read() 738 _handle: Self::Handle, in write() 766 _handle: Option<Handle>, in setattr() 950 ) -> io::Result<(Option<Self::Handle>, FuseOpenOptions)> { in opendir() [all …]
|
/packages/modules/Virtualization/zipfuse/src/ |
D | main.rs | 155 type Handle = u64; typedef 214 type Handle = Handle; typedef 242 _handle: Option<Self::Handle>, in getattr() 253 ) -> io::Result<(Option<Self::Handle>, fuse::filesystem::OpenOptions)> { in open() 302 _handle: Self::Handle, in release() 326 handle: Self::Handle, in read() 363 ) -> io::Result<(Option<Self::Handle>, fuse::filesystem::OpenOptions)> { in opendir() 389 _handle: Self::Handle, in releasedir() 407 _handle: Self::Handle, in readdir()
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | Types.h | 636 using Handle = base::unique_fd; variable 655 using Handle = std::unique_ptr<AHardwareBuffer, Deleter>; member 660 struct Handle { struct 661 std::vector<base::unique_fd> fds; 662 std::vector<int> ints;
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.h | 180 uint16_t Handle() const { return hci_handle; } in Handle() function
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | acl.h | 206 uint16_t Handle() const { return hci_handle; } in Handle() function
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_int.h | 446 uint16_t Handle() const { return handle_; } in Handle() function
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 452 uint16_t Handle() const { return handle_; } in Handle() function in ShimAclConnection
|