Searched defs:me (Results 1 - 25 of 31) sorted by relevance

12

/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/av/media/libmediaplayerservice/
H A DHDCP.cpp134 void HDCP::ObserveWrapper(void *me, int msg, int ext1, int ext2) { argument
135 static_cast<HDCP *>(me)->observe(msg, ext1, ext2);
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp136 SoftOMXComponent *me = local
140 me->prepareForDestruction();
142 void *libHandle = me->libHandle();
144 CHECK_EQ(me->getStrongCount(), 1);
145 me->decStrong(this);
146 me = NULL;
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...]
/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp193 void *AMRWriter::ThreadWrapper(void *me) { argument
194 return (void *) static_cast<AMRWriter *>(me)->threadFunc();
H A DTimedEventQueue.cpp183 void *TimedEventQueue::ThreadWrapper(void *me) { argument
187 static_cast<TimedEventQueue *>(me)->threadEntry();
H A DAACWriter.cpp202 void *AACWriter::ThreadWrapper(void *me) { argument
203 return (void *) static_cast<AACWriter *>(me)->threadFunc();
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
H A DAudioPlayer.cpp311 AudioPlayer *me = (AudioPlayer *)cookie; local
313 return me->fillBuffer(buffer, size);
/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/cmds/stagefright/
H A Dcodec.cpp42 static void usage(const char *me) { argument
47 me);
315 const char *me = argv[0]; local
353 usage(me);
362 usage(me);
H A Dmuxer.cpp34 static void usage(const char *me) { argument
37 " <input video file>\n", me);
208 const char *me = argv[0]; local
263 usage(me);
272 usage(me);
H A Drecordvideo.cpp33 static void usage(const char *me) { argument
34 fprintf(stderr, "usage: %s\n", me);
H A Dstream.cpp151 static ssize_t WriteDataWrapper(void *me, const void *data, size_t size);
201 void *me, const void *data, size_t size) {
202 return static_cast<MyConvertingStreamSource *>(me)->writeData(data, size);
200 WriteDataWrapper( void *me, const void *data, size_t size) argument
H A Dsf2.cpp550 static void usage(const char *me) { argument
551 fprintf(stderr, "usage: %s\n", me);
H A Dstagefright.cpp591 static void usage(const char *me) { argument
592 fprintf(stderr, "usage: %s [options] [input_filename]\n", me);
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp252 ChromiumHTTPDataSource *me, void *data, size_t size) {
253 me->initiateRead(data, size);
251 InitiateRead( ChromiumHTTPDataSource *me, void *data, size_t size) argument
H A Dsupport.cpp455 SfDelegate *me, GURL url,
458 me->onInitiateConnection(url, headers, offset);
511 void SfDelegate::OnInitiateDisconnectWrapper(SfDelegate *me) { argument
512 me->onInitiateDisconnect();
538 SfDelegate *me, void *data, size_t size) {
539 me->onInitiateRead(data, size);
454 OnInitiateConnectionWrapper( SfDelegate *me, GURL url, const KeyedVector<String8, String8> *headers, off64_t offset) argument
537 OnInitiateReadWrapper( SfDelegate *me, void *data, size_t size) argument
/frameworks/av/media/libstagefright/wifi-display/
H A Dwfd.cpp38 static void usage(const char *me) { argument
43 me);
/frameworks/base/core/java/android/nfc/
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/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.cpp582 VideoEditorAudioPlayer *me = (VideoEditorAudioPlayer *)cookie; local
584 return me->fillBuffer(buffer, size);
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);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp784 static void usage(const char *me) { argument
794 " for additional debug and progress information.", me);
805 const char *me = argv[0]; local
833 usage(me);
844 "with \"%s -s %lu\"\n", me, seed);
/frameworks/base/core/java/android/widget/
H A DFastScroller.java752 boolean onTouchEvent(MotionEvent me) { argument
757 final int action = me.getAction();
760 if (isPointInside(me.getX(), me.getY())) {
765 mInitialTouchY = me.getY();
775 int newThumbY = (int) me.getY() - mThumbH + 10;
807 final float y = me.getY();
826 int newThumbY = (int) me.getY() - mThumbH + 10;
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp269 jobject me = env->CallObjectMethod( local
271 env->DeleteLocalRef(me);
272 me = NULL;

Completed in 610 milliseconds

12