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

/frameworks/base/core/java/android/content/
H A DUriMatcher.java128 mWhich = -1;
136 mWhich = -1;
178 child.mWhich = NUMBER;
180 child.mWhich = TEXT;
182 child.mWhich = EXACT;
224 switch (n.mWhich) {
261 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/base/core/java/android/app/
H A DInstrumentation.java418 private final IntentFilter mWhich; field in class:Instrumentation.ActivityMonitor
445 mWhich = which;
466 mWhich = null;
476 return mWhich;
561 if (mWhich != null
562 && 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.c228 thiz->mSndFile.mWhich = 0;

Completed in 766 milliseconds