Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Drand.h27 std::array<uint8_t, SIZE> GenerateRandom() { in GenerateRandom() function
33 inline uint32_t GenerateRandom() { in GenerateRandom() function
/packages/modules/Bluetooth/system/gd/security/
Decdh_keys.cc36 static std::array<uint8_t, SIZE> GenerateRandom() { in GenerateRandom() function
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/
DImsMediaTimer.cpp290 uint32_t ImsMediaTimer::GenerateRandom(uint32_t nRange) in GenerateRandom() function in ImsMediaTimer