OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uevent_open_socket
(Results
1 - 4
of
4
) sorted by null
/system/core/include/cutils/
uevent.h
27
int
uevent_open_socket
(int buf_sz, bool passcred);
/system/core/libcutils/
uevent.c
77
int
uevent_open_socket
(int buf_sz, bool passcred)
function
/system/core/init/
devices.c
824
device_fd =
uevent_open_socket
(64*1024, true);
/system/core/charger/
charger.c
939
fd =
uevent_open_socket
(64*1024, true);
Completed in 955 milliseconds