Searched refs:activeRequestId (Results 1 – 1 of 1) sorted by relevance
1975 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in syncWithDevice() local1976 if (activeRequestId == 0) return OK; in syncWithDevice()1978 res = mDevice->waitUntilRequestReceived(activeRequestId, kMaxSyncTimeout); in syncWithDevice()