HomeSort by relevance Sort by last modified time
    Searched refs:MediaStreamType (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/content/browser/renderer_host/media/
media_stream_provider.h 6 // MediaStreamType. There is only one MediaStreamProvider instance per media
44 virtual void Opened(MediaStreamType stream_type, int capture_session_id) = 0;
47 virtual void Closed(MediaStreamType stream_type, int capture_session_id) = 0;
50 virtual void DevicesEnumerated(MediaStreamType stream_type,
55 virtual void Aborted(MediaStreamType stream_type, int capture_session_id) = 0;
74 virtual void EnumerateDevices(MediaStreamType stream_type) = 0;
audio_input_device_manager.h 52 virtual void EnumerateDevices(MediaStreamType stream_type) OVERRIDE;
68 void EnumerateOnDeviceThread(MediaStreamType stream_type);
74 void DevicesEnumeratedOnIOThread(MediaStreamType stream_type,
81 void ClosedOnIOThread(MediaStreamType type, int session_id);
media_stream_manager.h 138 MediaStreamType type,
151 MediaStreamType type,
158 MediaStreamType stream_type,
169 virtual void Opened(MediaStreamType stream_type,
171 virtual void Closed(MediaStreamType stream_type,
173 virtual void DevicesEnumerated(MediaStreamType stream_type,
175 virtual void Aborted(MediaStreamType stream_type,
243 void NotifyDevicesChanged(MediaStreamType stream_type,
266 void StopDevice(MediaStreamType type, int session_id);
269 void CloseDevice(MediaStreamType type, int session_id)
    [all...]
video_capture_manager.h 53 virtual void EnumerateDevices(MediaStreamType stream_type) OVERRIDE;
134 void OnOpened(MediaStreamType type,
136 void OnClosed(MediaStreamType type,
138 void OnDevicesInfoEnumerated(MediaStreamType stream_type,
162 MediaStreamType stream_type,
213 DeviceEntry(MediaStreamType stream_type,
218 const MediaStreamType stream_type;
media_stream_dispatcher_host.h 81 MediaStreamType type,
91 MediaStreamType type,
audio_input_device_manager.cc 62 void AudioInputDeviceManager::EnumerateDevices(MediaStreamType stream_type) {
90 const MediaStreamType stream_type = device->device.type;
113 MediaStreamType stream_type) {
197 MediaStreamType stream_type,
217 void AudioInputDeviceManager::ClosedOnIOThread(MediaStreamType stream_type,
audio_input_device_manager_unittest.cc 32 MOCK_METHOD2(Opened, void(MediaStreamType, const int));
33 MOCK_METHOD2(Closed, void(MediaStreamType, const int));
34 MOCK_METHOD2(DevicesEnumerated, void(MediaStreamType,
36 MOCK_METHOD2(Aborted, void(MediaStreamType, int));
179 MediaStreamType stream_type = MEDIA_DEVICE_AUDIO_CAPTURE;
media_stream_manager.cc 77 MediaStreamType* audio_type,
78 MediaStreamType* video_type) {
144 std::string GetLogMessageString(MediaStreamType stream_type,
211 void SetAudioType(MediaStreamType audio_type) {
218 MediaStreamType audio_type() const { return audio_type_; }
220 void SetVideoType(MediaStreamType video_type) {
225 MediaStreamType video_type() const { return video_type_; }
266 void SetState(MediaStreamType stream_type, MediaRequestState new_state) {
269 const MediaStreamType stream_type = static_cast<MediaStreamType>(i)
    [all...]
device_request_message_filter_unittest.cc 34 MediaStreamType type,
43 MediaStreamType type,
  /external/chromium_org/content/public/common/
media_stream_request.h 22 enum MediaStreamType {
85 CONTENT_EXPORT bool IsAudioInputMediaType(MediaStreamType type);
86 CONTENT_EXPORT bool IsVideoMediaType(MediaStreamType type);
94 MediaStreamType type,
99 MediaStreamType type,
111 MediaStreamType type;
183 typedef std::map<MediaStreamType, MediaStreamDevices> MediaStreamDeviceMap;
202 MediaStreamType audio_type,
203 MediaStreamType video_type);
241 MediaStreamType audio_type
    [all...]
media_stream_request.cc 11 bool IsAudioInputMediaType(MediaStreamType type) {
17 bool IsVideoMediaType(MediaStreamType type) {
29 MediaStreamType type,
46 MediaStreamType type,
95 MediaStreamType audio_type,
96 MediaStreamType video_type)
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_media_menu_model.h 22 typedef base::Callback<void(content::MediaStreamType, const std::string&)>
26 content::MediaStreamType type,
42 content::MediaStreamType type_;
content_setting_media_menu_model.cc 12 content::MediaStreamType type,
content_setting_bubble_model.h 75 typedef std::map<content::MediaStreamType, MediaMenu> MediaMenuMap;
118 virtual void OnMediaMenuClicked(content::MediaStreamType type,
159 void add_media_menu(content::MediaStreamType type, const MediaMenu& menu) {
  /external/chromium_org/content/common/media/
media_stream_messages.h 20 IPC_ENUM_TRAITS_MAX_VALUE(content::MediaStreamType,
134 content::MediaStreamType /* type */,
148 content::MediaStreamType /* type */,
media_stream_options.h 95 StreamDeviceInfo(MediaStreamType service_param,
98 StreamDeviceInfo(MediaStreamType service_param,
media_stream_options.cc 105 StreamDeviceInfo::StreamDeviceInfo(MediaStreamType service_param,
112 StreamDeviceInfo::StreamDeviceInfo(MediaStreamType service_param,
  /external/chromium_org/content/public/browser/
media_device_id.h 38 MediaStreamType stream_type,
media_device_id.cc 41 bool GetMediaDeviceIDForHMAC(MediaStreamType stream_type,
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.h 30 MediaMenuParts(content::MediaStreamType type, NSTextField* label);
33 content::MediaStreamType type;
  /external/chromium_org/content/renderer/pepper/
pepper_media_device_manager.h 77 static MediaStreamType FromPepperDeviceType(PP_DeviceType_Dev type);
78 static PP_DeviceType_Dev FromMediaStreamType(MediaStreamType type);
  /external/chromium_org/content/renderer/media/
media_stream_dispatcher.h 65 MediaStreamType type,
79 MediaStreamType type,
mock_media_stream_dispatcher.h 33 MediaStreamType type,
  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.h 46 typedef std::map<content::MediaStreamType, MediaStreamTypeSettings>
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.h 60 void UpdateMenuLabel(content::MediaStreamType type,

Completed in 400 milliseconds

1 2