Searched refs:PLAYER_PIID_INVALID (Results 1 – 8 of 8) sorted by relevance
33 mPIId(PLAYER_PIID_INVALID), mLastReportedEvent(PLAYER_STATE_UNKNOWN), in PlayerBase()87 if (changed && (mPIId != PLAYER_PIID_INVALID)) { in servicePlayerEvent()95 && mPIId != PLAYER_PIID_INVALID) { in serviceReleasePlayer()
23 #define PLAYER_PIID_INVALID -1 macro
62 ALOGE("trackPlayer() failed, piid is %d", PLAYER_PIID_INVALID); in trackPlayer()63 return PLAYER_PIID_INVALID; in trackPlayer()
49 public static final int PLAYER_PIID_INVALID = -1; field in AudioPlaybackConfiguration
75 protected int mPlayerIId = AudioPlaybackConfiguration.PLAYER_PIID_INVALID;
1391 pAudioPlayer->mPIId = PLAYER_PIID_INVALID; in android_audioPlayer_create()
428 return id != AUDIO_UNIQUE_ID_ALLOCATE ? id : PLAYER_PIID_INVALID; in android_media_AudioSystem_newAudioPlayerId()
27285 Landroid/media/AudioPlaybackConfiguration;->PLAYER_PIID_INVALID:I