HomeSort by relevance Sort by last modified time
    Searched refs:controller_id (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_host.cc 39 VideoCaptureControllerID controller_id(it->first);
40 controller->StopCapture(controller_id, this);
55 void VideoCaptureHost::OnError(const VideoCaptureControllerID& controller_id) {
60 this, controller_id));
64 const VideoCaptureControllerID& controller_id,
71 this, controller_id, handle, length, buffer_id));
75 const VideoCaptureControllerID& controller_id,
81 this, controller_id, buffer_id, timestamp));
85 const VideoCaptureControllerID& controller_id,
91 this, controller_id, format))
    [all...]
video_capture_host.h 117 const VideoCaptureControllerID& controller_id,
124 const VideoCaptureControllerID& controller_id,
130 void DoSendFrameInfoOnIOThread(const VideoCaptureControllerID& controller_id,
136 const VideoCaptureControllerID& controller_id,
142 void DoHandleErrorOnIOThread(const VideoCaptureControllerID& controller_id);
144 void DoEndedOnIOThread(const VideoCaptureControllerID& controller_id);
147 const VideoCaptureControllerID& controller_id);
video_capture_controller.cc 60 : controller_id(id),
70 VideoCaptureControllerID controller_id; member in struct:content::VideoCaptureController::ControllerClient
217 client->event_handler->OnEnded(client->controller_id);
556 (*client_it)->event_handler->OnBufferReady((*client_it)->controller_id,
584 (*client_it)->event_handler->OnError((*client_it)->controller_id);
609 (*client_it)->controller_id,
622 (*client_it)->event_handler->OnError((*client_it)->controller_id);
626 (*client_it)->event_handler->OnError((*client_it)->controller_id);
641 client->event_handler->OnFrameInfo(client->controller_id,
647 client->event_handler->OnBufferCreated(client->controller_id,
    [all...]
video_capture_controller_unittest.cc 33 ACTION_P4(StopCapture, controller, controller_id, controller_handler,
37 controller, controller_id, controller_handler));
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 82 static void btu_hcif_command_complete_evt (UINT8 controller_id, UINT8 *p, UINT16 evt_len);
83 static void btu_hcif_command_status_evt (UINT8 controller_id, UINT8 *p, UINT16 evt_len);
151 static void btu_hcif_store_cmd (UINT8 controller_id, BT_HDR *p_buf)
159 if (controller_id >= BTU_MAX_LOCAL_CTRLS)
162 p_hci_cmd_cb = &(btu_cb.hci_cmd_cb[controller_id]);
212 (UINT16)(BTU_TTYPE_BTU_CMD_CMPL + controller_id),
227 void btu_hcif_process_event (UINT8 controller_id, BT_HDR *p_msg)
295 btu_hcif_command_complete_evt (controller_id, p, hci_evt_len);
298 btu_hcif_command_status_evt (controller_id, p, hci_evt_len);
447 void btu_hcif_send_cmd (UINT8 controller_id, BT_HDR *p_buf
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btu.h 297 BTU_API extern void btu_hcif_process_event (UINT8 controller_id, BT_HDR *p_buf);
298 BTU_API extern void btu_hcif_send_cmd (UINT8 controller_id, BT_HDR *p_msg);
300 BTU_API extern void btu_hcif_cmd_timeout (UINT8 controller_id);
  /external/chromium/chrome/browser/metrics/
metrics_service.cc     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h     [all...]

Completed in 829 milliseconds