Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp50 int32_t maxId, wp<FilteredListener> listener, bool sendPartials) { in registerListener()
72 int32_t maxId, in removeListener()
DFrameProcessorBase.h68 int32_t maxId; member
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1941 status_t Camera2Client::registerFrameListener(int32_t minId, int32_t maxId, in registerFrameListener()
1946 status_t Camera2Client::removeFrameListener(int32_t minId, int32_t maxId, in removeFrameListener()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DGridLayoutManagerTest.java279 final int[] maxId = new int[1]; in testMovingAGroupOffScreenForAddedItems() local