Home
last modified time | relevance | path

Searched refs:ptr2 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/common/src/
Dparameter_provider.rs283 let ptr2: cxx::UniquePtr<ffi::BluetoothKeystoreInterface> = in test_bt_keystore_interface() localVariable
286 *a2 = format!("{:p}", &ptr2); in test_bt_keystore_interface()
287 param_provider_cur.lock().await.set_bt_keystore_interface(ptr2).await; in test_bt_keystore_interface()
/packages/modules/DnsResolver/
Dgetaddrinfo.cpp1166 static int _rfc6724_compare(const void* ptr1, const void* ptr2) { in _rfc6724_compare() argument
1168 const struct addrinfo_sort_elem* a2 = (const struct addrinfo_sort_elem*) ptr2; in _rfc6724_compare()