Searched refs:queryInterface (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDIUnknown.h65 virtual HRESULT queryInterface(REFIID iid, void **ppv) = 0;
H A DIOHIDIUnknown.cpp118 return me->queryInterface(iid, ppv);
H A DIOHIDEventServiceClass.h96 virtual HRESULT queryInterface(REFIID iid, void **ppv);
H A DIOHIDQueueClass.h84 virtual HRESULT queryInterface(REFIID iid, void **ppv);
137 virtual HRESULT queryInterface(REFIID iid, void **ppv);
H A DIOHIDTransactionClass.h80 // get interface map (for queryInterface)
83 virtual HRESULT queryInterface(REFIID iid, void **ppv);
135 virtual HRESULT queryInterface(REFIID iid, void **ppv);
H A DIOHIDUPSClass.h162 virtual HRESULT queryInterface(REFIID iid, void **ppv);
H A DIOHIDQueueClass.cpp129 HRESULT IOHIDQueueClass::queryInterface(REFIID iid, void ** ppv) function in class:IOHIDQueueClass
140 res = fOwningDevice->queryInterface(iid, ppv);
715 HRESULT IOHIDObsoleteQueueClass::queryInterface(REFIID iid, void ** ppv) function in class:IOHIDObsoleteQueueClass
726 res = fOwningDevice->queryInterface(iid, ppv);
H A DIOHIDTransactionClass.cpp106 HRESULT IOHIDTransactionClass::queryInterface(REFIID iid, void ** ppv) function in class:IOHIDTransactionClass
117 res = fOwningDevice->queryInterface(iid, ppv);
600 HRESULT IOHIDOutputTransactionClass::queryInterface(REFIID iid, void ** ppv) function in class:IOHIDOutputTransactionClass
611 res = fOwningDevice->queryInterface(iid, ppv);
H A DIOHIDDeviceClass.h211 virtual HRESULT queryInterface(REFIID iid, void **ppv);
306 virtual HRESULT queryInterface(REFIID iid, void **ppv);
H A DIOHIDDeviceClass.cpp332 HRESULT IOHIDDeviceClass::queryInterface(REFIID iid, void **ppv) function in class:IOHIDDeviceClass
2088 HRESULT IOHIDObsoleteDeviceClass::queryInterface(REFIID iid, void **ppv) function in class:IOHIDObsoleteDeviceClass
2103 res = IOHIDDeviceClass::queryInterface(iid, ppv);
2452 res = this->queryInterface(CFUUIDGetUUIDBytes(kIOHIDQueueInterfaceID), (void **) &iohidqueue);
2462 res = this->queryInterface(CFUUIDGetUUIDBytes(kIOHIDOutputTransactionInterfaceID), (void **) &iohidoutputtransaction);
H A DIOHIDEventServiceClass.cpp307 // IOHIDEventServiceClass::queryInterface
309 HRESULT IOHIDEventServiceClass::queryInterface(REFIID iid, void **ppv) function in class:IOHIDEventServiceClass
H A DIOHIDUPSClass.cpp375 // queryInterface
377 HRESULT IOHIDUPSClass::queryInterface(REFIID iid, void **ppv) function in class:IOHIDUPSClass
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibMgmtORB.h78 virtual HRESULT queryInterface( REFIID iid, void **ppv );
H A DIOFireWireSBP2LibLUN.h91 virtual HRESULT queryInterface( REFIID iid, void **ppv );
H A DIOFireWireSBP2LibORB.h80 virtual HRESULT queryInterface( REFIID iid, void **ppv );
H A DIOFireWireSBP2LibMgmtORB.cpp84 // we return an interface here. queryInterface will not be called. call addRef here
186 // queryInterface
192 return getThis(self)->queryInterface( iid, ppv );
195 HRESULT IOFireWireSBP2LibMgmtORB::queryInterface( REFIID iid, void **ppv ) function in class:IOFireWireSBP2LibMgmtORB
H A DIOFireWireSBP2LibLUN.cpp104 // we return an interface here. queryInterface will not be called. call addRef here
160 // queryInterface
166 return getThis(self)->queryInterface( iid, ppv );
169 HRESULT IOFireWireSBP2LibLUN::queryInterface( REFIID iid, void **ppv ) function in class:IOFireWireSBP2LibLUN
H A DIOFireWireSBP2LibORB.cpp88 // we return an interface here. queryInterface will not be called. call addRef here
172 // queryInterface
178 return getThis(self)->queryInterface( iid, ppv );
181 HRESULT IOFireWireSBP2LibORB::queryInterface( REFIID iid, void **ppv ) function in class:IOFireWireSBP2LibORB
H A DIOFireWireSBP2LibLogin.h89 virtual HRESULT queryInterface( REFIID iid, void **ppv );
H A DIOFireWireSBP2LibLogin.cpp98 // we return an interface here. queryInterface will not be called. call addRef here
249 // queryInterface
255 return getThis(self)->queryInterface( iid, ppv );
258 HRESULT IOFireWireSBP2LibLogin::queryInterface( REFIID iid, void **ppv ) function in class:IOFireWireSBP2LibLogin
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.h161 static HRESULT queryInterface( void * self, REFIID iid, void **ppv );
H A DIOFireWireAVCLibProtocol.c297 static HRESULT queryInterface( void * self, REFIID iid, void **ppv ) function
303 //printf("DEBUG: AVCProtocol::queryInterface\n");
1170 &queryInterface,
1186 &queryInterface,
1234 // we return an interface here. queryInterface will not be called. set refs to 1
H A DIOFireWireAVCLibUnit.cpp290 // queryInterface
292 static HRESULT queryInterface( void * self, REFIID iid, void **ppv ) function
1482 &queryInterface,
1497 &queryInterface,
1542 // we return an interface here. queryInterface will not be called. set refs to 1
H A DIOFireWireAVCLibConsumer.cpp139 &IOFireWireAVCLibConsumer::queryInterface,
338 // queryInterface is not called in this case, so we call addRef here
479 // queryInterface
483 HRESULT IOFireWireAVCLibConsumer::queryInterface( void * self, REFIID iid, void **ppv ) function in class:IOFireWireAVCLibConsumer
489 // FWLOG(( "IOFireWireAVCLibConsumer::queryInterface start\n" ));
504 // FWLOG(( "IOFireWireAVCLibConsumer::queryInterface stop\n" ));

Completed in 110 milliseconds