HomeSort by relevance Sort by last modified time
    Searched defs:mCtx (Results 1 - 25 of 45) 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;
  /hardware/qcom/display/sdm845/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 60 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...]
  /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;
  /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/base/core/java/android/view/textclassifier/
SmartSelection.java 34 private final long mCtx;
41 mCtx = nativeNew(fd);
55 return nativeSuggest(mCtx, context, selectionBegin, selectionEnd);
68 return nativeClassifyText(mCtx, context, selectionBegin, selectionEnd, hintFlags);
75 nativeClose(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...]
  /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);
  /development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);

Completed in 5881 milliseconds

1 2