Home | History | Annotate | Download | only in api1

Lines Matching refs:maxId

1905 status_t Camera2Client::registerFrameListener(int32_t minId, int32_t maxId,
1907 return mFrameProcessor->registerListener(minId, maxId, listener, sendPartials);
1910 status_t Camera2Client::removeFrameListener(int32_t minId, int32_t maxId,
1912 return mFrameProcessor->removeListener(minId, maxId, listener);