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.cpp42 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.cpp368 mWhich = which;
378 mWhich = which;
387 listener->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, mWhich);
389 ALOGW("listener for process %d death is gone", mWhich);
398 listener->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, mWhich);
400 ALOGW("listener for process %d death is gone", mWhich);
H A DMediaRecorderClient.h56 int mWhich; member in class:android::MediaRecorderClient::ServiceDeathNotifier
H A DMediaPlayerService.cpp656 mWhich = which;
666 mWhich = which;
675 listener->sendEvent(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, mWhich);
677 ALOGW("listener for process %d death is gone", mWhich);
686 listener->sendEvent(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, mWhich);
688 ALOGW("listener for process %d death is gone", mWhich);
H A DMediaPlayerService.h414 int mWhich; member in class:android::MediaPlayerService::Client::ServiceDeathNotifier
/frameworks/base/core/java/android/app/
H A DInstrumentation.java518 private final IntentFilter mWhich; field in class:Instrumentation.ActivityMonitor
546 mWhich = which;
568 mWhich = null;
585 mWhich = null;
606 return mWhich;
712 if (mWhich != null
713 && 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.cpp229 thiz->mSndFile.mWhich = 0;

Completed in 178 milliseconds