Searched defs:Source (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/tools/aapt2/ |
H A D | Source.h | 2 * Copyright (C) 2015 The Android Open Source Project 32 struct Source { struct in namespace:aapt 36 Source() = default; 38 inline Source(const StringPiece& path) : path(path.toString()) { function in struct:aapt::Source 41 inline Source(const StringPiece& path, size_t line) : path(path.toString()), line(line) { function in struct:aapt::Source 44 inline Source withLine(size_t line) const { 45 return Source(path, line); 53 inline ::std::ostream& operator<<(::std::ostream& out, const Source& source) { 61 inline bool operator==(const Source& lhs, const Source [all...] |
/frameworks/compile/libbcc/lib/Core/ |
H A D | Source.cpp | 2 * Copyright 2012, The Android Open Source Project 17 #include "bcc/Source.h" 59 void Source::setModule(llvm::Module *pModule) { 64 Source *Source::CreateFromBuffer(BCCContext &pContext, 81 // the error check below or in ~Source() (since pNoDelete is false). 87 Source *result = CreateFromModule(pContext, pName, *module, /* pNoDelete */false); 95 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { 111 // the error check below or in ~Source() (sinc 144 Source::Source(const char* name, BCCContext &pContext, llvm::Module &pModule, function in class:bcc::Source [all...] |
/frameworks/compile/libbcc/include/bcc/ |
H A D | Source.h | 2 * 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, 69 static Source *CreateEmpty(BCCContext &pContext, const std::string &pName); 75 bool merge(Source &pSource); 107 ~Source(); [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | NuPlayerSource.h | 2 * Copyright (C) 2010 The Android Open Source Project 33 struct NuPlayer::Source : public AHandler { struct in class:android::NuPlayer 62 Source(const sp<AMessage> ¬ify) function in struct:android::NuPlayer::Source 126 virtual ~Source() {} 140 DISALLOW_EVIL_CONSTRUCTORS(Source);
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | VirtualDisplaySurface.h | 2 * Copyright 2013 The Android Open Source Project 96 enum Source {SOURCE_SINK = 0, SOURCE_SCRATCH = 1}; enum in class:android::VirtualDisplaySurface 135 static Source fbSourceForCompositionType(CompositionType type); 136 status_t dequeueBuffer(Source source, PixelFormat format, uint32_t usage, 148 static int mapSource2ProducerSlot(Source source, int sslot); 149 static int mapProducer2SourceSlot(Source source, int pslot); 247 static const char* dbgSourceStr(Source s);
|
Completed in 140 milliseconds