HomeSort by relevance Sort by last modified time
    Searched refs:pContext (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /system/media/opensles/libopensles/
IPlay.c 217 static SLresult IPlay_RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext)
224 this->mContext = pContext;
SndFile.c 26 void SndFile_Callback(SLBufferQueueItf caller, void *pContext)
28 CAudioPlayer *thisAP = (CAudioPlayer *) pContext;
IDynamicInterfaceManagement.c 442 slDynamicInterfaceManagementCallback callback, void *pContext)
450 this->mContext = pContext;
IObject.c 374 slObjectCallback callback, void *pContext)
381 this->mContext = pContext;
sles_allinclusive.h     [all...]
  /system/media/opensles/tests/examples/
slesTestSawtoothBufferQueue.cpp 85 void *pContext)
89 //fprintf(stdout, " pContext=%p\n", pContext);
90 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
  /system/media/opensles/tests/listening/
slesTest_playMuteSolo.cpp 51 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event)
53 Context *context = (Context *) pContext;
  /external/libnfc-nxp/src/
phHal4Nfc_ADD.c 46 void *pContext
106 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
190 void *pContext
247 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
    [all...]
phLibNfc_Internal.h 260 void *pContext,
phHciNfc_Generic.h 304 void *pContext,
    [all...]
phHciNfc_NfcIPMgmt.c 356 void *pContext,
368 (phHciNfc_sContext_t *)pContext ;
558 void *pContext,
570 (phHciNfc_sContext_t *)pContext ;
    [all...]
  /system/core/libacc/tests/
main.cpp 40 ACCvoid* symbolLookup(ACCvoid* pContext, const ACCchar* name) {
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 73 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext)
86 if (pContext != NULL) *pContext = context;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
conn.c 604 static void conn_timeout(void *pContext)
606 conn_t *pConn = (conn_t *)pContext;
  /dalvik/vm/interp/
Stack.c 790 LineNumFromPcContext *pContext = (LineNumFromPcContext *)cnxt;
796 if (address > pContext->address) {
802 pContext->lineNum = lineNum;
804 return (address == pContext->address) ? 1 : 0;
    [all...]
  /system/media/opensles/tests/mimeUri/
slesTestLoopUri.cpp 44 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
slesTestPlayUri.cpp 70 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
slesTestPlayUri2.cpp 39 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event)
  /system/media/opensles/tests/
mimeUri_test.cpp 74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
  /external/chromium/third_party/icu/source/test/cintltst/
reapits.c     [all...]
  /frameworks/base/libs/rs/
rsScriptC.cpp 128 static ACCvoid* symbolLookup(ACCvoid* pContext, const ACCchar* name)
  /external/icu4c/test/cintltst/
reapits.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMain.c 229 * \param pContext - Pointer for returning the Context handle.
241 TI_HANDLE *pContext,
538 *pContext = pDrvMain->tStadHandles.hContext;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
DrvMain.c 225 * \param pContext - Pointer for returning the Context handle.
237 TI_HANDLE *pContext,
541 *pContext = pDrvMain->tStadHandles.hContext;
    [all...]
  /system/core/libacc/
acc.cpp     [all...]

Completed in 643 milliseconds

1 2 34 5