HomeSort by relevance Sort by last modified time
    Searched defs:packet (Results 201 - 225 of 553) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 93 struct encoder_media_buffer_type * packet = local
95 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle));
221 struct encoder_media_buffer_type * packet = local
223 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size
224 packet->buffer_type = kMetadataBufferTypeCameraSource;
225 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
GetValuesTest.java 61 CommandPacket packet = new CommandPacket( local
64 packet.setNextValueAsReferenceTypeID(classID);
65 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
140 CommandPacket packet = new CommandPacket( local
144 packet.setNextValueAsReferenceTypeID(classID);
146 packet.setNextValueAsInt(1);
148 packet.setNextValueAsFieldID(fieldID);
149 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
192 CommandPacket packet = new CommandPacket( local
195 packet.setNextValueAsArrayID(arrayID)
    [all...]
SetValuesTest.java 57 CommandPacket packet = new CommandPacket( local
60 packet.setNextValueAsReferenceTypeID(classID);
61 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
100 CommandPacket packet = new CommandPacket( local
103 packet.setNextValueAsReferenceTypeID(classID);
104 packet.setNextValueAsInt(1);
105 packet.setNextValueAsFieldID(fieldID);
107 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
122 CommandPacket packet = new CommandPacket( local
125 packet.setNextValueAsArrayID(arrayID)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
AbstractNewInstanceTestCase.java 120 CommandPacket packet = new CommandPacket(JDWPCommands.ClassTypeCommandSet.CommandSetID, local
122 packet.setNextValueAsReferenceTypeID(referenceTypeId);
123 packet.setNextValueAsThreadID(threadId);
124 packet.setNextValueAsMethodID(constructorId);
125 packet.setNextValueAsInt(argumentsList.size()); // argCount
127 packet.setNextValueAsValue(value);
129 packet.setNextValueAsInt(0); // invoke options
130 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTestCase.java 62 CommandPacket packet = new CommandPacket( local
65 packet.setNextValueAsClassID(classID);
66 packet.setNextValueAsMethodID(methodID);
67 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror.performCommand(packet);
101 CommandPacket packet = new CommandPacket( local
104 packet.setNextValueAsClassID(classID);
105 packet.setNextValueAsMethodID(methodID);
106 ReplyPacket lineTableReply = debuggeeWrapper.vmMirror.performCommand(packet);
125 CommandPacket packet = new CommandPacket( local
128 packet.setNextValueAsClassID(classID)
149 CommandPacket packet = new CommandPacket( local
178 CommandPacket packet = new CommandPacket( local
    [all...]
ExceptionBaseTest.java 75 CommandPacket packet = new CommandPacket( local
78 packet.setNextValueAsThreadID(threadID);
79 packet.setNextValueAsInt(0);
80 packet.setNextValueAsInt(1);
81 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
InvokeMethodTest.java 56 CommandPacket packet = new CommandPacket( local
59 packet.setNextValueAsByte(JDWPConstants.EventKind.METHOD_ENTRY);
60 packet.setNextValueAsByte(JDWPConstants.SuspendPolicy.ALL);
61 packet.setNextValueAsInt(1); // number of modifiers.
62 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier.
63 packet.setNextValueAsReferenceTypeID(debuggeeTypeID);
64 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
108 packet = new CommandPacket(
111 packet.setNextValueAsInterfaceID(debuggeeInterfaceTypeID);
112 packet.setNextValueAsThreadID(targetThreadID)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
FramesTest.java 429 CommandPacket packet = new CommandPacket( local
432 packet.setNextValueAsThreadID(threadID);
433 packet.setNextValueAsInt(startFrame);
434 packet.setNextValueAsInt(length);
435 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
OwnedMonitorsStackDepthInfoTest.java 41 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID, local
43 packet.setNextValueAsThreadID(threadID);
45 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
ResumeTest.java 131 CommandPacket packet = null; local
147 packet = new CommandPacket(
150 packet.setNextValueAsThreadID(testedThreadsIDs[i]);
151 reply = debuggeeWrapper.vmMirror.performCommand(packet);
168 packet = new CommandPacket(
171 reply = debuggeeWrapper.vmMirror.performCommand(packet);
187 packet = new CommandPacket(
190 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[i]);
191 reply = debuggeeWrapper.vmMirror.performCommand(packet);
216 packet = new CommandPacket
    [all...]
SuspendCountTest.java 138 CommandPacket packet = new CommandPacket( local
141 packet.setNextValueAsThreadID(threadID);
142 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
160 packet = new CommandPacket(
163 packet.setNextValueAsThreadID(threadID);
164 reply = debuggeeWrapper.vmMirror.performCommand(packet);
175 packet = new CommandPacket(
178 packet.setNextValueAsThreadID(threadID);
179 reply = debuggeeWrapper.vmMirror.performCommand(packet);
193 packet = new CommandPacket
308 CommandPacket packet = new CommandPacket( local
    [all...]
ThreadGroup002Test.java 154 CommandPacket packet = null; local
171 packet = new CommandPacket(
174 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[threadCount]);
175 reply = debuggeeWrapper.vmMirror.performCommand(packet);
189 packet = new CommandPacket(
192 packet.setNextValueAsThreadID(testedThreadsIDs[threadCount]);
194 reply = debuggeeWrapper.vmMirror.performCommand(packet);
234 packet = new CommandPacket(
237 packet.setNextValueAsThreadID(threadGroupID);
239 reply = debuggeeWrapper.vmMirror.performCommand(packet);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllClassesTest.java 60 CommandPacket packet = new CommandPacket( local
63 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
124 * <BR>&nbsp;&nbsp; - All data were read from reply packet;
132 CommandPacket packet = new CommandPacket( local
135 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
AllClassesWithGenericTest.java 61 CommandPacket packet = new CommandPacket( local
64 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
129 * <BR>&nbsp;&nbsp; - All data were read from reply packet;
137 CommandPacket packet = new CommandPacket( local
140 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
Resume002Test.java 101 CommandPacket packet = new CommandPacket( local
104 packet.setNextValueAsThreadID(eventThreadID);
106 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
120 CommandPacket packet = new CommandPacket( local
123 packet.setNextValueAsThreadID(eventThreadID);
125 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
ResumeTest.java 237 CommandPacket packet = new CommandPacket( local
240 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
250 CommandPacket packet = new CommandPacket( local
253 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
362 CommandPacket packet = new CommandPacket( local
365 packet.setNextValueAsThreadID(threadInfo.threadId);
366 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 193 const rr::VertexPacket* packet = packets[packetNdx]; local
194 const tcu::Vec4 attribValue = rr::readVertexAttribFloat(inputs[attribNdx], packet->instanceNdx, packet->vertexNdx);
212 rr::VertexPacket* packet = packets[packetNdx]; local
214 packet->position[0] = access.component(0).asFloat(ndx);
215 packet->position[1] = access.component(1).asFloat(ndx);
216 packet->position[2] = access.component(2).asFloat(ndx);
217 packet->position[3] = access.component(3).asFloat(ndx);
234 rr::VertexPacket* const packet = packets[packetNdx]; member in class:deqp::gls::rr
235 float* const dst = packet->outputs[varNdx].getAccess<float>()
271 const rr::FragmentPacket& packet = packets[packetOffset+packetNdx]; local
    [all...]
  /external/eigen/Eigen/src/Core/
DiagonalProduct.h 75 EIGEN_STRONG_INLINE PacketScalar packet(Index row, Index col) const function in class:Eigen::DiagonalProduct
87 EIGEN_STRONG_INLINE PacketScalar packet(Index idx) const function in class:Eigen::DiagonalProduct
92 return packet<LoadMode>(int(StorageOrder)==ColMajor?idx:0,int(StorageOrder)==ColMajor?0:idx);
99 return internal::pmul(m_matrix.template packet<LoadMode>(row, col),
110 return internal::pmul(m_matrix.template packet<LoadMode>(row, col),
111 m_diagonal.diagonal().template packet<DiagonalVectorPacketLoadMode>(id));
MapBase.h 113 inline PacketScalar packet(Index rowId, Index colId) const function in class:Eigen::MapBase
120 inline PacketScalar packet(Index index) const function in class:Eigen::MapBase
Replicate.h 105 inline PacketScalar packet(Index rowId, Index colId) const function in class:Eigen::Replicate
114 return m_matrix.template packet<LoadMode>(actual_row, actual_col);
Reverse.h 145 inline const PacketScalar packet(Index row, Index col) const function in class:Eigen::Reverse
147 return reverse_packet::run(m_matrix.template packet<LoadMode>(
162 inline const PacketScalar packet(Index index) const function in class:Eigen::Reverse
164 return internal::preverse(m_matrix.template packet<LoadMode>( m_matrix.size() - index - PacketSize ));
  /external/libbrillo/brillo/streams/
fake_stream.cc 69 InputDataPacket packet; local
70 packet.data = std::move(data);
71 packet.delay_before = delay;
72 incoming_queue_.push(std::move(packet));
86 InputDataPacket packet; local
87 packet.data.assign(message.begin(), message.end());
88 packet.delay_before = delay;
89 packet.read_error = true;
90 incoming_queue_.push(std::move(packet));
103 OutputDataPacket packet; local
118 OutputDataPacket packet; local
136 OutputDataPacket packet; local
188 const InputDataPacket& packet = incoming_queue_.front(); local
253 const OutputDataPacket& packet = outgoing_queue_.front(); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 49 /* New (1.3) state mechanism. 3 commands (packet, scalar, vector) in
57 } packet[RADEON_MAX_STATE_PACKETS] = { variable in typeref:struct:__anon20357
163 return CP_PACKET0(packet[id].start, packet[id].len - 1);
372 OUT_BATCH(CP_PACKET0(packet[0].start, 3));
587 /* Fill in the packet headers:
    [all...]
  /external/ppp/pppd/
demand.c 64 struct packet { struct
66 struct packet *next;
70 struct packet *pend_q;
71 struct packet *pend_qtail;
138 struct packet *pkt, *nextpkt;
265 * We apply the active_filter to see if we want this packet to
273 struct packet *pkt;
283 pkt = (struct packet *) malloc(sizeof(struct packet) + len);
305 struct packet *pkt, *prev, *nextpkt
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
discovery.c 97 * packet -- a received PPPoE packet
99 * 1 if packet is for this PPPoE daemon; 0 otherwise.
101 * If we are using the Host-Unique tag, verifies that packet contains
105 packetIsForMe(PPPoEConnection *conn, PPPoEPacket *packet)
109 /* If packet is not directed to our MAC address, forget it */
110 if (memcmp(packet->ethHdr.h_dest, conn->myEth, ETH_ALEN)) return 0;
112 /* If we're not using the Host-Unique tag, then accept the packet */
115 parsePacket(packet, parseForHostUniq, &forMe);
131 * Picks interesting tags out of a PADO packet
265 PPPoEPacket packet; local
352 PPPoEPacket packet; local
452 PPPoEPacket packet; local
545 PPPoEPacket packet; local
    [all...]

Completed in 422 milliseconds

1 2 3 4 5 6 7 891011>>