Searched refs:GetIndexValue (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibConfigDirectory.h105 IOReturn GetIndexValue(int index, UInt32& value);
106 IOReturn GetIndexValue(int index, CFDataRef* value);
107 IOReturn GetIndexValue(int index, CFStringRef* value);
108 // IOReturn GetIndexValue(int index, UserObjectHandle& value) ;
109 IOReturn GetIndexValue(int index, DirRef& value, REFIID iid);
H A DIOFireWireLibConfigDirectory.cpp288 ConfigDirectory::GetIndexValue(int index, UInt32& value) function in class:IOFireWireLib::ConfigDirectory
303 ConfigDirectory::GetIndexValue(int index, CFDataRef* value) function in class:IOFireWireLib::ConfigDirectory
325 ConfigDirectory::GetIndexValue(int index, CFStringRef* value) function in class:IOFireWireLib::ConfigDirectory
348 ConfigDirectory::GetIndexValue(int index, UserObjectHandle& value)
363 ConfigDirectory::GetIndexValue ( function in class:IOFireWireLib::ConfigDirectory
661 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetIndexValue(inIndex, *outValue) ;
670 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetIndexValue(inIndex, outValue) ;
679 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetIndexValue(inIndex, outValue) ;
689 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetIndexValue(inIndex, *outValue, iid) ;

Completed in 113 milliseconds