Home
last modified time | relevance | path

Searched refs:recordItf (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/libaudiojni/
Dappendix-b-1-2-recording.cpp49 SLRecordItf recordItf; in TestAudioRecording() local
179 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()