Searched defs:Context (Results 26 - 29 of 29) sorted by path

12

/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/rs/
H A DrsContext.cpp60 pthread_mutex_t Context::gInitMutex = PTHREAD_MUTEX_INITIALIZER;
61 pthread_mutex_t Context::gMessageMutex = PTHREAD_MUTEX_INITIALIZER;
62 pthread_mutex_t Context::gLibMutex = PTHREAD_MUTEX_INITIALIZER;
64 bool Context::initGLThread() {
77 void Context::deinitEGL() {
83 Context::PushState::PushState(Context *con) {
96 Context::PushState::~PushState() {
109 uint32_t Context::runScript(Script *s) {
116 uint32_t Context
448 Context::Context() { function in class:Context
[all...]
H A DrsContext.h50 * It's independent of the Context class to allow the debugger to do the above
83 class Context { class in namespace:android::renderscript
93 static Context * createContext(Device *, const RsSurfaceConfig *sc,
96 static Context * createContextLite();
97 ~Context();
106 PushState(Context *);
117 Context *mRsc;
337 Context();
380 void LF_ObjDestroy_handcode(const Context *rsc, RsAsyncVoidPtr objPtr);
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp37 } Context; typedef in typeref:struct:__anon1737
104 Context *context = (Context *) pContext;
290 Context context;

Completed in 114 milliseconds

12