Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DPlayerBase.h52 void reportEvent(player_state_t event, audio_port_handle_t deviceId);
80 void servicePlayerEvent(player_state_t event, audio_port_handle_t deviceId);
88 player_state_t mLastReportedEvent;
/aosp12/frameworks/av/media/libaudioclient/
H A DPlayerBase.cpp69 void PlayerBase::servicePlayerEvent(player_state_t event, audio_port_handle_t deviceId) { in servicePlayerEvent()
101 void PlayerBase::reportEvent(player_state_t event, audio_port_handle_t deviceId) { in reportEvent()
/aosp12/frameworks/native/include/audiomanager/
H A DAudioManager.h41 } player_state_t; typedef
H A DIAudioManager.h54 /*oneway*/ virtual status_t playerEvent(audio_unique_id_t piid, player_state_t event,
/aosp12/frameworks/native/services/audiomanager/
H A DIAudioManager.cpp89 virtual status_t playerEvent(audio_unique_id_t piid, player_state_t event, in playerEvent()
/aosp12/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp52 inline void audioManagerPlayerEvent(CAudioPlayer* ap, android::player_state_t event, in audioManagerPlayerEvent()