Searched refs:recorderObject (Results 1 – 3 of 3) sorted by relevance
/external/walt/android/WALT/app/src/main/jni/ |
D | player.c | 47 static SLObjectItf recorderObject = NULL; variable 424 &recorderObject, in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder() 433 result = (*recorderObject)->GetInterface(recorderObject, in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder() 445 result = (*recorderObject)->Realize(recorderObject, SL_BOOLEAN_FALSE); in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder() 451 result = (*recorderObject)->GetInterface(recorderObject, SL_IID_RECORD, &recorderRecord); in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder() 456 result = (*recorderObject)->GetInterface(recorderObject, SL_IID_ANDROIDSIMPLEBUFFERQUEUE, in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder()
|
/external/drrickorang/LoopbackApp/app/src/main/jni/ |
D | sles.cpp | 665 pSles->recorderObject = NULL; in slesCreateServer() 758 result = (*engineEngine)->CreateAudioRecorder(engineEngine, &(pSles->recorderObject), in slesCreateServer() 775 result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, in slesCreateServer() 797 result = (*(pSles->recorderObject))->Realize(pSles->recorderObject, SL_BOOLEAN_FALSE); in slesCreateServer() 801 result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, SL_IID_RECORD, in slesCreateServer() 805 result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, in slesCreateServer() 937 if (NULL != pSles->recorderObject) { in slesDestroyServer() 940 SLresult result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, in slesDestroyServer() 969 if (NULL != pSles->recorderObject) { in slesDestroyServer() 970 (*(pSles->recorderObject))->Destroy(pSles->recorderObject); in slesDestroyServer()
|
D | sles.h | 97 SLObjectItf recorderObject; member
|