Searched refs:mConnection (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.cpp39 mConnection = nil ;
113 if ( mConnection )
115 IOServiceClose( mConnection ) ;
200 mConnection = connection ;
297 if (!mConnection)
449 if ( !mConnection )
462 result = IOConnectCallAsyncScalarMethod(mConnection,
477 result = IOConnectCallAsyncScalarMethod(mConnection,
500 if (!mConnection)
511 result = IOConnectCallAsyncScalarMethod(mConnection,
[all...]
H A DIOFireWireLibDevice.h102 io_connect_t mConnection ; member in class:IOFireWireLib::Device
323 const io_object_t GetUserClientConnection() const { return mConnection; }
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dagentquery.cpp122 mConnection(&Server::connection()),
133 mConnection->useAgent(NULL);
180 mConnection->useAgent(this);
199 mConnection->useAgent(NULL); // guess not
234 mConnection->useAgent(NULL);
244 mConnection(&Server::connection()),
262 mConnection->useAgent(NULL);
292 mConnection->useAgent(this);
347 mConnection->useAgent(NULL); // guess not
369 mConnection
[all...]
H A Dagentquery.h66 const RefPointer<Connection> mConnection; member in class:SecurityAgentConnection
91 const RefPointer<Connection> mConnection; member in class:SecurityAgentXPCConnection

Completed in 207 milliseconds