Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp786 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in startPreviewL() local
787 if (activeRequestId != 0) { in startPreviewL()
807 if (activeRequestId != 0) { in startPreviewL()
2114 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in syncWithDevice() local
2115 if (activeRequestId == 0) return OK; in syncWithDevice()
2117 res = mDevice->waitUntilRequestReceived(activeRequestId, kMaxSyncTimeout); in syncWithDevice()
2294 int32_t activeRequestId = mStreamingProcessor->getActiveRequestId(); in waitUntilCurrentRequestIdLocked() local
2295 if (activeRequestId != 0) { in waitUntilCurrentRequestIdLocked()
2296 auto res = waitUntilRequestIdApplied(activeRequestId, in waitUntilCurrentRequestIdLocked()