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

  /frameworks/av/media/vndk/xmlparser/1.0/
MediaCodecsXmlParser.cpp 317 bool outside = !inType && mCurrentType == mCodecInfos[mCurrentName].mTypes.end();
373 mCurrentType = mCodecInfos[mCurrentName].mTypes.end();
515 mCurrentType = info->mTypes.begin();
518 mCurrentType = findTypeInfo(*info, type);
519 if (mCurrentType == info->mTypes.end()) {
530 mCurrentType = --info->mTypes.end();
531 mCurrentType->mName = type;
601 mCurrentType = findTypeInfo(*info, name);
603 if (mCurrentType != info->mTypes.end()) {
608 mCurrentType = --info->mTypes.end()
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTaskController.java 33 private int mCurrentType;
82 return mCurrentType++;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
CachedPathIteratorFactory.java 287 private int mCurrentType;
339 getShapeEndPoint(mCurrentType, mCurrentCoords, mLastPoint);
344 mCurrentType = mTypes[mNextIndex];
347 if (mOffsetLength > 0f && (mCurrentType == SEG_CUBICTO || mCurrentType == SEG_QUADTO)) {
362 if (mCurrentType == SEG_CUBICTO) {
379 System.arraycopy(mCurrentCoords, 0, coords, 0, getNumberOfPoints(mCurrentType) * 2);
380 return mCurrentType;
420 mCurrentType = PathIterator.SEG_MOVETO;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
HumanInteractionClassifier.java 55 private int mCurrentType = Classifier.GENERIC;
115 mCurrentType = type;
131 if (mCurrentType == Classifier.NOTIFICATION_DRAG_DOWN) {
169 float e = c.getFalseTouchEvaluation(mCurrentType, stroke);
188 float e = c.getFalseTouchEvaluation(mCurrentType);
  /frameworks/av/include/media/vndk/xmlparser/1.0/
MediaCodecsXmlParser.h 103 std::vector<TypeInfo>::iterator mCurrentType;

Completed in 460 milliseconds