HomeSort by relevance Sort by last modified time
    Searched defs:mCtx (Results 1 - 25 of 39) sorted by null

1 2

  /hardware/qcom/display/msm8996/hdmi_cec/
QHDMIClient.h 48 void setCECContext(qhdmicec::cec_context_t* ctx) { mCtx = ctx; }
53 qhdmicec::cec_context_t* mCtx;
  /hardware/qcom/display/msm8998/hdmi_cec/
QHDMIClient.h 48 void setCECContext(qhdmicec::cec_context_t* ctx) { mCtx = ctx; }
53 qhdmicec::cec_context_t* mCtx;
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 61 void *mCtx;
  /frameworks/rs/
rsGrallocConsumer.h 59 const Context *mCtx;
  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
RSoVTestCore.java 30 ListActivity mCtx;
33 mCtx = ctx;
57 unitTests.add(new UT_invert(this, mCtx));
58 unitTests.add(new UT_modulo(this, mCtx));
59 unitTests.add(new UT_multi_kernel(this, mCtx));
60 unitTests.add(new UT_multi_input(this, mCtx));
61 unitTests.add(new UT_global_query(this, mCtx));
62 unitTests.add(new UT_global(this, mCtx));
79 testAdapter = new ArrayAdapter<UnitTest>(mCtx, android.R.layout.simple_list_item_1, unitTests);
80 mCtx.setListAdapter(testAdapter)
    [all...]
UnitTest.java 29 protected Context mCtx;
45 mCtx = ctx;
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
RSBase.java 33 Context mCtx;
80 mCtx = getContext();
81 mRes = mCtx.getResources();
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.h 56 RsdCpuReferenceImpl *mCtx;
rsCpuScript.h 113 RsdCpuReferenceImpl *mCtx;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBase.java 34 Context mCtx;
92 mCtx = getContext();
93 mRes = mCtx.getResources();
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
RSBase.java 33 Context mCtx;
85 mCtx = getContext();
86 mRes = mCtx.getResources();
  /frameworks/av/media/mtp/
MtpFfsHandle.h 68 aio_context_t mCtx;
  /frameworks/compile/slang/
slang_rs_object_ref_count.h 105 clang::ASTContext &mCtx;
158 : mCtx(C), RSInitFD(false), mTempID(0) {
163 GetRSRefCountingFunctions(mCtx);
  /frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
RSTestView.java 44 private Context mCtx;
48 mCtx = context;
61 mRender = new RSTestCore(mCtx);
UnitTest.java 28 protected Context mCtx;
42 mCtx = ctx;
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
RSTestView.java 44 private Context mCtx;
48 mCtx = context;
61 mRender = new RSTestCore(mCtx);
UnitTest.java 28 protected Context mCtx;
42 mCtx = ctx;
  /frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
RSTestView.java 44 private Context mCtx;
48 mCtx = context;
61 mRender = new RSTestCore(mCtx);
UnitTest.java 28 protected Context mCtx;
42 mCtx = ctx;
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
RSTestCore.java 31 ListActivity mCtx;
34 mCtx = ctx;
60 unitTests.add(new UT_apitest(this, mRes, mCtx));
61 unitTests.add(new UT_primitives(this, mRes, mCtx));
62 unitTests.add(new UT_instance(this, mRes, mCtx));
63 unitTests.add(new UT_constant(this, mRes, mCtx));
64 unitTests.add(new UT_vector(this, mRes, mCtx));
65 unitTests.add(new UT_unsigned(this, mRes, mCtx));
66 unitTests.add(new UT_array_init(this, mRes, mCtx));
67 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
    [all...]
UnitTest.java 28 protected Context mCtx;
42 mCtx = ctx;
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSCppTest.java 33 Context mCtx;
113 mCtx = getContext();
114 mRes = mCtx.getResources();
115 mRS = RenderScript.create(mCtx);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.h 62 void *mCtx;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 379 mCtx(ctx),
398 host_error = mCtx->m_glGetError_enc(mCtx);
406 mCtx->setError(guest_error);
410 GL2Encoder* mCtx;
419 mCtx(ctx),
435 GL2Encoder* mCtx;
    [all...]
  /frameworks/base/tests/net/java/com/android/server/connectivity/
DnsManagerTest.java 77 @Mock Context mCtx;
87 when(mCtx.getContentResolver()).thenReturn(mContentResolver);
88 mDnsManager = new DnsManager(mCtx, mNMService, mSystemProperties);

Completed in 255 milliseconds

1 2