HomeSort by relevance Sort by last modified time
    Searched defs:PlayerBase (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libaudioclient/
PlayerBase.cpp 18 #include <media/PlayerBase.h>
28 PlayerBase::PlayerBase() : BnPlayer(),
33 ALOGD("PlayerBase::PlayerBase()");
37 ALOGE("PlayerBase(): binding to audio service failed, service up?");
44 PlayerBase::~PlayerBase() {
45 ALOGD("PlayerBase::~PlayerBase()");
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
PlayerBase.h 27 class PlayerBase : public ::android::media::BnPlayer
30 explicit PlayerBase();
31 virtual ~PlayerBase() override;
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 21 import android.media.PlayerBase;
167 PlayerBase.deprecateStreamTypeForPlayback(stream, "AsyncPlayer", "play()");
SoundPool.java 29 import android.media.PlayerBase;
114 public class SoundPool extends PlayerBase {
152 PlayerBase.deprecateStreamTypeForPlayback(streamType, "SoundPool", "SoundPool()");
386 // unlike other subclasses of PlayerBase, we are not calling
PlayerBase.java 48 public abstract class PlayerBase {
50 private static final String TAG = "PlayerBase";
62 // NEVER call into AudioService (see getService()) with mLock held: PlayerBase can run in
91 PlayerBase(@NonNull AudioAttributes attr, int implType) {
414 private final WeakReference<PlayerBase> mWeakPB;
416 public IAppOpsCallbackWrapper(PlayerBase pb) {
417 mWeakPB = new WeakReference<PlayerBase>(pb);
424 final PlayerBase pb = mWeakPB.get();
434 * Wrapper around an implementation of IPlayer for all subclasses of PlayerBase
435 * that doesn't keep a strong reference on PlayerBase
    [all...]
Ringtone.java 106 PlayerBase.deprecateStreamTypeForPlayback(streamType, "Ringtone", "setStreamType()");
AudioManager.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 25 import android.media.PlayerBase;
360 PlayerBase.deprecateStreamTypeForPlayback(stream, "NotificationPlayer", "play");
  /frameworks/base/core/java/android/app/
Notification.java 47 import android.media.PlayerBase;
    [all...]

Completed in 1160 milliseconds