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

/frameworks/base/media/libdrm/mobile2/include/rights/
H A DConstraint.h24 struct Context { struct
187 vector<Context> mSystemList; /**< system list. */
/frameworks/base/libs/rs/
H A DrsContext.cpp36 pthread_key_t Context::gThreadTLSKey = 0;
37 uint32_t Context::gThreadTLSKeyCount = 0;
38 uint32_t Context::gGLContextCount = 0;
39 pthread_mutex_t Context::gInitMutex = PTHREAD_MUTEX_INITIALIZER;
53 void Context::initEGL()
102 void Context::deinitEGL()
116 uint32_t Context::runScript(Script *s, uint32_t launchID)
133 uint32_t Context::runRootScript()
167 uint64_t Context::getTime() const
174 void Context
354 Context::Context(Device *dev, bool useDepth) function in class:Context
[all...]
H A DrsContext.h49 class Context class in namespace:android::renderscript
52 Context(Device *, bool useDepth);
53 ~Context();
61 Context * mContext;
225 Context();
/frameworks/base/core/java/android/content/
H A DContext.java49 public abstract class Context { class
130 public abstract Context getApplicationContext();
167 * before any views are instantiated in the Context (for example before
176 * Return the Theme object associated with this Context.
181 * Retrieve styled attribute information in this Context's theme. See
193 * Retrieve styled attribute information in this Context's theme. See
205 * Retrieve styled attribute information in this Context's theme. See
217 * Retrieve styled attribute information in this Context's theme. See
299 * Open a private file associated with this Context's application package
316 * Open a private file associated with this Context'
[all...]

Completed in 157 milliseconds