Searched defs:GetAudioAdapter (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2211 nsresult (*GetAudioAdapter)(IMachine *pThis, IAudioAdapter * *audioAdapter); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2749 nsresult (*GetAudioAdapter)(IMachine *pThis, IAudioAdapter * *audioAdapter); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2645 nsresult (*GetAudioAdapter)(IMachine *pThis, IAudioAdapter * *audioAdapter); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2712 nsresult (*GetAudioAdapter)(IMachine *pThis, IAudioAdapter * *audioAdapter); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2966 nsresult (*GetAudioAdapter)(IMachine *pThis, IAudioAdapter * *audioAdapter); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3163 nsresult (*GetAudioAdapter)(IMachine *pThis, IAudioAdapter * *audioAdapter); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3447 nsresult (*GetAudioAdapter)(IMachine *pThis, IAudioAdapter * *audioAdapter); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5150 nsresult (*GetAudioAdapter)(IMachine *pThis, IAudioAdapter * *audioAdapter); member in struct:IMachine_vtbl
5874 nsresult (*GetAudioAdapter)(IMachine *pThis, IAudioAdapter * *audioAdapter); member in struct:IMachineVtbl
6627 #define IMachine_get_AudioAdapter(p, aAudioAdapter) ((p)->lpVtbl->GetAudioAdapter(p, aAudioAdapter))
6628 #define IMachine_GetAudioAdapter(p, aAudioAdapter) ((p)->lpVtbl->GetAudioAdapter(p, aAudioAdapter))

Completed in 376 milliseconds