Searched refs:mContext (Results 1 - 25 of 571) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp148 callbackPContext = ap->mBufferQueue.mContext;
368 callbackPContext = ap->mPlay.mContext;
385 callbackPContext = ap->mPlay.mContext;
402 callbackPContext = ap->mPlay.mContext;
438 playContext = ap->mPlay.mContext;
727 callbackPContext = ap->mPrefetchStatus.mContext;
754 callbackPContext = ap->mPrefetchStatus.mContext;
778 callbackPContext = ap->mPrefetchStatus.mContext;
818 callbackPContext = ap->mPlay.mContext;
853 callbackPContext = ap->mPrefetchStatus.mContext;
[all...]
H A DAudioRecorder_to_android.cpp115 callbackPContext = ar->mRecord.mContext;
132 callbackPContext = ar->mRecord.mContext;
150 callbackPContext = ar->mRecord.mContext;
264 callbackPContext = ar->mBufferQueue.mContext;
H A DBufferQueueSource.cpp137 callbackPContext = mAndroidBufferQueueSource->mContext;
H A DMediaPlayer_to_android.cpp85 callbackPContext = mp->mPrefetchStatus.mContext;
129 void* callbackPContext = mp->mStreamInfo.mContext;
165 playContext = mp->mPlay.mContext;
208 callbackPContext = mp->mPrefetchStatus.mContext;
233 callbackPContext = mp->mPrefetchStatus.mContext;
254 void* callbackPContext = mp->mPlay.mContext;
277 callbackPContext = mp->mPrefetchStatus.mContext;
H A Dandroid_StreamPlayer.cpp253 callbackPContext = mAndroidBufferQueue->mContext;
/frameworks/wilhelm/src/desktop/
H A DSndFile.c52 void *context = thisAP->mPlay.mContext;
/frameworks/wilhelm/src/itf/
H A DIAndroidBufferQueue.c247 thiz->mContext = pContext;
478 thiz->mContext = NULL;
508 SL_LOGI(" mState.count=%u mState.index=%u mCallback=%p mContext=%p",
509 thiz->mState.count, thiz->mState.index, thiz->mCallback, thiz->mContext);
H A DIBufferQueue.c155 thiz->mContext = pContext;
180 thiz->mContext = NULL;
H A DIDynamicInterfaceManagement.c93 void *context = thiz->mContext;
342 void *context = thiz->mContext;
449 thiz->mContext = pContext;
469 thiz->mContext = NULL;
H A DIObject.c74 void *context = thiz->mContext;
144 void *context = thiz->mContext;
217 void *context = thiz->mContext;
395 thiz->mContext = pContext;
765 thiz->mContext = NULL;
H A DIOutputMix.c55 thiz->mContext = pContext;
97 thiz->mContext = NULL;
H A DIOutputMixExt.c298 void *context = bufferQueue->mContext;
H A DIPlay.c247 thiz->mContext = pContext;
464 thiz->mContext = NULL;
H A DIPrefetchStatus.c68 thiz->mContext = pContext;
176 thiz->mContext = NULL;
H A DIRecord.c124 thiz->mContext = pContext;
319 thiz->mContext = NULL;
H A DIStreamInformation.c224 thiz->mContext = pContext;
293 thiz->mContext = NULL;
H A DIVisualization.c33 thiz->mContext = pContext;
68 thiz->mContext = NULL;
/frameworks/wilhelm/src/
H A Ditfstruct.h31 void *mContext; member in struct:Object_interface
232 void *mContext; member in struct:BufferQueue_interface
258 void *mContext; member in struct:__anon1646
439 void *mContext; member in struct:__anon1660
469 void *mContext; member in struct:Play_interface
500 void *mContext; member in struct:__anon1664
537 void *mContext; member in struct:__anon1667
583 void *mContext; member in struct:__anon1672
607 void *mContext; member in struct:__anon1675
670 void *mContext; member in struct:__anon1681
[all...]
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java81 private Context mContext; field in class:MyRenderer
84 mContext = context;
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
H A DClassPathScannerTest.java46 public Context mContext; field in class:ClassPathScannerTest
50 mClassPathScanner = new ClassPathScanner(mContext.getPackageCodePath()) {
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java124 rsnContextDestroy(mContext);
129 rsnContextSetPriority(mContext, p);
134 rsnContextDump(mContext, bits);
139 rsnContextFinish(mContext);
147 if (mContext != 0) {
148 rsnObjDestroy(mContext, id);
155 return rsnElementCreate(mContext, type, kind, norm, vecSize);
160 return rsnElementCreate2(mContext, elements, names, arraySizes);
165 rsnElementGetNativeData(mContext, id, elementData);
171 rsnElementGetSubElements(mContext, i
475 int mContext; field in class:RenderScript
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdCore.cpp232 dc->mTlsStruct.mContext = rsc;
H A DrsdCore.h38 android::renderscript::Context * mContext; member in struct:ScriptTLSStructRec
H A DrsdRuntimeStubs.cpp39 Context * rsc = tls->mContext; \
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptC.cpp27 Context * rsc = tls->mContext; \

Completed in 2922 milliseconds

1234567891011>>