Searched defs:client_handler (Results 1 - 3 of 3) sorted by relevance

/external/qemu/telephony/
H A Dsimulator.c92 client_handler( void* _client, int events ) function
132 sys_channel_on( client->channel, SYS_EVENT_READ, client_handler, client );
157 sys_channel_on( client->channel, SYS_EVENT_READ | SYS_EVENT_WRITE, client_handler, client );
176 sys_channel_on( handler, SYS_EVENT_READ, client_handler, client );
H A Dtest2.c104 client_handler( void* _client, int events ) function
146 sys_channel_on( client->channel, SYS_EVENT_READ, client_handler, client );
170 sys_channel_on( client->channel, SYS_EVENT_READ | SYS_EVENT_WRITE, client_handler, client );
189 sys_channel_on( handler, SYS_EVENT_READ, client_handler, client );
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.cc293 VideoCaptureControllerEventHandler* client_handler,
328 client_id, client_handler, client_render_process, session_id, params);
334 VideoCaptureControllerEventHandler* client_handler,
338 DCHECK(client_handler);
362 controller->RemoveClient(client_id, client_handler);
373 VideoCaptureControllerEventHandler* client_handler) {
376 DCHECK(client_handler);
388 controller->PauseOrResumeClient(client_id, client_handler, true);
404 VideoCaptureControllerEventHandler* client_handler) {
407 DCHECK(client_handler);
288 StartCaptureForClient( media::VideoCaptureSessionId session_id, const media::VideoCaptureParams& params, base::ProcessHandle client_render_process, VideoCaptureControllerID client_id, VideoCaptureControllerEventHandler* client_handler, const DoneCB& done_cb) argument
331 StopCaptureForClient( VideoCaptureController* controller, VideoCaptureControllerID client_id, VideoCaptureControllerEventHandler* client_handler, bool aborted_due_to_error) argument
370 PauseCaptureForClient( VideoCaptureController* controller, VideoCaptureControllerID client_id, VideoCaptureControllerEventHandler* client_handler) argument
399 ResumeCaptureForClient( media::VideoCaptureSessionId session_id, const media::VideoCaptureParams& params, VideoCaptureController* controller, VideoCaptureControllerID client_id, VideoCaptureControllerEventHandler* client_handler) argument
[all...]

Completed in 1926 milliseconds