Searched refs:getCurrentContext (Results 1 – 5 of 5) sorted by relevance
19 static foo_wrapper_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL; variable20 void foo_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor()21 #define GET_CONTEXT foo_wrapper_context_t * ctx = getCurrentContext()
19 static foo_client_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL; variable20 void foo_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor()21 #define GET_CONTEXT foo_client_context_t * ctx = getCurrentContext()
344 return mEglContext.getCurrentContext(); in initOpenGL()421 const abc3d::EglCurrentContext currentContext = mEglContext.getCurrentContext(); in closeImpl()450 const abc3d::EglCurrentContext currentContext = mEglContext.getCurrentContext(); in processCaptureRequest()
77 EglCurrentContext getCurrentContext();
230 EglCurrentContext EglContext::getCurrentContext() { in getCurrentContext() function in android::hardware::camera::provider::implementation::abc3d::EglContext