HomeSort by relevance Sort by last modified time
    Searched refs:minId (Results 1 - 16 of 16) sorted by null

  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.h 46 // Register a listener for a range of IDs [minId, maxId). Multiple listeners
50 status_t registerListener(int32_t minId, int32_t maxId,
53 status_t removeListener(int32_t minId, int32_t maxId,
67 int32_t minId;
FrameProcessorBase.cpp 49 status_t FrameProcessorBase::registerListener(int32_t minId,
54 if (item->minId == minId &&
65 __FUNCTION__, minId, maxId);
66 RangeListener rListener = { minId, maxId, listener, sendPartials };
71 status_t FrameProcessorBase::removeListener(int32_t minId,
77 if (item->minId == minId &&
205 if (requestId >= item->minId && requestId < item->maxId &&
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 120 status_t registerFrameListener(int32_t minId, int32_t maxId,
123 status_t removeFrameListener(int32_t minId, int32_t maxId,
Camera2Client.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SecureAlbum.java 133 private ArrayList<Integer> queryExistingIds(Uri uri, int minId, int maxId) {
135 if (minId == Integer.MAX_VALUE || maxId == Integer.MIN_VALUE) return ids;
137 String[] selectionArgs = {String.valueOf(minId), String.valueOf(maxId)};
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotView.js 529 var minId = event.data.minId;
533 this._constructorsDataGrid.setSelectionRange(minId, maxId);
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 1280 milliseconds