Home
last modified time | relevance | path

Searched refs:_client (Results 1 – 7 of 7) sorted by relevance

/external/qemu/telephony/
Dsimulator.c92 client_handler( void* _client, int events ) in client_handler() argument
94 Client client = _client; in client_handler()
Dtest2.c104 client_handler( void* _client, int events ) in client_handler() argument
106 Client client = _client; in client_handler()
/external/chromium_org/third_party/tlslite/tlslite/
Dchecker.py62 if connection._client:
Dtlsrecordlayer.py109 self._client = None
730 if self._client:
1046 self._client = client
1127 if self._client:
Dtlsconnection.py1894 if (self._client and send) or (not self._client and not send):
1903 if (self._client and send) or (not self._client and not send):
/external/qemu/android/
Dconsole.c211 static void control_client_read( void* _client ); /* forward */
526 control_client_read( void* _client ) in control_client_read() argument
528 ControlClient client = _client; in control_client_read()
/external/qemu/
Dexec.c2089 static void cpu_unregister_map_client(void *_client) in cpu_unregister_map_client() argument
2091 MapClient *client = (MapClient *)_client; in cpu_unregister_map_client()