OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:muteCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/java/android/media/
AudioService.java
426
final int oldIndex = (streamState.
muteCount
() != 0) ? streamState.mLastAudibleIndex : streamState.mIndex;
440
if (streamState.
muteCount
() != 0) {
468
final int oldIndex = (streamState.
muteCount
() != 0) ? streamState.mLastAudibleIndex : streamState.mIndex;
473
index = (streamState.
muteCount
() != 0) ? streamState.mLastAudibleIndex : streamState.mIndex;
507
if (streamState.
muteCount
() != 0) {
[
all
...]
/frameworks/base/libs/audioflinger/
AudioPolicyManagerBase.cpp
[
all
...]
Completed in 299 milliseconds