Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.h267 int GetNumEntries();
DExynosCameraHWInterface2.cpp325 int RequestManager::GetNumEntries() in GetNumEntries() function in android::RequestManager
1506 …tting [SIGNAL_MAIN_REQ_Q_NOT_EMPTY] current(%d)", __FUNCTION__, m_requestManager->GetNumEntries()); in notifyRequestQueueNotEmpty()
1512 if (m_requestManager->GetNumEntries() == 0) in notifyRequestQueueNotEmpty()
1650 inProgressCount = m_requestManager->GetNumEntries(); in getInProgressCount()