OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V4LLookup
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
v4llookup.h
5
*
V4LLookup
provides basic functionality to work with V2L2 devices in Linux
16
class
V4LLookup
{
18
virtual ~
V4LLookup
() {}
24
static void SetV4LLookup(
V4LLookup
* v4l_lookup) {
28
static
V4LLookup
* GetV4LLookup() {
33
static
V4LLookup
* v4l_lookup_;
v4llookup.cc
5
*
V4LLookup
provides basic functionality to work with V2L2 devices in Linux
9
#include "talk/session/phone/
v4llookup
.h"
25
V4LLookup
*
V4LLookup
::v4l_lookup_ = new
V4LLookup
();
27
bool
V4LLookup
::CheckIsV4L2Device(const std::string& device_path) {
devicemanager.cc
54
#include "talk/session/phone/
v4llookup
.h"
710
V4LLookup
::IsV4L2Device(device_name)) {
833
if (
V4LLookup
::IsV4L2Device(device_path)) {
Completed in 643 milliseconds