Searched refs:dummy (Results 1 - 7 of 7) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_getcpuclockid.c82 void* dummy; local
83 pthread_join( threads[nn], &dummy );
H A Dtest_pthread_mutex.c323 void* dummy; local
339 TZERO(pthread_join(th1, &dummy));
340 TZERO(pthread_join(th2, &dummy));
/system/core/libcutils/
H A Dzygote.c189 int dummy; local
190 err = read(fd, &dummy, sizeof(dummy));
/system/extras/tests/sdcard/
H A Dsysutil.cpp477 char dummy; local
478 size = sizeof(dummy);
486 s = read(readfd, &dummy, size);
571 char dummy; local
575 size = sizeof(dummy);
579 ssize_t s = write(writefd, &dummy, size);
/system/core/adb/
H A Djdwp_service.c321 char dummy = '!'; local
324 iov.iov_base = &dummy;
/system/extras/tests/memtest/
H A Dmemtest.cpp732 int dummy = 0; local
734 *(volatile long long*)&dummy = 0;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
H A DroamingMngr.c1875 UINT8 dummy; local
1879 apConn_preAuthenticate(pRoamingMngr->hAPConnection, (bssList_t *)&dummy, 0);
2067 UINT8 dummy; local
2070 apConn_preAuthenticate(pRoamingMngr->hAPConnection, (bssList_t *)&dummy, 0);

Completed in 146 milliseconds