Searched refs:BCCContextImpl (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/lib/Core/
H A DBCCContextImpl.cpp17 #include "BCCContextImpl.h"
27 BCCContextImpl::~BCCContextImpl() {
H A DBCCContextImpl.h29 * class BCCContextImpl contains the implementation of BCCContext.
31 class BCCContextImpl { class in namespace:bcc
39 BCCContextImpl(BCCContext &pContext) { } function in class:bcc::BCCContextImpl
40 ~BCCContextImpl();
H A DAndroid.mk26 BCCContextImpl.cpp \
H A DBCCContext.cpp24 #include "BCCContextImpl.h"
45 BCCContext::BCCContext() : mImpl(new BCCContextImpl(*this)) { }
/frameworks/compile/libbcc/include/bcc/
H A DBCCContext.h26 class BCCContextImpl;
34 BCCContextImpl *const mImpl;

Completed in 56 milliseconds