HomeSort by relevance Sort by last modified time
    Searched full:mutils (Results 1 - 4 of 4) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 131 private HashMap<Integer, ContactLocaleUtilsBase> mUtils =
176 ContactLocaleUtilsBase utils = mUtils.get(nameStyle);
180 mUtils.put(nameStyle, utils);
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
frameparser.h 64 H264_Utils *mutils; member in class:frame_parse
  /hardware/qcom/media/mm-video/vidc/vdec/src/
frameparser.cpp 49 frame_parse::frame_parse():mutils(NULL),
66 if (mutils)
67 delete mutils;
69 mutils = NULL;
omx_vdec.cpp     [all...]

Completed in 55 milliseconds