HomeSort by relevance Sort by last modified time
    Searched defs:handlePacket (Results 1 - 5 of 5) sorted by null

  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 103 bool RemoteAudio::handlePacket()
143 if (!self->handlePacket()) { //error, stop polling
  /development/tools/jdwpspy/
Net.cpp 522 static bool handlePacket(Peer* pDst, Peer* pSrc)
567 if (!handlePacket(pWritePeer, pReadPeer))
  /dalvik/vm/jdwp/
JdwpAdb.cpp 426 static bool handlePacket(JdwpState* state)
649 return handlePacket(state);
JdwpSocket.cpp 582 static bool handlePacket(JdwpState* state)
809 return handlePacket(state);
  /frameworks/base/services/common_time/
common_time_server.cpp 352 if (!handlePacket())
353 ALOGE("handlePacket failed");
555 bool CommonTimeServer::handlePacket() {
    [all...]

Completed in 200 milliseconds