Searched refs:_client (Results 1 - 8 of 8) sorted by relevance

/external/qemu/telephony/
H A Dsimulator.c92 client_handler( void* _client, int events ) argument
94 Client client = _client;
H A Dtest2.c104 client_handler( void* _client, int events ) argument
106 Client client = _client;
/external/chromium_org/third_party/tlslite/tlslite/
H A DChecker.py105 if connection._client:
H A DTLSRecordLayer.py123 self._client = None
635 if self._client:
956 self._client = client
1034 if self._client:
1112 if (self._client and send) or (not self._client and not send):
1122 if (self._client and send) or (not self._client and not send):
/external/chromium_org/chrome/test/pyautolib/
H A Dremote_inspector_client.py318 self._client = _DevToolsSocketClient(
321 self._client.inspector_thread = self
323 if self._client.handshake_done or self._killed:
381 self._client.SendMessage(str(request))
389 self._client.close()
403 self._client.close()
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
H A DAPPRTCAppDelegate.m147 @synthesize client = _client;
/external/qemu/android/
H A Dconsole.c214 static void control_client_read( void* _client ); /* forward */
541 control_client_read( void* _client )
543 ControlClient client = _client;
/external/qemu/
H A Dexec.c3483 void cpu_unregister_map_client(void *_client) argument
3485 MapClient *client = (MapClient *)_client;

Completed in 513 milliseconds