Searched refs:userContext (Results 1 – 1 of 1) sorted by relevance
2388 intptr_t userContext = -1; in nativeImageReaderTestBase() local2389 ret = ACaptureRequest_getUserContext(completedRequests[i], (void**) &userContext); in nativeImageReaderTestBase()2395 if (userContext != i) { in nativeImageReaderTestBase()2397 "Expect %" PRIdPTR ", got %" PRIdPTR, cameraId, i, userContext); in nativeImageReaderTestBase()