Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DRingtone.java80 private MediaPlayer mLocalPlayer; field in Ringtone
185 if (mLocalPlayer == null) { in preferBuiltinDevice()
217 mLocalPlayer.prepare(); in createLocalMediaPlayer()
266 return mLocalPlayer != null; in hasLocalPlayer()
355 if (mLocalPlayer != null) { in applyPlaybackProperties_sync()
502 if (mLocalPlayer != null) { in play()
539 if (mLocalPlayer != null) { in stop()
551 if (mLocalPlayer != null) { in destroyLocalPlayer()
557 mLocalPlayer.reset(); in destroyLocalPlayer()
559 mLocalPlayer = null; in destroyLocalPlayer()
[all …]