Home
last modified time | relevance | path

Searched defs:maxId (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp49 int32_t maxId, const wp<FilteredListener>& listener, bool sendPartials) { in registerListener()
71 int32_t maxId, in removeListener()
DFrameProcessorBase.h68 int32_t maxId; member
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1918 status_t Camera2Client::registerFrameListener(int32_t minId, int32_t maxId, in registerFrameListener()
1923 status_t Camera2Client::removeFrameListener(int32_t minId, int32_t maxId, in removeFrameListener()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DGridLayoutManagerTest.java612 final int[] maxId = new int[1]; in movingAGroupOffScreenForAddedItems() local