Home | History | Annotate | Download | only in jni

Lines Matching defs:generation

1193     unsigned int generation;
1200 // get the port count and all the ports until they both return the same generation
1227 &generation);
1228 ALOGV("listAudioPorts AudioSystem::listAudioPorts numPorts %d generation %d generation1 %d",
1229 numPorts, generation, generation1);
1230 } while (generation1 != generation && status == NO_ERROR);
1419 unsigned int generation;
1431 // get the patch count and all the patches until they both return the same generation
1456 &generation);
1457 ALOGV("listAudioPatches AudioSystem::listAudioPatches numPatches %d generation %d generation1 %d",
1458 numPatches, generation, generation1);
1460 } while (generation1 != generation && status == NO_ERROR);