Searched refs:mDesc (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSession.cpp45 mDesc = desc;
51 for (size_t i = 1; i < mDesc->countTracks(); ++i) {
53 if (!mDesc->findAttribute(i, "c=", &connection)) {
55 if (!mDesc->findAttribute(0, "c=", &connection)) {
71 sp<APacketSource> source = new APacketSource(mDesc, i);
89 rtpSocket, rtcpSocket, mDesc, i, notify, false /* injected */);
200 mDesc->getFormat(index, &format);
H A DARTPSession.h56 sp<ASessionDescription> mDesc; member in struct:android::ARTPSession
/frameworks/base/core/java/android/text/
H A DBoringLayout.java198 mDesc = spacing + metrics.top;
200 mDesc = spacing + metrics.ascent;
337 return mDesc;
398 c.drawText(mDirect, 0, mBottom - mDesc, mPaint);
417 /* package */ int mBottom, mDesc; // for Direct field in class:BoringLayout
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter2.java85 private String mDesc; field in class:DelegateMethodAdapter2
130 mDesc = desc;
232 Type[] argTypes = Type.getArgumentTypes(mDesc);
245 Type.getReturnType(mDesc),
254 Type returnType = Type.getReturnType(mDesc);

Completed in 1272 milliseconds