Searched refs:video_device (Results 1 – 15 of 15) sorted by relevance
/external/sepolicy/ |
D | surfaceflinger.te | 33 allow surfaceflinger video_device:dir r_dir_perms; 34 allow surfaceflinger video_device:chr_file rw_file_perms;
|
D | mediaserver.te | 26 allow mediaserver video_device:dir r_dir_perms; 27 allow mediaserver video_device:chr_file rw_file_perms;
|
D | device.te | 38 type video_device, dev_type;
|
D | file_contexts | 73 /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
|
D | system_server.te | 165 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/ |
D | media_stream_dispatcher_host.cc | 84 const StreamDeviceInfo& video_device) { in DeviceOpened() argument 90 render_frame_id, page_request_id, label, video_device)); in DeviceOpened()
|
D | device_request_message_filter.h | 48 const StreamDeviceInfo& video_device) OVERRIDE {} in DeviceOpened() argument
|
D | media_stream_dispatcher_host.h | 56 const StreamDeviceInfo& video_device) OVERRIDE;
|
/external/chromium_org/chrome/browser/media/ |
D | media_stream_devices_controller.cc | 291 const content::MediaStreamDevice* video_device = in Accept() local 294 if (video_device) { in Accept() 295 devices.push_back(*video_device); in Accept()
|
D | media_capture_devices_dispatcher.cc | 757 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/ |
D | content_settings_pref_provider.cc | 331 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/ |
D | glxext.h | 910 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/ |
D | glxext.h | 910 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/ |
D | media_stream_dispatcher_unittest.cc | 83 const StreamDeviceInfo& video_device) OVERRIDE { in OnDeviceOpened() argument
|
D | user_media_client_impl.cc | 704 const StreamDeviceInfo& video_device) { in OnDeviceOpened() argument
|