Searched refs:recorderObject (Results 1 – 2 of 2) sorted by relevance
387 pSles->recorderObject = NULL; in slesCreateServer()458 result = (*engineEngine)->CreateAudioRecorder(engineEngine, &(pSles->recorderObject), in slesCreateServer()475 result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, in slesCreateServer()488 result = (*(pSles->recorderObject))->Realize(pSles->recorderObject, SL_BOOLEAN_FALSE); in slesCreateServer()491 result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, SL_IID_RECORD, in slesCreateServer()494 result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, in slesCreateServer()622 if (NULL != pSles->recorderObject) { in slesDestroyServer()625 SLresult result = (*(pSles->recorderObject))->GetInterface(pSles->recorderObject, in slesDestroyServer()654 if (NULL != pSles->recorderObject) { in slesDestroyServer()655 (*(pSles->recorderObject))->Destroy(pSles->recorderObject); in slesDestroyServer()
70 SLObjectItf recorderObject; member