Home
last modified time | relevance | path

Searched refs:USAP_MANAGEMENT_MESSAGE_BYTES (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygoteServer.java590 byte[] buffer = new byte[Zygote.USAP_MANAGEMENT_MESSAGE_BYTES]; in runSelectLoop()
594 if (readBytes == Zygote.USAP_MANAGEMENT_MESSAGE_BYTES) { in runSelectLoop()
DZygote.java222 static final int USAP_MANAGEMENT_MESSAGE_BYTES = 8; field in Zygote
853 new ByteArrayOutputStream(Zygote.USAP_MANAGEMENT_MESSAGE_BYTES); in childMain()