Searched defs:StaticAudioTrackState (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/include/private/media/
H A DAudioTrackShared.h71 struct StaticAudioTrackState { struct in namespace:android
90 typedef SingleStateQueue<StaticAudioTrackState> StaticAudioTrackSingleStateQueue;
101 // It is smaller than StaticAudioTrackState to prevent unnecessary information from
448 StaticAudioTrackState mState; // last communicated state to server
624 status_t updateStateWithLoop(StaticAudioTrackState *localState,
625 const StaticAudioTrackState &update) const;
626 status_t updateStateWithPosition(StaticAudioTrackState *localState,
627 const StaticAudioTrackState &update) const;
639 StaticAudioTrackState mState; // Server side state. Any updates from client must be

Completed in 759 milliseconds