Home
last modified time | relevance | path

Searched refs:StaticAudioTrackState (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/private/media/
DAudioTrackShared.h73 struct StaticAudioTrackState { struct
92 typedef SingleStateQueue<StaticAudioTrackState> StaticAudioTrackSingleStateQueue; argument
464 StaticAudioTrackState mState; // last communicated state to server
674 status_t updateStateWithLoop(StaticAudioTrackState *localState,
675 const StaticAudioTrackState &update) const;
676 status_t updateStateWithPosition(StaticAudioTrackState *localState,
677 const StaticAudioTrackState &update) const;
689 StaticAudioTrackState mState; // Server side state. Any updates from client must be
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp1018 StaticAudioTrackState *localState, const StaticAudioTrackState &update) const in updateStateWithLoop()
1051 StaticAudioTrackState *localState, const StaticAudioTrackState &update) const in updateStateWithPosition()
1067 StaticAudioTrackState state; in pollPosition()
1069 StaticAudioTrackState trystate = mState; in pollPosition()