Searched refs:CommLinkState (Results 1 – 8 of 8) sorted by relevance
/external/deqp/executor/ |
D | xeTcpIpLink.hpp | 43 TcpIpLinkState (CommLinkState initialState, const char* initialErr); 46 CommLinkState getState (void) const; 47 CommLinkState getState (std::string& error) const; 51 void setState (CommLinkState state, const char* error = ""); 60 volatile CommLinkState m_state; 131 CommLinkState getState (void) const; 132 CommLinkState getState (std::string& error) const;
|
D | xeCommLink.hpp | 32 enum CommLinkState enum 45 const char* getCommLinkStateName (CommLinkState state); 50 typedef void (*StateChangedFunc) (void* userPtr, CommLinkState state, const char* message); 57 virtual CommLinkState getState (void) const = DE_NULL; 58 virtual CommLinkState getState (std::string& error) const = DE_NULL;
|
D | xeLocalTcpIpLink.hpp | 47 CommLinkState getState (void) const; 48 CommLinkState getState (std::string& error) const;
|
D | xeTcpIpLink.cpp | 77 TcpIpLinkState::TcpIpLinkState (CommLinkState initialState, const char* initialErr) in TcpIpLinkState() 92 CommLinkState TcpIpLinkState::getState (void) const in getState() 99 CommLinkState TcpIpLinkState::getState (std::string& error) const in getState() 117 void TcpIpLinkState::setState (CommLinkState state, const char* error) in setState() 534 CommLinkState TcpIpLink::getState (void) const in getState() 539 CommLinkState TcpIpLink::getState (std::string& message) const in getState()
|
D | xeBatchExecutor.hpp | 82 void onStateChanged (CommLinkState state, const char* message); 89 static void enqueueStateChanged (void* userPtr, CommLinkState state, const char* message);
|
D | xeLocalTcpIpLink.cpp | 137 CommLinkState LocalTcpIpLink::getState (void) const in getState() 145 CommLinkState LocalTcpIpLink::getState (std::string& error) const in getState()
|
D | xeBatchExecutor.cpp | 180 CommLinkState commState = COMMLINKSTATE_LAST; in run() 233 void BatchExecutor::onStateChanged (CommLinkState state, const char* message) in onStateChanged() 350 void BatchExecutor::enqueueStateChanged (void* userPtr, CommLinkState state, const char* message) in enqueueStateChanged() 389 CommLinkState state = COMMLINKSTATE_LAST; in dispatchStateChanged()
|
D | xeCommLink.cpp | 29 const char* getCommLinkStateName (CommLinkState state) in getCommLinkStateName()
|