Home
last modified time | relevance | path

Searched defs:rand1 (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/netd/server/
H A DClatdControllerTest.cpp138 uint16_t rand1 = rand & 0xffff; in TEST_F() local
/aosp12/system/bt/stack/btm/
H A Dbtm_ble.cc2003 static void btm_ble_reset_id_impl(const Octet16& rand1, const Octet16& rand2) { in btm_ble_reset_id_impl()
2030 Octet16 rand1; member
/aosp12/system/security/keystore2/src/
H A Ddatabase.rs3303 let rand1 = random(); in test_mocked_random() localVariable