Searched refs:GetState (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DCIrLSAP.cpp267 if (GetState() != kIrLSAPDisconnected) { // sanity check
268 XTRACE(kDiscoverStartEvent, 0xffff, GetState());
301 if (GetState() != kIrLSAPDisconnected) { // sanity check
302 XTRACE(kLookupStartEvent, 0xffff, GetState());
364 if (GetState() != kIrLSAPDisconnected) { // sanity check
365 XTRACE(kConnectStartEvent, 0xffff, GetState());
396 if (GetState() != kIrLSAPConnected) {
397 XTRACE(kPutStartEvent, 0xffff, GetState());
435 if (GetState() != kIrLSAPConnected) {
436 XTRACE(kGetStartEvent, 0xffff, GetState());
[all...]
H A DCIrLSAP.h54 UInt32 GetState (void);
167 inline UInt32 CIrLSAP::GetState() { return fState; }; function in class:CIrLSAP
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinX.c121 static unsigned int GetState _ANSI_ARGS_((UINT message, WPARAM wParam,
1111 unsigned int state = GetState(message, wParam, lParam);
1276 * GetState --
1292 GetState(message, wParam, lParam)
1275 GetState(message, wParam, lParam) function
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinX.c141 static unsigned int GetState(UINT message, WPARAM wParam, LPARAM lParam);
1135 unsigned int state = GetState(message, wParam, lParam);
1301 * GetState --
1317 GetState(
1300 GetState( function
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h679 UInt32 GetState();
H A DoalImp.cpp2828 *value = oalSource->GetState();
2908 *values = oalSource->GetState();
H A DoalSource.cpp888 UInt32 OALSource::GetState() function in class:OALSource
891 DebugMessageN1("OALSource::GetState called - OALSource = %ld\n", (long int) mSelfToken);

Completed in 482 milliseconds