Lines Matching refs:PlayerBase
30 PlayerBase::PlayerBase() : BnPlayer(), in PlayerBase() function in android::PlayerBase
47 PlayerBase::~PlayerBase() { in ~PlayerBase()
52 void PlayerBase::init(player_type_t playerType, audio_usage_t usage, audio_session_t sessionId) { in init()
61 void PlayerBase::triggerPortIdUpdate(audio_port_handle_t portId) const { in triggerPortIdUpdate()
75 void PlayerBase::baseDestroy() { in baseDestroy()
83 void PlayerBase::servicePlayerEvent(player_state_t event, audio_port_handle_t deviceId) { in servicePlayerEvent()
107 void PlayerBase::serviceReleasePlayer() { in serviceReleasePlayer()
115 void PlayerBase::reportEvent(player_state_t event, audio_port_handle_t deviceId) { in reportEvent()
119 void PlayerBase::baseUpdateDeviceId(audio_port_handle_t deviceId) { in baseUpdateDeviceId()
123 status_t PlayerBase::startWithStatus(audio_port_handle_t deviceId) { in startWithStatus()
133 status_t PlayerBase::pauseWithStatus() { in pauseWithStatus()
143 status_t PlayerBase::stopWithStatus() { in stopWithStatus()
156 binder::Status PlayerBase::start() { in start()
167 binder::Status PlayerBase::pause() { in pause()
174 binder::Status PlayerBase::stop() { in stop()
180 binder::Status PlayerBase::setVolume(float vol) { in setVolume()
194 binder::Status PlayerBase::setPan(float pan) { in setPan()
214 binder::Status PlayerBase::setStartDelayMs(int32_t delayMs __unused) { in setStartDelayMs()
219 binder::Status PlayerBase::applyVolumeShaper( in applyVolumeShaper()