Searched refs:readerAsync (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/ |
H A D | AImageReaderVendorTest.cpp | 573 bool readerAsync, int pictureCount) { in takePictures() argument 578 readerAsync); in takePictures() 627 for (auto& readerAsync : {true, false}) { in testTakePicturesNative() 630 readerAsync, pictureCount)) { in testTakePicturesNative() 633 readerUsage, readerMaxImages, readerAsync, pictureCount); in testTakePicturesNative() 742 bool readerAsync = false; in testLogicalCameraPhysicalStream() local 748 readerMaxImages, readerAsync); in testLogicalCameraPhysicalStream()
|
/aosp12/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/ |
H A D | SpeedMeasurementController.java | 150 ReaderThread readerAsync = new ReaderThread(mDevice, mUsbConnection, TEST_MODE_ASYNC); in runAsyncTest() local 152 runTest(writerAsync, readerAsync, TEST_MODE_ASYNC, bufferSize); in runAsyncTest()
|