Searched refs:counter (Results 1 - 5 of 5) sorted by relevance

/system/extras/tests/bionic/libc/bionic/
H A Dlib_static_init.cpp7 value = ++Foo::counter;
8 fprintf(stderr, "Foo::Foo for this=%p called (counter = %d)\n", this, counter);
16 int Foo::counter; member in class:Foo
H A Dlib_static_init.h7 static int counter; member in class:Foo
/system/media/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp151 SLuint16 counter = 0; local
272 while ((counter*1000) < durationInMsec) {
273 counter++;
278 counter);
281 fprintf(stderr, "position is %dms %ds after start\n", posInMsec, counter);
286 if (((SLint32)posInMsec > (counter*1000 + TIME_TOLERANCE_MS)) ||
287 ((SLint32)posInMsec < (counter*1000 - TIME_TOLERANCE_MS))) {
/system/media/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp67 static int counter=0; variable
176 counter++;
180 if (counter % 1000 == 0) {
184 printf("DecPlayCallback called (iteration %d): current position=%u ms\n", counter, msec);
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h1359 uint8_t counter; member in struct:__anon133

Completed in 282 milliseconds