Home
last modified time | relevance | path

Searched defs:GetHandle (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/bt/gd/hci/acl_manager/
H A Dacl_connection.h33 uint16_t GetHandle() const { in GetHandle() function
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dconnected_isochronous_stream.h46 uint16_t GetHandle() const { return config_.handle; } in GetHandle() function
H A Dacl_connection_handler.cc137 uint16_t AclConnectionHandler::GetHandle(AddressWithType addr) const { in GetHandle() function in test_vendor_lib::AclConnectionHandler
/aosp12/hardware/qcom/display/msm8909w_3100/libdrmutils/
H A Ddrm_master.h73 void GetHandle(int *fd) { *fd = dev_fd_; } in GetHandle() function
/aosp12/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_master.h73 void GetHandle(int *fd) { *fd = dev_fd_; } in GetHandle() function
/aosp12/hardware/qcom/display/msm8909/libdrmutils/
H A Ddrm_master.h73 void GetHandle(int *fd) { *fd = dev_fd_; } in GetHandle() function
/aosp12/hardware/qcom/sdm845/display/libdrmutils/
H A Ddrm_master.h73 void GetHandle(int *fd) { *fd = dev_fd_; } in GetHandle() function
/aosp12/hardware/qcom/sm7250/display/libdrmutils/
H A Ddrm_master.h73 void GetHandle(int *fd) { *fd = dev_fd_; } in GetHandle() function
/aosp12/hardware/qcom/sm8150/display/libdrmutils/
H A Ddrm_master.h73 void GetHandle(int *fd) { *fd = dev_fd_; } in GetHandle() function
/aosp12/system/bt/gd/l2cap/le/
H A Dlink_options.cc36 uint16_t LinkOptions::GetHandle() const { in GetHandle() function in bluetooth::l2cap::le::LinkOptions
/aosp12/frameworks/native/vulkan/libvulkan/
H A Ddebug_report.h62 static VkDebugReportCallbackEXT GetHandle(const Node* node) { in GetHandle() function
/aosp12/art/runtime/
H A Dhandle_scope.h204 ALWAYS_INLINE MutableHandle<T> GetHandle(size_t i) REQUIRES_SHARED(Locks::mutator_lock_) { in GetHandle() function
H A Dhandle_scope-inl.h88 inline Handle<mirror::Object> HandleScope::GetHandle(size_t i) { in GetHandle() function
/aosp12/system/iorap/src/perfetto/
H A Drx_producer.cc133 PerfettoConsumer::Handle GetHandle() const { in GetHandle() function
168 Handle GetHandle() const { in GetHandle() function
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dclient_tests.cpp546 TEST_F(ClientTransactionTest, GetHandle) { in TEST_F() argument
/aosp12/system/bt/hci/test/
H A Dpacket_fragmenter_host_test.cc43 uint16_t GetHandle() const { return s.handle; } in GetHandle() function