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