OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThrottledSource
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
ThrottledSource.cpp
17
#include "include/
ThrottledSource
.h"
24
ThrottledSource
::
ThrottledSource
(
34
ssize_t
ThrottledSource
::readAt(off64_t offset, void *data, size_t size) {
/frameworks/av/media/libstagefright/include/
ThrottledSource.h
26
struct
ThrottledSource
: public DataSource {
27
ThrottledSource
(
77
ThrottledSource
(const
ThrottledSource
&);
78
ThrottledSource
&operator=(const
ThrottledSource
&);
Completed in 636 milliseconds