OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZygoteState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/os/
Process.java
402
public static class
ZygoteState
{
410
private
ZygoteState
(LocalSocket socket, DataInputStream inputStream,
418
public static
ZygoteState
connect(String socketAddress) throws IOException {
443
return new
ZygoteState
(zygoteSocket, zygoteInputStream, zygoteWriter,
469
static
ZygoteState
primaryZygoteState;
474
static
ZygoteState
secondaryZygoteState;
567
ZygoteState
zygoteState
, ArrayList<String> args)
589
final BufferedWriter writer =
zygoteState
.writer;
590
final DataInputStream inputStream =
zygoteState
.inputStream
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java
800
final Process.
ZygoteState
zs = Process.
ZygoteState
.connect(otherZygoteName);
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 141 milliseconds