Home
last modified time | relevance | path

Searched refs:activeRequestId (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1975 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in syncWithDevice() local
1976 if (activeRequestId == 0) return OK; in syncWithDevice()
1978 res = mDevice->waitUntilRequestReceived(activeRequestId, kMaxSyncTimeout); in syncWithDevice()