Searched refs:recordItf (Results 1 – 1 of 1) sorted by relevance
49 SLRecordItf recordItf; in TestAudioRecording() local179 res = (*recorder)->GetInterface(recorder, SL_IID_RECORD, (void *)&recordItf); in TestAudioRecording()186 res = (*recordItf)->RegisterCallback(recordItf, RecordEventCallback, NULL); in TestAudioRecording()191 res = (*recordItf)->SetPositionUpdatePeriod(recordItf, POSITION_UPDATE_PERIOD); in TestAudioRecording()193 res = (*recordItf)->SetCallbackEventsMask(recordItf, SL_RECORDEVENT_HEADATNEWPOS); in TestAudioRecording()198 res = (*recordItf)->SetDurationLimit(recordItf, 30000); in TestAudioRecording()202 res = (*recordItf)->SetRecordState(recordItf, SL_RECORDSTATE_RECORDING); in TestAudioRecording()