Inheritance diagram for media::PlayerImplementation::Private< Parent >:
Collaboration diagram for media::PlayerImplementation::Private< Parent >:Public Attributes | |
| media::PlayerImplementation< Parent > * | parent |
| media::PlayerImplementation< Parent >::Configuration | config |
| media::power::StateController::Lock< media::power::DisplayState >::Ptr | display_state_lock |
| media::power::StateController::Lock< media::power::SystemState >::Ptr | system_state_lock |
| std::shared_ptr< Engine > | engine |
| std::shared_ptr< media::TrackListImplementation > | track_list |
| std::atomic< int > | system_wakelock_count |
| std::atomic< int > | display_wakelock_count |
| Engine::State | previous_state |
| core::Signal | on_client_disconnected |
| core::Connection | engine_state_change_connection |
| core::Connection | engine_playback_status_change_connection |
| std::mutex | doing_go_to_track |
| std::atomic< bool > | doing_abandon |
Definition at line 50 of file player_implementation.cpp.
|
inline |
Definition at line 61 of file player_implementation.cpp.
References MH_INFO.
|
inline |
Definition at line 103 of file player_implementation.cpp.
|
inline |
Definition at line 228 of file player_implementation.cpp.
References MH_INFO, MH_TRACE, and MH_WARNING.
|
inline |
Definition at line 270 of file player_implementation.cpp.
|
inline |
Definition at line 264 of file player_implementation.cpp.
|
inline |
Definition at line 340 of file player_implementation.cpp.
|
inline |
Definition at line 426 of file player_implementation.cpp.
References core::ubuntu::media::ServiceSkeleton::is_current_player().
Here is the call graph for this function:
|
inline |
Definition at line 437 of file player_implementation.cpp.
|
inline |
Definition at line 285 of file player_implementation.cpp.
|
inline |
Definition at line 189 of file player_implementation.cpp.
References MH_INFO.
|
inline |
Definition at line 120 of file player_implementation.cpp.
References MH_DEBUG, MH_INFO, core::ubuntu::media::Player::paused, core::ubuntu::media::Player::playing, core::ubuntu::media::Player::ready, and core::ubuntu::media::Player::stopped.
|
inline |
Definition at line 299 of file player_implementation.cpp.
|
inline |
Definition at line 304 of file player_implementation.cpp.
References MH_INFO, and core::ubuntu::media::PlayerImplementation< Parent >::track_list().
Here is the call graph for this function:
|
inline |
Definition at line 402 of file player_implementation.cpp.
References core::ubuntu::media::PlayerImplementation< Parent >::key(), and core::ubuntu::media::ServiceSkeleton::pause_other_sessions().
Here is the call graph for this function:
|
inline |
Definition at line 198 of file player_implementation.cpp.
References MH_INFO, MH_TRACE, and MH_WARNING.
|
inline |
Definition at line 442 of file player_implementation.cpp.
References core::ubuntu::media::ServiceSkeleton::reset_current_player().
Here is the call graph for this function:
|
inline |
Definition at line 414 of file player_implementation.cpp.
References core::ubuntu::media::PlayerImplementation< Parent >::key(), and core::ubuntu::media::ServiceSkeleton::set_current_player().
Here is the call graph for this function:
|
inline |
Definition at line 371 of file player_implementation.cpp.
References MH_WARNING, and core::ubuntu::media::PlayerImplementation< Parent >::track_list().
Here is the call graph for this function:
|
inline |
Definition at line 319 of file player_implementation.cpp.
References MH_INFO, and core::ubuntu::media::PlayerImplementation< Parent >::track_list().
Here is the call graph for this function:| media::PlayerImplementation<Parent>::Configuration media::PlayerImplementation::Private< Parent >::config |
Definition at line 457 of file player_implementation.cpp.
| media::power::StateController::Lock<media::power::DisplayState>::Ptr media::PlayerImplementation::Private< Parent >::display_state_lock |
Definition at line 458 of file player_implementation.cpp.
| std::atomic<int> media::PlayerImplementation::Private< Parent >::display_wakelock_count |
Definition at line 464 of file player_implementation.cpp.
| std::atomic<bool> media::PlayerImplementation::Private< Parent >::doing_abandon |
Definition at line 471 of file player_implementation.cpp.
| std::mutex media::PlayerImplementation::Private< Parent >::doing_go_to_track |
Definition at line 470 of file player_implementation.cpp.
| std::shared_ptr<Engine> media::PlayerImplementation::Private< Parent >::engine |
Definition at line 461 of file player_implementation.cpp.
| core::Connection media::PlayerImplementation::Private< Parent >::engine_playback_status_change_connection |
Definition at line 468 of file player_implementation.cpp.
| core::Connection media::PlayerImplementation::Private< Parent >::engine_state_change_connection |
Definition at line 467 of file player_implementation.cpp.
| core::Signal media::PlayerImplementation::Private< Parent >::on_client_disconnected |
Definition at line 466 of file player_implementation.cpp.
| media::PlayerImplementation<Parent>* media::PlayerImplementation::Private< Parent >::parent |
Definition at line 455 of file player_implementation.cpp.
| Engine::State media::PlayerImplementation::Private< Parent >::previous_state |
Definition at line 465 of file player_implementation.cpp.
| media::power::StateController::Lock<media::power::SystemState>::Ptr media::PlayerImplementation::Private< Parent >::system_state_lock |
Definition at line 459 of file player_implementation.cpp.
| std::atomic<int> media::PlayerImplementation::Private< Parent >::system_wakelock_count |
Definition at line 463 of file player_implementation.cpp.
| std::shared_ptr<media::TrackListImplementation> media::PlayerImplementation::Private< Parent >::track_list |
Definition at line 462 of file player_implementation.cpp.