Searched defs:packet (Results 1 – 4 of 4) sorted by relevance
241 Scheduler.prototype.queue = function (packet) { argument345 TaskControlBlock.prototype.checkPriorityAdd = function (task, packet) { argument374 IdleTask.prototype.run = function (packet) { argument401 DeviceTask.prototype.run = function (packet) { argument430 WorkerTask.prototype.run = function (packet) { argument465 HandlerTask.prototype.run = function (packet) { argument
78 DatagramPacket packet = new DatagramPacket(new byte[length + 1], length + 1); in assertPacket() local85 DatagramPacket packet = new DatagramPacket(new byte[1], 1); in drain() local
43 jobject fileDescriptor, jint pid, jbyteArray packet) in android_security_cts_NetlinkSocket_sendmsg()
96 InetAddress address, byte[] packet) throws ErrnoException, IOException { in sendPing()