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

  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 101 mCurrentSection = SECTION_TOPLEVEL;
178 switch (mCurrentSection) {
182 mCurrentSection = SECTION_DECODERS;
184 mCurrentSection = SECTION_ENCODERS;
195 mCurrentSection = SECTION_DECODER;
206 mCurrentSection = SECTION_ENCODER;
234 switch (mCurrentSection) {
238 mCurrentSection = SECTION_TOPLEVEL;
246 mCurrentSection = SECTION_TOPLEVEL;
254 mCurrentSection = SECTION_DECODERS
    [all...]
  /frameworks/av/include/media/stagefright/
MediaCodecList.h 75 Section mCurrentSection;
  /frameworks/base/core/java/android/widget/
FastScroller.java 157 private int mCurrentSection = -1;
745 if (transitionPreviewLayout(mCurrentSection)) {
    [all...]

Completed in 32 milliseconds