Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DVideoView.java140 private int mAudioFocusType = AudioManager.AUDIOFOCUS_GAIN; // legacy focus gain field in VideoView
313 mAudioFocusType = focusGain; in setAudioFocusRequest()
382 if (mAudioFocusType != AudioManager.AUDIOFOCUS_NONE) { in openVideo()
384 mAudioManager.requestAudioFocus(null, mAudioAttributes, mAudioFocusType, 0 /*flags*/); in openVideo()
552 if (mAudioFocusType != AudioManager.AUDIOFOCUS_NONE) {
720 if (mAudioFocusType != AudioManager.AUDIOFOCUS_NONE) { in release()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallAudioRouteStateMachine.java320 if (mAudioFocusType != NO_FOCUS && msg.arg1 == NO_FOCUS) { in processMessage()
322 } else if (mAudioFocusType == NO_FOCUS && msg.arg1 != NO_FOCUS) { in processMessage()
325 mAudioFocusType = msg.arg1; in processMessage()
393 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()
600 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()
1169 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()
1406 private int mAudioFocusType = NO_FOCUS; field in CallAudioRouteStateMachine
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt74199 Landroid/widget/VideoView;->mAudioFocusType:I