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
630 status_t updateStateWithLoop(StaticAudioTrackState *localState,
631 const StaticAudioTrackState &update) const;
632 status_t updateStateWithPosition(StaticAudioTrackState *localState,
633 const StaticAudioTrackState &update) const;
645 StaticAudioTrackState mState; // Server side state. Any updates from client must be

Completed in 47 milliseconds