Searched defs:controller_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_host.cc28 VideoCaptureControllerID controller_id(it->first);
30 controller.get(), controller_id, this, false);
33 // Remove the entry for this controller_id so that when the controller
48 void VideoCaptureHost::OnError(const VideoCaptureControllerID& controller_id) { argument
53 this, controller_id));
57 const VideoCaptureControllerID& controller_id,
64 this, controller_id, handle, length, buffer_id));
68 const VideoCaptureControllerID& controller_id,
73 this, controller_id, buffer_id));
77 const VideoCaptureControllerID& controller_id,
56 OnBufferCreated( const VideoCaptureControllerID& controller_id, base::SharedMemoryHandle handle, int length, int buffer_id) argument
67 OnBufferDestroyed( const VideoCaptureControllerID& controller_id, int buffer_id) argument
76 OnBufferReady( const VideoCaptureControllerID& controller_id, int buffer_id, const media::VideoCaptureFormat& frame_format, const gfx::Rect& visible_rect, base::TimeTicks timestamp) argument
94 OnMailboxBufferReady( const VideoCaptureControllerID& controller_id, int buffer_id, const gpu::MailboxHolder& mailbox_holder, const media::VideoCaptureFormat& frame_format, base::TimeTicks timestamp) argument
112 OnEnded(const VideoCaptureControllerID& controller_id) argument
119 DoSendNewBufferOnIOThread( const VideoCaptureControllerID& controller_id, base::SharedMemoryHandle handle, int length, int buffer_id) argument
133 DoSendFreeBufferOnIOThread( const VideoCaptureControllerID& controller_id, int buffer_id) argument
144 DoSendFilledBufferOnIOThread( const VideoCaptureControllerID& controller_id, int buffer_id, const media::VideoCaptureFormat& format, const gfx::Rect& visible_rect, base::TimeTicks timestamp) argument
159 DoSendFilledMailboxBufferOnIOThread( const VideoCaptureControllerID& controller_id, int buffer_id, const gpu::MailboxHolder& mailbox_holder, const media::VideoCaptureFormat& format, base::TimeTicks timestamp) argument
174 DoHandleErrorOnIOThread( const VideoCaptureControllerID& controller_id) argument
186 DoEndedOnIOThread( const VideoCaptureControllerID& controller_id) argument
377 DeleteVideoCaptureControllerOnIOThread( const VideoCaptureControllerID& controller_id, bool on_error) argument
[all...]
H A Dvideo_capture_controller.cc101 : controller_id(id),
112 const VideoCaptureControllerID controller_id; member in struct:content::VideoCaptureController::ControllerClient
301 client->event_handler->OnEnded(client->controller_id);
601 client->event_handler->OnMailboxBufferReady(client->controller_id,
614 client->controller_id, remote_handle, memory_size, buffer->id());
618 client->controller_id, buffer->id(), buffer_format,
659 client->event_handler->OnError(client->controller_id);
674 client->event_handler->OnBufferDestroyed(client->controller_id,
687 if ((*client_it)->controller_id == id &&
/external/chromium_org/media/audio/win/
H A Dcore_audio_util_win.cc387 std::string controller_id; local
390 &controller_id);
392 return controller_id;
403 std::string controller_id(GetAudioControllerID(input_device, enumerator));
404 if (controller_id.empty())
422 if (output_controller_id == controller_id)
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c85 static void btu_hcif_command_complete_evt (UINT8 controller_id, UINT8 *p, UINT16 evt_len);
86 static void btu_hcif_command_status_evt (UINT8 controller_id, UINT8 *p);
157 static void btu_hcif_store_cmd (UINT8 controller_id, BT_HDR *p_buf) argument
165 if (controller_id >= BTU_MAX_LOCAL_CTRLS)
168 p_hci_cmd_cb = &(btu_cb.hci_cmd_cb[controller_id]);
213 (UINT16)(BTU_TTYPE_BTU_CMD_CMPL + controller_id),
228 void btu_hcif_process_event (UINT8 controller_id, BT_HDR *p_msg) argument
296 btu_hcif_command_complete_evt (controller_id, p, hci_evt_len);
299 btu_hcif_command_status_evt (controller_id, p);
453 void btu_hcif_send_cmd (UINT8 controller_id, BT_HD argument
1178 btu_hcif_command_complete_evt(UINT8 controller_id, UINT8 *p, UINT16 evt_len) argument
1447 btu_hcif_command_status_evt(UINT8 controller_id, UINT8 *p) argument
1543 btu_hcif_cmd_timeout(UINT8 controller_id) argument
[all...]

Completed in 1183 milliseconds