Home
last modified time | relevance | path

Searched refs:get_handle (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/gd/rust/link/src/acl/
H A Dcore.rs132 match connections.get_mut(&p.get_handle()) { in provide_acl_dispatch()
134 None if p.get_handle() == QCOM_DEBUG_HANDLE => {}, in provide_acl_dispatch()
135 None => info!("no acl for {}", p.get_handle()), in provide_acl_dispatch()
/aosp12/system/bt/gd/hci/cert/
H A Dle_acl_manager_test.py134 def get_handle(packet): function
154 self.cert_hci_le_event_stream.assert_event_occurs(get_handle)
253 def get_handle(packet): function
270 self.cert_hci_le_event_stream.assert_event_occurs(get_handle)
/aosp12/bionic/linker/
H A Dlinker_soinfo.cpp860 uintptr_t soinfo::get_handle() const { in get_handle() function in soinfo
871 return reinterpret_cast<void*>(get_handle()); in to_handle()
H A Dlinker_soinfo.h342 uintptr_t get_handle() const;