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

/frameworks/av/media/img_utils/include/img_utils/
H A DOutput.h30 class ANDROID_API Output { class in namespace:android::img_utils
32 virtual ~Output();
35 * Open this Output.
51 * Close this Output. It is not valid to call open on a previously closed Output.
/frameworks/av/media/img_utils/src/
H A DOutput.cpp18 #include <img_utils/Output.h>
23 Output::~Output() {}
24 status_t Output::open() { return OK; }
25 status_t Output::close() { return OK; }
/frameworks/base/media/mca/filterfw/native/core/
H A Dstatistics.h60 float Output() const { return value_; } function in class:android::filterfw::RCFilter
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h61 class Output { class in class:mcld::SectionMap
73 Output(const std::string& pName);
74 Output(const OutputSectDesc& pOutputDesc);
140 bool operator()(const Output* LHS, const Output* RHS) const
144 typedef std::pair<const Output*, const Input*> const_mapping;
145 typedef std::pair<Output*, Input*> mapping;
147 typedef std::vector<Output*> OutputDescList;
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp70 // SectionMap::Output
72 SectionMap::Output::Output(const std::string& pName) function in class:SectionMap::Output
95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc) function in class:SectionMap::Output
108 bool SectionMap::Output::hasContent() const
113 SectionMap::Output::const_dot_iterator
114 SectionMap::Output::find_first_explicit_dot() const
123 SectionMap::Output::dot_iterator SectionMap::Output
[all...]

Completed in 2535 milliseconds