Searched refs:activeRequestId (Results 1 – 1 of 1) sorted by relevance
785 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in startPreviewL() local786 if (activeRequestId != 0) { in startPreviewL()806 if (activeRequestId != 0) { in startPreviewL()2100 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in syncWithDevice() local2101 if (activeRequestId == 0) return OK; in syncWithDevice()2103 res = mDevice->waitUntilRequestReceived(activeRequestId, kMaxSyncTimeout); in syncWithDevice()