Searched refs:ptr2 (Results 1 – 2 of 2) sorted by relevance
283 let ptr2: cxx::UniquePtr<ffi::BluetoothKeystoreInterface> = in test_bt_keystore_interface() localVariable286 *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()
1166 static int _rfc6724_compare(const void* ptr1, const void* ptr2) { in _rfc6724_compare() argument1168 const struct addrinfo_sort_elem* a2 = (const struct addrinfo_sort_elem*) ptr2; in _rfc6724_compare()