HomeSort by relevance Sort by last modified time
    Searched refs:IContext (Results 1 - 15 of 15) sorted by null

  /hardware/interfaces/renderscript/1.0/
IDevice.hal 20 import IContext;
36 generates (IContext context);
Android.mk 18 $(GEN): $(LOCAL_PATH)/IContext.hal
IContext.hal 33 interface IContext {
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Device.h 17 using ::android::hardware::renderscript::V1_0::IContext;
28 Return<sp<IContext>> contextCreate(uint32_t sdkVersion, ContextType ct, int32_t flags) override;
Context.h 6 #include <android/hardware/renderscript/1.0/IContext.h>
22 using ::android::hardware::renderscript::V1_0::IContext;
36 struct Context : public IContext {
39 // Methods from ::android::hardware::renderscript::V1_0::IContext follow.
Device.cpp 24 Return<sp<IContext>> Device::contextCreate(uint32_t sdkVersion, ContextType ct, int32_t flags) {
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsHalRenderscriptV1_0TargetTest.h 23 #include <android/hardware/renderscript/1.0/IContext.h>
36 using ::android::hardware::renderscript::V1_0::IContext;
96 sp<IContext> context;
  /frameworks/rs/
rsHidlAdaptation.h 26 using ::android::hardware::renderscript::V1_0::IContext;
50 static IContext *GetIContextHandle(RsContext con);
149 // mContexts keeps Treble returned sp<IContext>s alive.
150 static std::set<android::sp<IContext> > mContexts;
rsHidlAdaptation.cpp 27 using ::android::hardware::renderscript::V1_0::IContext;
59 std::set<sp<IContext> > RsHidlAdaptation::mContexts;
190 IContext *RsHidlAdaptation::GetIContextHandle(RsContext context) {
191 return (IContext *)context;
196 // Get the handle to IContext interface object and save it to the map.
197 sp<IContext> context = mHidl->contextCreate(sdkVersion, (ContextType)ct, flags);
207 // Destroy the driver context and remove IContext handle from the map.
211 mContexts.erase((IContext*)context);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidlbase.h 252 typedef interface IContext IContext;
    [all...]
objidl.h 252 typedef interface IContext IContext;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp 6 #include <android/hardware/renderscript/1.0/IContext.h>
27 static ::android::sp<IContext> renderscript = IContext::getService(true);
29 cerr << "IContext::getService() failed" << endl;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1547 milliseconds