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

/frameworks/compile/libbcc/include/bcc/
H A DSource.h2 * Copyright 2010-2012, The Android Open Source Project
30 class Source { class in namespace:bcc
39 Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete = false);
42 static Source *CreateFromBuffer(BCCContext &pContext,
47 static Source *CreateFromFile(BCCContext &pContext,
50 // Create a Source object from an existing module. If pNoDelete
52 static Source *CreateFromModule(BCCContext &pContext,
56 static Source *CreateEmpty(BCCContext &pContext, const std::string &pName);
60 bool merge(Source &pSource, bool pPreserveSource = false);
78 ~Source();
[all...]
/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
59 Source(const sp<AMessage> &notify) function in struct:android::NuPlayer::Source
117 virtual ~Source() {}
130 DISALLOW_EVIL_CONSTRUCTORS(Source);
/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,
80 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false);
88 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) {
107 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false);
115 Source *Sourc
133 Source::Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete) function in class:bcc::Source
[all...]
/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
122 static Source fbSourceForCompositionType(CompositionType type);
123 status_t dequeueBuffer(Source source, uint32_t format, uint32_t usage,
135 static int mapSource2ProducerSlot(Source source, int sslot);
136 static int mapProducer2SourceSlot(Source source, int pslot);
234 static const char* dbgSourceStr(Source s);

Completed in 562 milliseconds