Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Dclasses.c26 static const struct iid_vtable _3DGroup_interfaces[INTERFACES_3DGroup] = {
55 static const struct iid_vtable AudioPlayer_interfaces[INTERFACES_AudioPlayer] = {
115 static const struct iid_vtable AudioRecorder_interfaces[INTERFACES_AudioRecorder] = {
157 static const struct iid_vtable Engine_interfaces[INTERFACES_Engine] = {
200 static const struct iid_vtable LEDDevice_interfaces[INTERFACES_LEDDevice] = {
228 static const struct iid_vtable Listener_interfaces[INTERFACES_Listener] = {
257 static const struct iid_vtable MetadataExtractor_interfaces[INTERFACES_MetadataExtractor] = {
287 static const struct iid_vtable MidiPlayer_interfaces[INTERFACES_MidiPlayer] = {
340 static const struct iid_vtable OutputMix_interfaces[INTERFACES_OutputMix] = {
384 static const struct iid_vtable VibraDevice_interfaces[INTERFACES_VibraDevice] = {
[all …]
Dsles_allinclusive.h197 struct iid_vtable { struct
206 const struct iid_vtable *mInterfaces; // maps interface index to info about that interface argument
Dentry.c104 const struct iid_vtable *x = pCEngine_class->mInterfaces; in liCreateEngine()
Dsles.c159 const struct iid_vtable *interfaces = clazz->mInterfaces; in checkInterfaces()
539 const struct iid_vtable *x = clazz->mInterfaces; in construct()
/frameworks/wilhelm/src/itf/
DIDynamicInterfaceManagement.c53 const struct iid_vtable *x = &clazz->mInterfaces[index]; in HandleAdd()
161 const struct iid_vtable *x = &clazz->mInterfaces[index]; in IDynamicInterfaceManagement_AddInterface()
230 const struct iid_vtable *x = &clazz->mInterfaces[index]; in IDynamicInterfaceManagement_RemoveInterface()
309 const struct iid_vtable *x = &clazz->mInterfaces[index]; in HandleResume()
409 const struct iid_vtable *x = &clazz->mInterfaces[index]; in IDynamicInterfaceManagement_ResumeInterface()
DIObject.c583 const struct iid_vtable *x = &clazz->mInterfaces[index]; in IObject_Destroy()