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

/frameworks/av/media/libmediaplayerservice/
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
/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/
H A Dsles_allinclusive.h275 SLuint32 mWhich; // which buffer to use next member in struct:SndFile
/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,

Completed in 307 milliseconds