Searched refs:activeRequestId (Results 1 – 1 of 1) sorted by relevance
781 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in startPreviewL() local782 if (activeRequestId != 0) { in startPreviewL()802 if (activeRequestId != 0) { in startPreviewL()2096 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in syncWithDevice() local2097 if (activeRequestId == 0) return OK; in syncWithDevice()2099 res = mDevice->waitUntilRequestReceived(activeRequestId, kMaxSyncTimeout); in syncWithDevice()