OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UdevLinux
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/
udev_linux.cc
13
UdevLinux
::
UdevLinux
(const std::vector<UdevMonitorFilter>& filters,
44
UdevLinux
::~
UdevLinux
() {
50
udev*
UdevLinux
::udev_handle() {
54
void
UdevLinux
::OnFileCanReadWithoutBlocking(int fd) {
67
void
UdevLinux
::OnFileCanWriteWithoutBlocking(int fd) {
udev_linux.h
5
//
UdevLinux
listens for device change notifications from udev and runs
8
//
UdevLinux
must be created on a MessageLoop of TYPE_IO.
9
//
UdevLinux
is not thread-safe.
13
// class
UdevLinux
;
18
// std::vector<
UdevLinux
::UdevMonitorFilter> filters;
19
// filters.push_back(content::
UdevLinux
::UdevMonitorFilter("block", NULL));
20
// udev_.reset(new
UdevLinux
(filters,
31
// scoped_ptr<
UdevLinux
> udev_;
54
class
UdevLinux
: public base::MessagePumpLibevent::Watcher {
71
UdevLinux
(const std::vector<UdevMonitorFilter>& filters
[
all
...]
Completed in 48 milliseconds