OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZygoteState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/os/
ZygoteProcess.java
77
public static class
ZygoteState
{
85
private
ZygoteState
(LocalSocket socket, DataInputStream inputStream,
93
public static
ZygoteState
connect(String socketAddress) throws IOException {
119
return new
ZygoteState
(zygoteSocket, zygoteInputStream, zygoteWriter,
144
* acquired while communicating over the
ZygoteState
's socket, to prevent
152
private
ZygoteState
primaryZygoteState;
157
private
ZygoteState
secondaryZygoteState;
256
ZygoteState
zygoteState
, ArrayList<String> args)
278
final BufferedWriter writer =
zygoteState
.writer
[
all
...]
/frameworks/base/config/
compiled-classes-phone
[
all
...]
Completed in 1218 milliseconds