Searched defs:hasClient (Results 1 – 5 of 5) sorted by relevance
103 GnubbyDevice.prototype.hasClient = function(who) {}; method in GnubbyDevice
145 HidGnubbyDevice.prototype.hasClient = function(who) { method in HidGnubbyDevice
220 UsbGnubbyDevice.prototype.hasClient = function(who) { method in UsbGnubbyDevice
72 static bool hasClient() { return m_client; } in hasClient() function
320 …bool hasClient(ResourceClient* client) { return m_clients.contains(client) || m_clientsAwaitingCal… in hasClient() function