Home
last modified time | relevance | path

Searched refs:random_device (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DCameraServiceProxyWrapper.h81 std::random_device mRandomDevice; // pulls 32-bit random numbers from /dev/urandom
88 static int64_t generateLogId(std::random_device& randomDevice);
DCameraServiceProxyWrapper.cpp516 int64_t CameraServiceProxyWrapper::generateLogId(std::random_device& randomDevice) { in generateLogId()
/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc74 std::random_device random_device("/dev/urandom"); in FillRandomBuf() local
76 random_device()); in FillRandomBuf()
/frameworks/native/services/surfaceflinger/
DDisplayIdGenerator.h67 std::default_random_engine mGenerator{std::random_device()()};
/frameworks/base/cmds/idmap2/libidmap2/
DFileUtils.cpp59 static thread_local std::random_device rd; in RandomStringForPath()
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dnumeric.h109 std::random_device rd;
119 std::random_device rd;
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_tests.cpp133 std::random_device rd; in TEST_F()
/frameworks/av/media/mtp/tests/MtpFfsHandleTest/
DMtpFfsHandle_test.cpp236 std::random_device rd; in TYPED_TEST()
327 std::random_device rd; in TYPED_TEST()
/frameworks/native/services/gpuservice/gpuwork/
DGpuWork.cpp364 std::random_device device; in pullWorkAtoms()
/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator.cpp543 std::random_device rd; in Consume()
/frameworks/native/libs/binder/
DRpcState.cpp47 [[clang::no_destroy]] static std::random_device r; in rpcMaybeWaitToFlake()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp164 std::mt19937 mRandomEngine = std::mt19937(std::random_device()());
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1184 std::random_device rd; in GenerateCodecId()