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

/frameworks/base/tools/aapt2/
H A DSource.h2 * Copyright (C) 2015 The Android Open Source Project
33 struct Source { struct in namespace:aapt
37 Source() = default;
39 inline Source(const android::StringPiece& path) : path(path.to_string()) { // NOLINT(implicit) function in struct:aapt::Source
42 inline Source(const android::StringPiece& path, size_t line) function in struct:aapt::Source
45 inline Source WithLine(size_t line) const { return Source(path, line); }
52 inline ::std::ostream& operator<<(::std::ostream& out, const Source& source) {
60 inline bool operator==(const Source& lhs, const Source
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DSource.h2 * Copyright 2010-2012, The Android Open Source Project
34 class Source { class in namespace:bcc
50 Source(const char* name, BCCContext &pContext, llvm::Module &pModule,
54 static Source *CreateFromBuffer(BCCContext &pContext,
59 static Source *CreateFromFile(BCCContext &pContext,
62 // Create a Source object from an existing module. If pNoDelete
64 static Source *CreateFromModule(BCCContext &pContext,
75 bool merge(Source &pSource);
112 ~Source();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h2 * Copyright (C) 2010 The Android Open Source Project
34 struct NuPlayer::Source : public AHandler { struct in class:android::NuPlayer
65 explicit Source(const sp<AMessage> &notify) function in struct:android::NuPlayer::Source
150 virtual ~Source() {}
166 DISALLOW_EVIL_CONSTRUCTORS(Source);
/frameworks/compile/libbcc/lib/
H A DSource.cpp2 * Copyright 2012, The Android Open Source Project
17 #include "bcc/Source.h"
86 unsigned Source::getCompilerVersion() const {
90 void Source::getWrapperInformation(unsigned *compilerVersion,
97 void Source::setModule(llvm::Module *pModule) {
102 Source *Source::CreateFromBuffer(BCCContext &pContext,
119 // the error check below or in ~Source() (since pNoDelete is false).
128 Source *result = CreateFromModule(pContext, pName, *module,
138 Source *Sourc
197 Source::Source(const char* name, BCCContext &pContext, llvm::Module &pModule, function in class:bcc::Source
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h2 * Copyright 2013 The Android Open Source Project
97 enum Source {SOURCE_SINK = 0, SOURCE_SCRATCH = 1}; enum in class:android::VirtualDisplaySurface
137 static Source fbSourceForCompositionType(CompositionType type);
138 status_t dequeueBuffer(Source source, PixelFormat format, uint32_t usage,
150 static int mapSource2ProducerSlot(Source source, int sslot);
151 static int mapProducer2SourceSlot(Source source, int pslot);
251 static const char* dbgSourceStr(Source s);

Completed in 3857 milliseconds