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());
/frameworks/base/services/java/com/android/server/
EntropyMixer.java
52
public class
EntropyMixer
extends Binder {
53
private static final String TAG = "
EntropyMixer
";
84
public
EntropyMixer
(Context context) {
89
public
EntropyMixer
(Context context, String entropyFile, String randomDevice) {
SystemServer.java
252
ServiceManager.addService("entropy", new
EntropyMixer
(context));
[
all
...]
Completed in 39 milliseconds