Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIRecord.c31 IRecord *thiz = (IRecord *) self; in IRecord_SetRecordState()
54 IRecord *thiz = (IRecord *) self; in IRecord_GetRecordState()
73 IRecord *thiz = (IRecord *) self; in IRecord_SetDurationLimit()
94 IRecord *thiz = (IRecord *) self; in IRecord_GetPosition()
121 IRecord *thiz = (IRecord *) self; in IRecord_RegisterCallback()
145 IRecord *thiz = (IRecord *) self; in IRecord_SetCallbackEventsMask()
167 IRecord *thiz = (IRecord *) self; in IRecord_GetCallbackEventsMask()
186 IRecord *thiz = (IRecord *) self; in IRecord_SetMarkerPosition()
211 IRecord *thiz = (IRecord *) self; in IRecord_ClearMarkerPosition()
239 IRecord *thiz = (IRecord *) self; in IRecord_GetMarkerPosition()
[all …]
/frameworks/wilhelm/src/
Dclasses.h129 IRecord mRecord;
DAndroid.mk131 itf/IRecord.c \
Ditfstruct.h542 } IRecord; typedef
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp505 IRecord *pRecordItf = &ar->mRecord; in android_audioRecorder_useRecordEventMask()