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

1234567891011>>

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp148 callbackPContext = ap->mBufferQueue.mContext;
344 callbackPContext = ap->mPlay.mContext;
361 callbackPContext = ap->mPlay.mContext;
378 callbackPContext = ap->mPlay.mContext;
414 playContext = ap->mPlay.mContext;
703 callbackPContext = ap->mPrefetchStatus.mContext;
730 callbackPContext = ap->mPrefetchStatus.mContext;
754 callbackPContext = ap->mPrefetchStatus.mContext;
794 callbackPContext = ap->mPlay.mContext;
829 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:__anon1729
439 void *mContext; member in struct:__anon1743
469 void *mContext; member in struct:Play_interface
500 void *mContext; member in struct:__anon1747
537 void *mContext; member in struct:__anon1750
583 void *mContext; member in struct:__anon1755
607 void *mContext; member in struct:__anon1758
670 void *mContext; member in struct:__anon1764
[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/volley/src/com/android/volley/toolbox/
H A DAndroidAuthenticator.java33 private final Context mContext; field in class:AndroidAuthenticator
57 mContext = context;
72 final AccountManager accountManager = AccountManager.get(mContext);
98 AccountManager.get(mContext).invalidateAuthToken(mAccount.type, authToken);
/frameworks/volley/tests/src/com/android/volley/toolbox/
H A DBasicNetworkTest.java40 mContext = getContext();
H A DHttpClientStackTest.java37 mContext = getContext();
H A DHurlStackTest.java34 mContext = getContext();
/frameworks/rs/driver/
H A DrsdCore.h37 android::renderscript::Context * mContext; member in struct:ScriptTLSStructRec
/frameworks/rs/
H A DrsScriptC.cpp39 Context * rsc = tls->mContext; \

Completed in 186 milliseconds

1234567891011>>