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/cpp/ |
D | sles.cpp | 658 pSles->recorderObject = NULL; in slesCreateServer() 749 result = (*engineEngine)->CreateAudioRecorder(engineEngine, &(pSles->recorderObject), in slesCreateServer() 764 result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, in slesCreateServer() 786 result = (*(pSles->recorderObject))->Realize(pSles->recorderObject, SL_BOOLEAN_FALSE); in slesCreateServer() 790 result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, SL_IID_RECORD, in slesCreateServer() 794 result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, in slesCreateServer() 925 if (NULL != pSles->recorderObject) { in slesDestroyServer() 928 SLresult result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, in slesDestroyServer() 957 if (NULL != pSles->recorderObject) { in slesDestroyServer() 958 (*(pSles->recorderObject))->Destroy(pSles->recorderObject); in slesDestroyServer()
|
D | sles.h | 86 SLObjectItf recorderObject; member
|