Searched refs:mWhich (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/
H A DUriMatcher.java132 mWhich = -1;
140 mWhich = -1;
195 child.mWhich = NUMBER;
197 child.mWhich = TEXT;
199 child.mWhich = EXACT;
239 switch (n.mWhich) {
276 private int mWhich; field in class:UriMatcher
/frameworks/wilhelm/src/desktop/
H A DSndFile.c42 short *pBuffer = &thiz->mBuffer[thiz->mWhich * SndFile_BUFSIZE];
43 if (++thiz->mWhich >= SndFile_NUMBUFS) {
44 thiz->mWhich = 0;
177 thiz->mSndFile.mWhich = 0;
222 audioPlayer->mSndFile.mWhich = 0;
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp344 mWhich = which;
354 listener->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, mWhich);
356 ALOGW("listener for process %d death is gone", mWhich);
H A DMediaRecorderClient.h43 int mWhich; member in class:android::MediaRecorderClient::ServiceDeathNotifier
H A DMediaPlayerService.h356 int mWhich; member in class:android::MediaPlayerService::Client::ServiceDeathNotifier
H A DMediaPlayerService.cpp651 mWhich = which;
661 listener->sendEvent(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, mWhich);
663 ALOGW("listener for process %d death is gone", mWhich);
/frameworks/base/core/java/android/app/
H A DInstrumentation.java442 private final IntentFilter mWhich; field in class:Instrumentation.ActivityMonitor
469 mWhich = which;
490 mWhich = null;
500 return mWhich;
585 if (mWhich != null
586 && mWhich.match(who.getContentResolver(), intent,
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h275 SLuint32 mWhich; // which buffer to use next member in struct:SndFile
/frameworks/wilhelm/src/itf/
H A DIEngine.c229 thiz->mSndFile.mWhich = 0;

Completed in 141 milliseconds