Home
last modified time | relevance | path

Searched refs:newbuf (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduComposer.java345 mStack.newbuf(); in appendEncodedString()
549 mStack.newbuf(); in appendHeader()
638 mStack.newbuf(); in appendHeader()
909 mStack.newbuf(); // Switching buffer because we need to in makeMessageBody()
964 mStack.newbuf(); // Leaving space for header lengh and data length in makeMessageBody()
967 mStack.newbuf(); // Leaving space for Content-Type length in makeMessageBody()
1144 void newbuf() { in newbuf() method in PduComposer.BufferStack
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduComposer.java355 mStack.newbuf(); in appendEncodedString()
563 mStack.newbuf(); in appendHeader()
653 mStack.newbuf(); in appendHeader()
880 mStack.newbuf(); // Switching buffer because we need to in makeMessageBody()
941 mStack.newbuf(); // Leaving space for header lengh and data length in makeMessageBody()
944 mStack.newbuf(); // Leaving space for Content-Type length in makeMessageBody()
1111 void newbuf() { in newbuf() method in PduComposer.BufferStack
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DCXADemangle.tcc4946 char* newbuf = static_cast<char*>(std::realloc(buf, sz)); in __cxa_demangle() local
4947 if (newbuf == nullptr) in __cxa_demangle()
4954 buf = newbuf; in __cxa_demangle()