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
64 SourceLine Source::line(size_t line) const {
72 inline ::std::ostream& operator<<(::std::ostream& out, const Source& source) {
/frameworks/compile/libbcc/include/bcc/
H A DSource.h2 * Copyright 2010-2012, The Android Open Source Project
30 class Source { class in namespace:bcc
40 Source(const char* name, BCCContext &pContext, llvm::Module &pModule,
44 static Source *CreateFromBuffer(BCCContext &pContext,
49 static Source *CreateFromFile(BCCContext &pContext,
52 // Create a Source object from an existing module. If pNoDelete
54 static Source *CreateFromModule(BCCContext &pContext,
59 static Source *CreateEmpty(BCCContext &pContext, const std::string &pName);
65 bool merge(Source &pSource);
85 ~Source();
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp2 * Copyright 2012, The Android Open Source Project
17 #include "bcc/Source.h"
55 void Source::setModule(llvm::Module *pModule) {
60 Source *Source::CreateFromBuffer(BCCContext &pContext,
79 Source *result = CreateFromModule(pContext, pName, *module, /* pNoDelete */false);
87 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) {
105 Source *result = CreateFromModule(pContext, pPath.c_str(), *module, /* pNoDelete */false);
113 Source *Sourc
131 Source::Source(const char* name, BCCContext &pContext, llvm::Module &pModule, function in class:bcc::Source
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h2 * Copyright (C) 2010 The Android Open Source Project
33 struct NuPlayer::Source : public AHandler { struct in class:android::NuPlayer
64 Source(const sp<AMessage> &notify) function in struct:android::NuPlayer::Source
126 virtual ~Source() {}
140 DISALLOW_EVIL_CONSTRUCTORS(Source);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h2 * Copyright 2013 The Android Open Source Project
93 enum Source {SOURCE_SINK = 0, SOURCE_SCRATCH = 1}; enum in class:android::VirtualDisplaySurface
125 static Source fbSourceForCompositionType(CompositionType type);
126 status_t dequeueBuffer(Source source, PixelFormat format, uint32_t usage,
138 static int mapSource2ProducerSlot(Source source, int sslot);
139 static int mapProducer2SourceSlot(Source source, int pslot);
237 static const char* dbgSourceStr(Source s);

Completed in 167 milliseconds