Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3484 int modeOwnerPid = mSetModeDeathHandlers.isEmpty() in requestScoState() local
3486 if (modeOwnerPid != 0 && (modeOwnerPid != mCreatorPid)) { in requestScoState()
3488 + modeOwnerPid + " != creatorPid " + mCreatorPid); in requestScoState()