OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntropyMixer
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/
EntropyMixerTest.java
26
* Tests for {@link com.android.server.
EntropyMixer
}
37
new
EntropyMixer
(getContext(), "/dev/null", file.getCanonicalPath(), "/dev/null");
/frameworks/base/services/core/java/com/android/server/
EntropyMixer.java
49
* RNG is mixed into the Linux RNG on
EntropyMixer
's startup and whenever
50
*
EntropyMixer
periodically runs to save a block of output from Linux RNG on
59
public class
EntropyMixer
extends Binder {
60
private static final String TAG = "
EntropyMixer
";
93
public
EntropyMixer
(Context context) {
98
public
EntropyMixer
(
/frameworks/base/services/java/com/android/server/
SystemServer.java
204
private
EntropyMixer
mEntropyMixer;
572
mEntropyMixer = new
EntropyMixer
(context);
[
all
...]
Completed in 311 milliseconds