Searched defs:Source (Results 1 - 5 of 5) sorted by last modified time

/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 static Source *CreateFromFd(BCCContext &pContext, int pFd);
52 // Create a Source object from an existing module. If pNoDelete
54 static Source *CreateFromModule(BCCContext &pContext,
58 static Source *CreateEmpty(BCCContext &pContext, const std::string &pName);
62 bool merge(Source
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp2 * Copyright 2012, The Android Open Source Project
17 #include "bcc/Source.h"
56 Source *Source::CreateFromBuffer(BCCContext &pContext,
76 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false);
84 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) {
102 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false);
110 Source *Source
148 Source::Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete) function in class:bcc::Source
[all...]
/frameworks/av/media/libstagefright/include/
H A DFragmentedMP4Parser.h2 * Copyright (C) 2012 The Android Open Source Project
30 struct Source : public RefBase { struct in struct:android::FragmentedMP4Parser
31 Source() {} function in struct:android::FragmentedMP4Parser::Source
37 virtual ~Source() {}
40 DISALLOW_EVIL_CONSTRUCTORS(Source);
46 void start(const sp<Source> &source);
164 sp<Source> mSource;
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DRTPSink.cpp2 * Copyright 2012, The Android Open Source Project
35 struct RTPSink::Source : public RefBase { struct in class:android::RTPSink
36 Source(uint16_t seq, const sp<ABuffer> &buffer,
44 virtual ~Source();
66 DISALLOW_EVIL_CONSTRUCTORS(Source);
71 RTPSink::Source::Source( function in class:android::RTPSink::Source
83 RTPSink::Source::~Source() {
86 void RTPSink::Source
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h2 * Copyright (C) 2010 The Android Open Source Project
27 struct NuPlayer::Source : public RefBase { struct in class:android::NuPlayer
28 Source() {} function in struct:android::NuPlayer::Source
55 virtual ~Source() {}
60 DISALLOW_EVIL_CONSTRUCTORS(Source);

Completed in 75 milliseconds