Searched refs:maxId (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DFrameProcessor.h48 // Register a listener for a range of IDs [minId, maxId). Multiple listeners
50 status_t registerListener(int32_t minId, int32_t maxId, wp<FilteredListener> listener);
51 status_t removeListener(int32_t minId, int32_t maxId, wp<FilteredListener> listener);
64 int32_t maxId; member in struct:android::camera2::FrameProcessor::RangeListener
H A DFrameProcessor.cpp40 int32_t maxId, wp<FilteredListener> listener) {
43 __FUNCTION__, minId, maxId);
44 RangeListener rListener = { minId, maxId, listener };
50 int32_t maxId, wp<FilteredListener> listener) {
55 item->maxId == maxId &&
150 frameId < item->maxId) {
39 registerListener(int32_t minId, int32_t maxId, wp<FilteredListener> listener) argument
49 removeListener(int32_t minId, int32_t maxId, wp<FilteredListener> listener) argument
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.h110 status_t registerFrameListener(int32_t minId, int32_t maxId,
112 status_t removeFrameListener(int32_t minId, int32_t maxId,
H A DCamera2Client.cpp1495 status_t Camera2Client::registerFrameListener(int32_t minId, int32_t maxId, argument
1497 return mFrameProcessor->registerListener(minId, maxId, listener);
1500 status_t Camera2Client::removeFrameListener(int32_t minId, int32_t maxId, argument
1502 return mFrameProcessor->removeListener(minId, maxId, listener);
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c1834 int32_t maxId, id, roAmount, j; local
1844 maxId = drm_getMaxIdFromUidTxt();
1845 if (-1 == maxId)
1848 for (id = 1; id <= maxId; id++) {
1889 int32_t maxId, id, roAmount, j; local
1897 maxId = drm_getMaxIdFromUidTxt();
1898 if (-1 == maxId)
1901 for (id = 1; id <= maxId; id++) {

Completed in 237 milliseconds