OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SingleStateQueue
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libmedia/
SingleStateQueueInstantiations.cpp
17
#include <media/
SingleStateQueue
.h>
25
template class
SingleStateQueue
<StaticAudioTrackState>; // typedef StaticAudioTrackSingleStateQueue
26
template class
SingleStateQueue
<AudioTimestamp>; // typedef AudioTimestampSingleStateQueue
SingleStateQueue.cpp
20
#include <media/
SingleStateQueue
.h>
24
template<typename T>
SingleStateQueue
<T>::Mutator::Mutator(Shared *shared)
31
template<typename T> int32_t
SingleStateQueue
<T>::Mutator::push(const T& value)
45
template<typename T> bool
SingleStateQueue
<T>::Mutator::ack()
50
template<typename T> bool
SingleStateQueue
<T>::Mutator::ack(int32_t sequence)
56
template<typename T>
SingleStateQueue
<T>::Observer::Observer(Shared *shared)
63
template<typename T> bool
SingleStateQueue
<T>::Observer::poll(T& value)
96
template<typename T>
SingleStateQueue
<T>::
SingleStateQueue
(void /*Shared*/ *shared)
Android.mk
63
LOCAL_SRC_FILES +=
SingleStateQueue
.cpp
/frameworks/av/include/media/
SingleStateQueue.h
27
template<typename T> class
SingleStateQueue
{
87
SingleStateQueue
(void /*Shared*/ *shared);
88
/*virtual*/ ~
SingleStateQueue
() { }
/frameworks/av/include/media/nbaio/
MonoPipe.h
23
#include <media/
SingleStateQueue
.h>
27
typedef
SingleStateQueue
<AudioTimestamp> AudioTimestampSingleStateQueue;
/frameworks/av/include/private/media/
AudioTrackShared.h
27
#include <media/
SingleStateQueue
.h>
63
typedef
SingleStateQueue
<StaticAudioTrackState> StaticAudioTrackSingleStateQueue;
Completed in 251 milliseconds