Searched refs:me (Results 1 - 25 of 65) sorted by relevance

123

/frameworks/compile/libbcc/lib/
H A DRSEmbedInfo.cpp71 bcinfo::MetadataExtractor me(module);
72 if (!me.extract()) {
77 size_t exportVarCount = me.getExportVarCount();
78 size_t exportFuncCount = me.getExportFuncCount();
79 size_t exportForEachCount = me.getExportForEachSignatureCount();
80 size_t exportReduceCount = me.getExportReduceCount();
81 size_t objectSlotCount = me.getObjectSlotCount();
82 size_t pragmaCount = me.getPragmaCount();
83 const char **exportVarNameList = me.getExportVarNameList();
84 const char **exportFuncNameList = me
[all...]
H A DCompiler.cpp371 bcinfo::MetadataExtractor me(&module);
372 if (!me.extract()) {
401 size_t exportVarCount = me.getExportVarCount();
402 size_t exportFuncCount = me.getExportFuncCount();
403 size_t exportForEachCount = me.getExportForEachSignatureCount();
404 size_t exportReduceCount = me.getExportReduceCount();
405 const char **exportVarNameList = me.getExportVarNameList();
406 const char **exportFuncNameList = me.getExportFuncNameList();
407 const char **exportForEachNameList = me.getExportForEachNameList();
408 const bcinfo::MetadataExtractor::Reduce *exportReduceList = me
[all...]
H A DRSAddDebugInfoPass.cpp58 bcinfo::MetadataExtractor me(&Module);
59 if (!me.extract()) {
64 const size_t nForEachKernels = me.getExportForEachSignatureCount();
65 const char **forEachKernels = me.getExportForEachNameList();
67 me.getExportReduceList();
68 const size_t nReductions = me.getExportReduceCount();
H A DRSCompilerDriver.cpp94 bcinfo::MetadataExtractor me(&pScript.getSource().getModule());
95 if (!me.extract()) {
99 bool script_full_prec = (me.getRSFloatPrecision() == bcinfo::RS_FP_Full);
420 bcinfo::MetadataExtractor me(&module);
421 me.extract();
422 if (me.getRSFloatPrecision() == bcinfo::RS_FP_Relaxed) {
/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp114 Mutexed<ProtectedState>::Locked me(mProtectedState);
115 if (me->mState != INIT) {
124 me->mState = STARTED;
125 me->mQueuedInputEOS = false;
126 me->mGotOutputEOS = false;
128 me->mState = ERROR;
135 Mutexed<ProtectedState>::Locked me(mProtectedState);
136 if (me->mState != STARTED) {
141 me->mState = STOPPING;
142 while (me
198 doRead( Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options) argument
[all...]
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp116 SoftOMXComponent *me = local
120 return me->sendCommand(cmd, param, data);
128 SoftOMXComponent *me = local
132 return me->getParameter(index, params);
140 SoftOMXComponent *me = local
144 return me->setParameter(index, params);
152 SoftOMXComponent *me = local
156 return me->getConfig(index, params);
164 SoftOMXComponent *me = local
168 return me
176 SoftOMXComponent *me = local
191 SoftOMXComponent *me = local
205 SoftOMXComponent *me = local
217 SoftOMXComponent *me = local
228 SoftOMXComponent *me = local
239 SoftOMXComponent *me = local
250 SoftOMXComponent *me = local
[all...]
H A DSoftOMXPlugin.cpp141 SoftOMXComponent *me = local
145 me->prepareForDestruction();
147 void *libHandle = me->libHandle();
149 CHECK_EQ(me->getStrongCount(), 1);
150 me->decStrong(this);
151 me = NULL;
/frameworks/base/core/java/android/os/
H A DLooper.java130 final Looper me = myLooper();
131 if (me == null) {
134 final MessageQueue queue = me.mQueue;
149 final Printer logging = me.mLogging;
155 final long slowDispatchThresholdMs = me.mSlowDispatchThresholdMs;
157 final long traceTag = me.mTraceTag;
/frameworks/av/media/mtp/
H A DMtpDevHandle.cpp50 int sendEvent(mtp_event me);
79 int MtpDevHandle::sendEvent(mtp_event me) { argument
80 return ioctl(mFd, MTP_SEND_EVENT, reinterpret_cast<unsigned long>(&me));
H A DIMtpHandle.h32 virtual int sendEvent(mtp_event me) = 0;
H A DMtpFfsHandle.h60 int sendEvent(mtp_event me);
/frameworks/base/core/java/com/android/internal/util/
H A DCharSequences.java113 * @param me The CharSequence that receives the compareTo call.
117 public static int compareToIgnoreCase(CharSequence me, CharSequence another) { argument
119 int myLen = me.length(), anotherLen = another.length();
124 if ((result = Character.toLowerCase(me.charAt(myPos++))
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DFastScroller.java411 public void onTouchEvent(RecyclerView recyclerView, MotionEvent me) { argument
416 if (me.getAction() == MotionEvent.ACTION_DOWN) {
417 boolean insideVerticalThumb = isPointInsideVerticalThumb(me.getX(), me.getY());
418 boolean insideHorizontalThumb = isPointInsideHorizontalThumb(me.getX(), me.getY());
422 mHorizontalDragX = (int) me.getX();
425 mVerticalDragY = (int) me.getY();
429 } else if (me.getAction() == MotionEvent.ACTION_UP && mState == STATE_DRAGGING) {
434 } else if (me
[all...]
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
H A DMultipartTest.java50 MultipartEntity me = new MultipartEntity(parts);
52 me.writeTo(os);
53 Header h = me.getContentType();
54 String boundry = EncodingUtils.getAsciiString(me.getMultipartBoundary());
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp38 static void usage(const char *me) { argument
41 " <input video file>\n", me);
229 const char *me = argv[0]; local
291 usage(me);
300 usage(me);
/frameworks/wilhelm/src/
H A Dlocks.cpp82 pthread_t me = pthread_self(); local
87 " (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
102 pthread_t me = pthread_self(); local
107 " %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
111 " state by pthread %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(),
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h126 void *me, const char *name, const char **attrs);
128 static void EndElementHandlerWrapper(void *me, const char *name);
H A DAudioPlayer.h107 void *data, size_t size, void *me,
/frameworks/av/include/media/vndk/xmlparser/1.0/
H A DMediaCodecsXmlParser.h111 void *me, const char *name, const char **attrs);
113 static void EndElementHandlerWrapper(void *me, const char *name);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodecList.h126 void *me, const char *name, const char **attrs);
128 static void EndElementHandlerWrapper(void *me, const char *name);
/frameworks/av/media/libstagefright/include/
H A DMediaCodecList.h126 void *me, const char *name, const char **attrs);
128 static void EndElementHandlerWrapper(void *me, const char *name);
/frameworks/base/core/java/android/nfc/
H A DNdefMessage.java198 boolean me = (i == mRecords.length - 1); // last record
199 mRecords[i].writeToByteBuffer(buffer, mb, me);
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h57 static void ObserveWrapper(void *me, int msg, int ext1, int ext2);
H A DHDCP.cpp162 void HDCP::ObserveWrapper(void *me, int msg, int ext1, int ext2) { argument
163 static_cast<HDCP *>(me)->observe(msg, ext1, ext2);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1055 private boolean openPopupIfRequired(MotionEvent me) { argument
1149 //mMiniKeyboard.onTouchEvent(getTranslatedEvent(me));
1177 public boolean onTouchEvent(MotionEvent me) { argument
1180 final int pointerCount = me.getPointerCount();
1181 final int action = me.getAction();
1183 final long now = me.getEventTime();
1189 me.getX(), me.getY(), me.getMetaState());
1194 result = onModifiedTouchEvent(me, tru
1218 onModifiedTouchEvent(MotionEvent me, boolean possiblePoly) argument
[all...]

Completed in 427 milliseconds

123