Searched refs:class (Results 1 - 25 of 103) sorted by relevance

12345

/system/core/include/sysutils/
H A DServiceManager.h20 class ServiceManager {
H A DFrameworkCommand.h21 class SocketClient;
23 class FrameworkCommand {
H A DFrameworkListener.h22 class SocketClient;
24 class FrameworkListener : public SocketListener {
H A DNetlinkListener.h21 class NetlinkEvent;
23 class NetlinkListener : public SocketListener {
33 * ril.so. Their prebuilt ril.so is using this private class
H A DFrameworkClient.h8 class FrameworkClient {
/system/netd/
H A DClatdController.h20 class ClatdController {
H A DNetdCommand.h22 class NetdCommand : public FrameworkCommand {
H A DCommandListener.h36 class CommandListener : public FrameworkListener {
55 class SoftapCmd : public NetdCommand {
62 class InterfaceCmd : public NetdCommand {
69 class IpFwdCmd : public NetdCommand {
76 class TetherCmd : public NetdCommand {
83 class NatCmd : public NetdCommand {
90 class ListTtysCmd : public NetdCommand {
97 class PppdCmd : public NetdCommand {
104 class BandwidthControlCmd : public NetdCommand {
115 class IdletimerControlCm
[all...]
H A DNetlinkManager.h24 class NetlinkHandler;
26 class NetlinkManager {
/system/vold/
H A DCommandListener.h23 class CommandListener : public FrameworkListener {
31 class DumpCmd : public VoldCommand {
38 class VolumeCmd : public VoldCommand {
45 class AsecCmd : public VoldCommand {
54 class ObbCmd : public VoldCommand {
61 class StorageCmd : public VoldCommand {
68 class XwarpCmd : public VoldCommand {
75 class CryptfsCmd : public VoldCommand {
82 class FstrimCmd : public VoldCommand {
H A DVoldCommand.h22 class VoldCommand : public FrameworkCommand {
H A DExt4.h22 class Ext4 {
H A DXwarp.h22 class Xwarp {
H A DLoop.h23 class SocketClient;
25 class Loop {
H A DNetlinkManager.h23 class NetlinkHandler;
25 class NetlinkManager {
H A DDevmapper.h23 class SocketClient;
25 class Devmapper {
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVector.h36 * The main templated vector class ensuring type safety
38 * This is the class users want to use.
41 template <class TYPE>
42 class Vector : private VectorImpl
176 template<class TYPE> inline
187 template<class TYPE> inline
192 template<class TYPE> inline
197 template<class TYPE> inline
203 template<class TYPE> inline
209 template<class TYP
[all...]
H A DSortedVector.h33 template <class TYPE>
34 class SortedVector : private SortedVectorImpl
140 template<class TYPE> inline
151 template<class TYPE> inline
156 template<class TYPE> inline
161 template<class TYPE> inline
167 template<class TYPE> inline
173 template<class TYPE> inline
178 template<class TYPE> inline
184 template<class TYP
[all...]
/system/core/include/utils/
H A DFunctor.h24 class Functor {
H A DPrinter.h25 class Printer {
38 }; // class Printer
41 class LogPrinter : public Printer {
61 }; // class LogPrinter
64 class FdPrinter : public Printer {
83 }; // class FdPrinter
85 class String8;
88 class String8Printer : public Printer {
101 }; // class String8Printer
104 class PrefixPrinte
[all...]
H A DVector.h34 class SortedVector;
37 * The main templated vector class ensuring type safety
39 * This is the class users want to use.
42 template <class TYPE>
43 class Vector : private VectorImpl
218 template<class TYPE> inline
228 template<class TYPE> inline
233 template<class TYPE> inline
238 template<class TYPE> inline
243 template<class TYP
[all...]
H A DSortedVector.h34 template <class TYPE>
35 class SortedVector : private SortedVectorImpl
37 friend class Vector<TYPE>;
144 template<class TYPE> inline
154 template<class TYPE> inline
159 template<class TYPE> inline
164 template<class TYPE> inline
170 template<class TYPE> inline
176 template<class TYPE> inline
181 template<class TYP
[all...]
/system/extras/tests/bionic/libc/bionic/
H A Dlib_static_init.h4 class Foo {
/system/media/camera/docs/
H A Dhtml.mako131 <ul class="toc">
132 <li><a href="#tag_index" class="toc_section_header">Tags</a></li>
136 <span class="toc_section_header"><a href="#section_${section.name}">${section.name}</a></span>
137 <ul class="toc_section">
140 <span class="toc_kind_header">${kind.name}</span>
141 <ul class="toc_section">\
154 <table class="properties">
156 <thead class="thead_dummy">
158 <th class="th_name">Property Name</th>
159 <th class
[all...]
/system/extras/tests/memtest/
H A Dbandwidth.h23 class BandwidthBenchmark {
97 class CopyBandwidthBenchmark : public BandwidthBenchmark {
167 class CopyLdrdStrdBenchmark : public CopyBandwidthBenchmark {
221 class CopyLdmiaStmiaBenchmark : public CopyBandwidthBenchmark {
260 class CopyVld1Vst1Benchmark : public CopyBandwidthBenchmark {
303 class CopyVldrVstrBenchmark : public CopyBandwidthBenchmark {
360 class CopyVldmiaVstmiaBenchmark : public CopyBandwidthBenchmark {
401 class MemcpyBenchmark : public CopyBandwidthBenchmark {
416 class SingleBufferBandwidthBenchmark : public BandwidthBenchmark {
456 class WriteBandwidthBenchmar
[all...]

Completed in 272 milliseconds

12345