Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:maxId

1555 status_t Camera2Client::registerFrameListener(int32_t minId, int32_t maxId,
1557 return mFrameProcessor->registerListener(minId, maxId, listener);
1560 status_t Camera2Client::removeFrameListener(int32_t minId, int32_t maxId,
1562 return mFrameProcessor->removeListener(minId, maxId, listener);