Home
last modified time | relevance | path

Searched refs:mProcess (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/
DIPCThreadState.cpp356 return mProcess; in process()
467 if (mProcess->mDriverFD < 0) in flushCommands()
483 pthread_mutex_lock(&mProcess->mThreadCountLock); in blockUntilThreadAvailable()
484 while (mProcess->mExecutingThreadsCount >= mProcess->mMaxThreads) { in blockUntilThreadAvailable()
486 static_cast<unsigned long>(mProcess->mExecutingThreadsCount), in blockUntilThreadAvailable()
487 static_cast<unsigned long>(mProcess->mMaxThreads)); in blockUntilThreadAvailable()
488 pthread_cond_wait(&mProcess->mThreadCountDecrement, &mProcess->mThreadCountLock); in blockUntilThreadAvailable()
490 pthread_mutex_unlock(&mProcess->mThreadCountLock); in blockUntilThreadAvailable()
508 pthread_mutex_lock(&mProcess->mThreadCountLock); in getAndExecuteCommand()
509 mProcess->mExecutingThreadsCount++; in getAndExecuteCommand()
[all …]
/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java69 return mKey.mProcess; in getProcessName()
174 .append(" ").append(mKey.mProcess).append("/").append(mKey.mUid); in toString()
194 String mProcess; field in AssociationState.SourceKey
204 mProcess = process; in SourceKey()
213 return s.mUid == mUid && Objects.equals(s.mProcess, mProcess) in equals()
219 return Integer.hashCode(mUid) ^ (mProcess == null ? 0 : mProcess.hashCode()) in hashCode()
229 sb.append(mProcess); in toString()
283 mTmpSourceKey.mProcess = processName; in startSource()
394 stats.writeCommonString(out, key.mProcess); in writeToParcel()
467 if (procName.equals(key.mProcess) || procName.equals(key.mPackage)) { in hasProcessOrPackage()
[all …]
/frameworks/base/core/java/com/android/internal/app/
DDumpHeapActivity.java55 String mProcess; field in DumpHeapActivity
64 mProcess = getIntent().getStringExtra(KEY_PROCESS); in onCreate()
102 messageId, mProcess, DebugUtils.sizeValueToString(mSize, null))); in onCreate()
/frameworks/native/include/binder/
DIPCThreadState.h171 const sp<ProcessState> mProcess; variable
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h171 const sp<ProcessState> mProcess; variable