Searched refs:testFd (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaaudio/examples/write_sine/src/ |
D | write_sine.cpp | 54 int testFd = -1; in main() local 103 testFd = open("/data/aaudio_temp.raw", O_CREAT | O_RDWR, S_IRWXU); in main() 104 printf("testFd = %d, pid = %d\n", testFd, getpid()); in main() 187 testFd, fcntl(testFd, F_GETFD)); in main() 190 testFd, fcntl(testFd, F_GETFD)); in main() 191 if (::close(testFd) != 0) { in main() 193 testFd, strerror(errno)); in main() 195 printf("testFd = %d, fcntl after close() returns 0x%08X\n", testFd, fcntl(testFd, F_GETFD)); in main()
|