Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/include/
H A Dcommon.h126 void IRecordInit(void *self, SLuint32 id);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Drecord_itf.cpp105 void IRecordInit(void *self, SLuint32 id) in IRecordInit() function
H A Dengine_itf.cpp81 IRecordInit(&thiz->mRecord, audioRecorderId); in CreateAudioRecorder()