Searched refs:activeRequestId (Results 1 – 1 of 1) sorted by relevance
786 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in startPreviewL() local787 if (activeRequestId != 0) { in startPreviewL()807 if (activeRequestId != 0) { in startPreviewL()2114 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in syncWithDevice() local2115 if (activeRequestId == 0) return OK; in syncWithDevice()2117 res = mDevice->waitUntilRequestReceived(activeRequestId, kMaxSyncTimeout); in syncWithDevice()2294 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in waitUntilCurrentRequestIdLocked() local2295 if (activeRequestId != 0) { in waitUntilCurrentRequestIdLocked()2296 auto res = waitUntilRequestIdApplied(activeRequestId, in waitUntilCurrentRequestIdLocked()