Home | History | Annotate | Download | only in api1

Lines Matching refs:maxId

1656 status_t Camera2Client::registerFrameListener(int32_t minId, int32_t maxId,
1658 return mFrameProcessor->registerListener(minId, maxId, listener);
1661 status_t Camera2Client::removeFrameListener(int32_t minId, int32_t maxId,
1663 return mFrameProcessor->removeListener(minId, maxId, listener);