Home
last modified time | relevance | path

Searched defs:firstPacket (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Dxaplay.c49 size_t firstPacket; // first packet index to be played, defaults to zero variable
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp615 bool firstPacket = true; in sendAVCData() local
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl146 void notifyCleartextNetwork(in byte[] firstPacket); in notifyCleartextNetwork()
DIActivityManager.aidl441 void notifyCleartextNetwork(int uid, in byte[] firstPacket); in notifyCleartextNetwork()
DActivityThread.java1400 public void notifyCleartextNetwork(byte[] firstPacket) { in notifyCleartextNetwork()
/frameworks/base/core/java/android/os/
DStrictMode.java1977 public static void onCleartextNetworkDetected(byte[] firstPacket) { in onCleartextNetworkDetected()