Searched refs:mStack (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/libs/utils/
H A DCallStack.cpp36 memcpy(mStack, rhs.mStack, mCount * sizeof(backtrace_frame_t));
46 memcpy(mStack, rhs.mStack, mCount * sizeof(backtrace_frame_t));
54 return !mCount || memcmp(mStack, rhs.mStack, mCount * sizeof(backtrace_frame_t)) == 0;
64 return memcmp(mStack, rhs.mStack, mCount * sizeof(backtrace_frame_t)) < 0;
74 return memcmp(mStack, rhs.mStack, mCoun
[all...]
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduComposer.java103 private BufferStack mStack = null; field in class:PduComposer
139 mStack = new BufferStack();
338 mStack.newbuf();
339 PositionMarker start = mStack.mark();
345 mStack.pop();
347 mStack.copy();
541 mStack.newbuf();
542 PositionMarker fstart = mStack.mark();
555 mStack.pop();
557 mStack
[all...]
/frameworks/native/include/utils/
H A DCallStack.h66 backtrace_frame_t mStack[MAX_DEPTH]; member in class:android::CallStack
/frameworks/rs/
H A DrsObjectBase.cpp33 mStack.update(2);
44 mStack.dump();
116 mStack.dump();
H A DrsObjectBase.h93 CallStack mStack; member in class:android::renderscript::ObjectBase
/frameworks/support/renderscript/v8/rs_support/
H A DrsObjectBase.cpp33 mStack.update(2);
44 mStack.dump();
116 mStack.dump();
H A DrsObjectBase.h93 CallStack mStack; member in class:android::renderscript::ObjectBase
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp606 CHECK(!mStack.isEmpty());
607 uint32_t ptype = mStack.itemAt(mStack.size() - 1).mType;
734 IndentString(mStack.size()), Fourcc2String(type));
750 IndentString(mStack.size()), Fourcc2String(type));
760 IndentString(mStack.size()),
1035 mStack.push(container);
1039 CHECK(!mStack.isEmpty());
1040 const Container &container = mStack.itemAt(mStack
[all...]
/frameworks/base/core/java/android/os/
H A DParcel.java191 private RuntimeException mStack; field in class:Parcel
296 p.mStack = new RuntimeException();
310 if (DEBUG_RECYCLE) mStack = null;
2169 p.mStack = new RuntimeException();
2181 mStack = new RuntimeException();
2183 //Log.i(TAG, "Initializing obj=0x" + Integer.toHexString(obj), mStack);
2215 if (mStack != null) {
2216 Log.w(TAG, "Client did not call Parcel.recycle()", mStack);
/frameworks/av/media/libstagefright/include/
H A DFragmentedMP4Parser.h170 Vector<Container> mStack; member in struct:android::FragmentedMP4Parser

Completed in 1511 milliseconds