Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIRecord.cpp31 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.h136 IRecord mRecord;
DAndroid.bp158 "itf/IRecord.cpp",
Ditfstruct.h545 } IRecord; typedef
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp836 IRecord *pRecordItf = &ar->mRecord; in android_audioRecorder_useRecordEventMask()