Home
last modified time | relevance | path

Searched refs:video_device (Results 1 – 15 of 15) sorted by relevance

/external/sepolicy/
Dsurfaceflinger.te33 allow surfaceflinger video_device:dir r_dir_perms;
34 allow surfaceflinger video_device:chr_file rw_file_perms;
Dmediaserver.te26 allow mediaserver video_device:dir r_dir_perms;
27 allow mediaserver video_device:chr_file rw_file_perms;
Ddevice.te38 type video_device, dev_type;
Dfile_contexts73 /dev/nvhdcp1 u:object_r:video_device:s0
104 /dev/tegra.* u:object_r:video_device:s0
116 /dev/video[0-9]* u:object_r:video_device:s0
Dsystem_server.te165 allow system_server video_device:dir r_dir_perms;
166 allow system_server video_device:chr_file rw_file_perms;
/external/chromium_org/content/browser/renderer_host/media/
Dmedia_stream_dispatcher_host.cc84 const StreamDeviceInfo& video_device) { in DeviceOpened() argument
90 render_frame_id, page_request_id, label, video_device)); in DeviceOpened()
Ddevice_request_message_filter.h48 const StreamDeviceInfo& video_device) OVERRIDE {} in DeviceOpened() argument
Dmedia_stream_dispatcher_host.h56 const StreamDeviceInfo& video_device) OVERRIDE;
/external/chromium_org/chrome/browser/media/
Dmedia_stream_devices_controller.cc291 const content::MediaStreamDevice* video_device = in Accept() local
294 if (video_device) { in Accept()
295 devices.push_back(*video_device); in Accept()
Dmedia_capture_devices_dispatcher.cc757 const content::MediaStreamDevice* video_device = in ProcessMediaAccessRequestFromPlatformAppOrExtension() local
759 if (video_device) { in ProcessMediaAccessRequestFromPlatformAppOrExtension()
760 devices.push_back(*video_device); in ProcessMediaAccessRequestFromPlatformAppOrExtension()
/external/chromium_org/chrome/browser/content_settings/
Dcontent_settings_pref_provider.cc331 std::string audio_device, video_device; in MigrateObsoleteMediaContentSetting() local
333 value_dict->GetString(kVideoKey, &video_device); in MigrateObsoleteMediaContentSetting()
343 if (!video_device.empty()) { in MigrateObsoleteMediaContentSetting()
/external/chromium_org/third_party/mesa/src/include/GL/
Dglxext.h910 extern int glXBindVideoDeviceNV (Display *dpy, unsigned int video_slot, unsigned int video_device, …
913 …DEODEVICENVPROC) (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *att…
/external/mesa3d/include/GL/
Dglxext.h910 extern int glXBindVideoDeviceNV (Display *dpy, unsigned int video_slot, unsigned int video_device, …
913 …DEODEVICENVPROC) (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *att…
/external/chromium_org/content/renderer/media/
Dmedia_stream_dispatcher_unittest.cc83 const StreamDeviceInfo& video_device) OVERRIDE { in OnDeviceOpened() argument
Duser_media_client_impl.cc704 const StreamDeviceInfo& video_device) { in OnDeviceOpened() argument