Searched refs:next (Results 76 - 84 of 84) sorted by relevance

1234

/system/core/libdiskconfig/
H A Ddiskconfig.c98 for (partnode = root->first_child; partnode; partnode = partnode->next) {
/system/extras/librank/
H A Dlibrank.c40 struct library_info *next; member in struct:library_info
/system/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java336 branchOutPort.connectTo(inputPortIter.next());
/system/core/libcutils/
H A Dmq.c311 * Frees current packet and moves to the next one. Returns true if there is
312 * a next packet or false if the queue is empty.
326 OutgoingPacket* next = current->nextPacket; local
327 peerProxy->currentPacket = next;
330 if (next == NULL) {
339 // TODO: Start writing next packet? It would reduce the number of
506 // Success. Queue up the next packet.
886 // This packet is complete. Get ready for the next one.
987 // Get ready for the next packet.
/system/core/adb/
H A Dsysdeps.h195 fdevent *next; member in struct:fdevent
/system/media/mca/filterfw/native/core/
H A Dshader_program.cpp58 static inline float AdjustRatio(float current, float next) { argument
59 return (current + next) / 2.0;
/system/netd/
H A DBandwidthController.cpp167 char *next = buffer; local
197 while ((tmp = strsep(&next, " "))) {
/system/core/sh/
H A Dinit.c917 char *nextc; /* next char in buffer */
934 struct redirtab *next; member in struct:redirtab
/system/vold/
H A Dcryptfs.c412 tgt->next = crypt_params - buffer;

Completed in 851 milliseconds

1234