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

12

/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.cpp134 SoftOMXComponent *me = local
138 me->prepareForDestruction();
140 void *libHandle = me->libHandle();
142 CHECK_EQ(me->getStrongCount(), 1);
143 me->decStrong(this);
144 me = NULL;
/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/base/core/java/android/os/
H A DLooper.java112 final Looper me = myLooper();
113 if (me == null) {
116 final MessageQueue queue = me.mQueue;
131 Printer logging = me.mLogging;
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h45 static void ObserveWrapper(void *me, int msg, int ext1, int ext2);
H A DHDCP.cpp114 void HDCP::ObserveWrapper(void *me, int msg, int ext1, int ext2) { argument
115 static_cast<HDCP *>(me)->observe(msg, ext1, ext2);
/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/include/media/stagefright/
H A DMediaCodecList.h88 void *me, const char *name, const char **attrs);
90 static void EndElementHandlerWrapper(void *me, const char *name);
H A DAudioPlayer.h110 void *data, size_t size, void *me);
H A DCameraSourceTimeLapse.h151 static void *ThreadTimeLapseWrapper(void *me);
/frameworks/wilhelm/src/
H A Dlocks.c69 pthread_t me = pthread_self(); local
74 " (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
89 pthread_t me = pthread_self(); local
94 " %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
98 " state by pthread %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(),
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.h141 SfDelegate *me,
146 static void OnInitiateDisconnectWrapper(SfDelegate *me);
149 SfDelegate *me, void *data, size_t size);
H A Dsupport.cpp432 SfDelegate *me, GURL url,
435 me->onInitiateConnection(url, headers, offset);
488 void SfDelegate::OnInitiateDisconnectWrapper(SfDelegate *me) { argument
489 me->onInitiateDisconnect();
515 SfDelegate *me, void *data, size_t size) {
516 me->onInitiateRead(data, size);
431 OnInitiateConnectionWrapper( SfDelegate *me, GURL url, const KeyedVector<String8, String8> *headers, off64_t offset) argument
514 OnInitiateReadWrapper( SfDelegate *me, void *data, size_t size) argument
/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);
H A DNdefRecord.java753 boolean me = false;
755 while (!me) {
759 me = (flag & NdefRecord.FLAG_ME) != 0;
771 } else if (cf && me) {
895 void writeToByteBuffer(ByteBuffer buffer, boolean mb, boolean me) { argument
899 byte flags = (byte)((mb ? FLAG_MB : 0) | (me ? FLAG_ME : 0) |
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1059 private boolean openPopupIfRequired(MotionEvent me) { argument
1153 //mMiniKeyboard.onTouchEvent(getTranslatedEvent(me));
1181 public boolean onTouchEvent(MotionEvent me) { argument
1184 final int pointerCount = me.getPointerCount();
1185 final int action = me.getAction();
1187 final long now = me.getEventTime();
1193 me.getX(), me.getY(), me.getMetaState());
1198 result = onModifiedTouchEvent(me, tru
1222 onModifiedTouchEvent(MotionEvent me, boolean possiblePoly) argument
[all...]
/frameworks/av/media/libstagefright/include/
H A DChromiumHTTPDataSource.h103 ChromiumHTTPDataSource *me, void *data, size_t size);
H A DTimedEventQueue.h121 static void *ThreadWrapper(void *me);
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp41 static void usage(const char *me) { argument
46 me);
314 const char *me = argv[0]; local
352 usage(me);
361 usage(me);
H A Dstream.cpp150 static ssize_t WriteDataWrapper(void *me, const void *data, size_t size);
200 void *me, const void *data, size_t size) {
201 return static_cast<MyConvertingStreamSource *>(me)->writeData(data, size);
199 WriteDataWrapper( void *me, const void *data, size_t size) argument
H A Drecordvideo.cpp33 static void usage(const char *me) { argument
34 fprintf(stderr, "usage: %s\n", me);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp547 VeAudioOutput *me = (VeAudioOutput *)cookie; local
550 size_t actualSize = (*me->mCallback)(
551 me, buffer->raw, buffer->size, me->mCallbackCookie);
556 me->snoopWrite(buffer->raw, actualSize);
H A DVideoEditorAudioPlayer.h127 void *data, size_t size, void *me);
/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java260 MotionEvent me = MotionEvent.obtain(time, time, action, x, y, 0);
261 vt.addMovement(me);
262 me.recycle();
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp163 void *me, const char *name, const char **attrs) {
164 static_cast<MediaCodecList *>(me)->startElementHandler(name, attrs);
168 void MediaCodecList::EndElementHandlerWrapper(void *me, const char *name) { argument
169 static_cast<MediaCodecList *>(me)->endElementHandler(name);
162 StartElementHandlerWrapper( void *me, const char *name, const char **attrs) argument

Completed in 1613 milliseconds

12