OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamDeviceInfoArray
(Results
1 - 25
of
30
) sorted by null
1
2
/external/chromium_org/content/browser/renderer_host/media/
media_stream_requester.h
22
const
StreamDeviceInfoArray
& audio_devices,
23
const
StreamDeviceInfoArray
& video_devices) = 0;
32
const
StreamDeviceInfoArray
& devices) = 0;
device_request_message_filter.h
34
const std::string& label, const
StreamDeviceInfoArray
& audio_devices,
35
const
StreamDeviceInfoArray
& video_devices) OVERRIDE;
42
const
StreamDeviceInfoArray
& devices) OVERRIDE;
61
const
StreamDeviceInfoArray
& raw_devices,
62
StreamDeviceInfoArray
* devices_with_guids);
device_request_message_filter.cc
17
static void ClearDeviceLabels(content::
StreamDeviceInfoArray
* devices) {
18
for (content::
StreamDeviceInfoArray
::iterator device_itr = devices->begin();
58
StreamDeviceInfoArray
audio_devices;
59
StreamDeviceInfoArray
video_devices;
64
const
StreamDeviceInfoArray
& audio_devices,
65
const
StreamDeviceInfoArray
& video_devices) {
81
const
StreamDeviceInfoArray
& new_devices) {
94
StreamDeviceInfoArray
* audio_devices = &request_it->audio_devices;
95
StreamDeviceInfoArray
* video_devices = &request_it->video_devices;
121
StreamDeviceInfoArray
all_devices = *audio_devices
[
all
...]
media_stream_dispatcher_host.h
33
const
StreamDeviceInfoArray
& audio_devices,
34
const
StreamDeviceInfoArray
& video_devices) OVERRIDE;
38
const
StreamDeviceInfoArray
& devices) OVERRIDE;
device_request_message_filter_unittest.cc
56
StreamDeviceInfoArray
requested_devices() { return requested_devices_; }
78
void SaveDevices(int request_id, const
StreamDeviceInfoArray
& devices) {
84
StreamDeviceInfoArray
requested_devices_;
128
const
StreamDeviceInfoArray
& devices = host_->requested_devices();
157
StreamDeviceInfoArray
physical_audio_devices_;
158
StreamDeviceInfoArray
physical_video_devices_;
201
bool DoesContainRawIds(const
StreamDeviceInfoArray
& devices) {
215
bool DoesEveryDeviceMapToRawId(const
StreamDeviceInfoArray
& devices,
audio_input_device_manager_unittest.cc
34
const
StreamDeviceInfoArray
&));
37
StreamDeviceInfoArray
devices_;
85
StreamDeviceInfoArray
devices_;
100
for (
StreamDeviceInfoArray
::const_iterator iter = devices_.begin();
135
for (
StreamDeviceInfoArray
::const_iterator iter = devices_.begin();
241
for (
StreamDeviceInfoArray
::const_iterator iter = devices_.begin();
270
StreamDeviceInfoArray
::const_iterator iter = devices_.begin();
video_capture_manager_unittest.cc
38
const
StreamDeviceInfoArray
&));
97
StreamDeviceInfoArray
devices;
129
StreamDeviceInfoArray
devices;
159
StreamDeviceInfoArray
devices;
172
StreamDeviceInfoArray
::iterator it = devices.begin();
188
StreamDeviceInfoArray
devices;
240
StreamDeviceInfoArray
devices;
media_stream_provider.h
53
const
StreamDeviceInfoArray
& devices) = 0;
media_stream_manager.h
140
const
StreamDeviceInfoArray
& devices) OVERRIDE;
180
StreamDeviceInfoArray
devices;
192
const
StreamDeviceInfoArray
& devices);
video_capture_manager.h
108
scoped_ptr<
StreamDeviceInfoArray
> devices);
117
scoped_ptr<
StreamDeviceInfoArray
> devices);
media_stream_manager.cc
118
StreamDeviceInfoArray
devices;
312
for (
StreamDeviceInfoArray
::const_iterator device_it =
341
for (
StreamDeviceInfoArray
::const_iterator device_it =
523
for (
StreamDeviceInfoArray
::const_iterator it = cache->devices.begin();
590
for (
StreamDeviceInfoArray
::const_iterator it =
597
for (
StreamDeviceInfoArray
::const_iterator it =
681
StreamDeviceInfoArray
* devices = NULL;
686
for (
StreamDeviceInfoArray
::iterator device_it = devices->begin();
707
for (
StreamDeviceInfoArray
::iterator device_it = devices->begin();
731
StreamDeviceInfoArray
audio_devices, video_devices
[
all
...]
audio_input_device_manager.h
69
scoped_ptr<
StreamDeviceInfoArray
> devices);
media_stream_dispatcher_host_unittest.cc
77
StreamDeviceInfoArray
audio_devices_;
78
StreamDeviceInfoArray
video_devices_;
111
StreamDeviceInfoArray
audio_device_list,
112
StreamDeviceInfoArray
video_device_list) {
audio_input_device_manager.cc
140
scoped_ptr<
StreamDeviceInfoArray
> devices(new
StreamDeviceInfoArray
());
197
scoped_ptr<
StreamDeviceInfoArray
> devices) {
/external/chromium_org/content/renderer/media/
media_stream_dispatcher_eventhandler.h
21
const
StreamDeviceInfoArray
& audio_device_array,
22
const
StreamDeviceInfoArray
& video_device_array) = 0;
34
const
StreamDeviceInfoArray
& device_array) = 0;
mock_media_stream_dispatcher.h
39
StreamDeviceInfoArray
audio_array() const { return audio_array_; }
40
StreamDeviceInfoArray
video_array() const { return video_array_; }
49
StreamDeviceInfoArray
audio_array_;
50
StreamDeviceInfoArray
video_array_;
media_stream_dispatcher.h
146
const
StreamDeviceInfoArray
& audio_array,
147
const
StreamDeviceInfoArray
& video_array);
153
const
StreamDeviceInfoArray
& device_array);
media_stream_impl.h
73
const
StreamDeviceInfoArray
& audio_array,
74
const
StreamDeviceInfoArray
& video_array) OVERRIDE;
79
const
StreamDeviceInfoArray
& device_array) OVERRIDE;
media_stream_dispatcher_unittest.cc
43
const
StreamDeviceInfoArray
& audio_device_array,
44
const
StreamDeviceInfoArray
& video_device_array) OVERRIDE {
59
const
StreamDeviceInfoArray
& device_array) OVERRIDE {
104
StreamDeviceInfoArray
audio_device_array(1);
111
StreamDeviceInfoArray
video_device_array(1);
183
StreamDeviceInfoArray
audio_device_array;
185
StreamDeviceInfoArray
video_device_array(1);
256
StreamDeviceInfoArray
video_device_array(1);
345
StreamDeviceInfoArray
audio_device_array(1);
352
StreamDeviceInfoArray
video_device_array(1)
[
all
...]
media_stream_center.h
64
const content::
StreamDeviceInfoArray
& devices);
media_stream_dispatcher.cc
44
StreamDeviceInfoArray
audio_array;
45
StreamDeviceInfoArray
video_array;
71
const
StreamDeviceInfoArray
& device_array)
78
StreamDeviceInfoArray
devices;
265
const
StreamDeviceInfoArray
& audio_array,
266
const
StreamDeviceInfoArray
& video_array) {
324
const
StreamDeviceInfoArray
& device_array) {
/external/chromium_org/content/common/media/
media_stream_messages.h
45
content::
StreamDeviceInfoArray
/* audio_device_list */,
46
content::
StreamDeviceInfoArray
/* video_device_list */)
64
content::
StreamDeviceInfoArray
/* device_list */)
85
content::
StreamDeviceInfoArray
/* device_list */)
media_stream_options.h
65
typedef std::vector<StreamDeviceInfo>
StreamDeviceInfoArray
;
/external/chromium_org/content/renderer/pepper/
pepper_media_device_manager.h
60
const
StreamDeviceInfoArray
& audio_device_array,
61
const
StreamDeviceInfoArray
& video_device_array) OVERRIDE;
66
const
StreamDeviceInfoArray
& device_array) OVERRIDE;
84
const
StreamDeviceInfoArray
& device_array);
pepper_media_device_manager.cc
148
const
StreamDeviceInfoArray
& audio_device_array,
149
const
StreamDeviceInfoArray
& video_device_array) {
160
const
StreamDeviceInfoArray
& device_array) {
166
NotifyDevicesEnumerated(request_id, false,
StreamDeviceInfoArray
());
215
const
StreamDeviceInfoArray
& device_array) {
228
for (
StreamDeviceInfoArray
::const_iterator info =
Completed in 664 milliseconds
1
2