Searched refs:testFd (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libaaudio/examples/write_sine/src/ |
D | write_sine.cpp | 56 int testFd = -1; in main() local 115 testFd = open("/data/aaudio_temp.raw", O_CREAT | O_RDWR, S_IRWXU); in main() 116 printf("testFd = %d, pid = %d\n", testFd, getpid()); in main() 226 testFd, fcntl(testFd, F_GETFD)); in main() 229 testFd, fcntl(testFd, F_GETFD)); in main() 230 if (::close(testFd) != 0) { in main() 232 testFd, strerror(errno)); in main() 234 printf("testFd = %d, fcntl after close() returns 0x%08X\n", testFd, fcntl(testFd, F_GETFD)); in main()
|
/frameworks/base/media/tests/LoudnessCodecApiTest/src/com/android/loudnesscodecapitest/ |
D | LoudnessCodecControllerTest.java | 226 AssetFileDescriptor testFd = InstrumentationRegistry.getInstrumentation().getContext() in createAndConfigureMediaCodec() local 233 extractor.setDataSource(testFd.getFileDescriptor(), testFd.getStartOffset(), in createAndConfigureMediaCodec() 234 testFd.getLength()); in createAndConfigureMediaCodec() 245 testFd.close(); in createAndConfigureMediaCodec()
|
/frameworks/base/native/graphics/jni/fuzz/ |
D | fuzz_imagedecoder.cpp | 37 constexpr char testFd[] = "tempFd"; in init() local 38 int32_t fileDesc = open(testFd, O_RDWR | O_CREAT | O_TRUNC); in init()
|