OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticAudioTrackState
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/private/media/
AudioTrackShared.h
71
struct
StaticAudioTrackState
{
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
/frameworks/av/media/libaudioclient/
AudioTrackShared.cpp
[
all
...]
Completed in 41 milliseconds