Searched defs:mDepth (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tools/aapt/
H A Dpseudolocalize.h33 PseudoMethodAccent() : mDepth(0), mWordCount(0), mLength(0) {}
39 size_t mDepth; member in class:PseudoMethodAccent
/frameworks/rs/rsov/driver/
H A DrsovAllocation.h65 uint32_t getDepth() const { return mDepth; }
74 const uint32_t mDepth; member in class:android::renderscript::rsov::RSoVAllocation
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h110 int32_t mDepth; member in struct:android::MediaCodecList
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodecList.h110 int32_t mDepth; member in struct:android::MediaCodecList
/frameworks/av/media/libstagefright/include/
H A DMediaCodecList.h110 int32_t mDepth; member in struct:android::MediaCodecList
/frameworks/av/include/media/vndk/xmlparser/1.0/
H A DMediaCodecsXmlParser.h94 int32_t mDepth; member in class:android::MediaCodecsXmlParser
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java47 private int mDepth; field in class:LayoutParserWrapper
81 dataDepth = mDepth;
83 mFinalDepth = mDepth;
90 if (mDepth <= dataDepth) {
119 mDepth = mDelegate.getDepth();
139 depth = mDepth;
160 return mPeeked ? mDepth : mDelegate.getDepth();
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.h254 uint32_t mDepth; member in struct:android::spirit::Extent3D
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java141 return mDepth;
248 mDepth--;
253 mDepth++;
467 private int mDepth = 0; field in class:XmlBlock.Parser
/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java193 private int mDepth; field in class:ProtoOutputStream
2146 mDepth++;
2157 mExpectedObjectToken = makeToken(getTagSize(id), repeated, mDepth, mNextObjectId, sizePos);
2187 if ((mDepth & 0x01ff) != depth || mExpectedObjectToken != token) {
2191 + " Current depth " + mDepth
2200 mDepth--;
2451 if (mDepth != 0) {
2452 throw new IllegalArgumentException("Trying to compact with " + mDepth
2622 if (mDepth != 0) {
/frameworks/wilhelm/src/
H A Ditfstruct.h157 SLmillimeter mDepth; member in struct:__anon2119::__anon2120

Completed in 732 milliseconds