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 - 6
of
6
) sorted by null
/system/core/include/cutils/
uevent.h
27
int
uevent_open_socket
(int buf_sz, bool passcred);
/system/extras/tests/uevents/
uevents.c
29
device_fd =
uevent_open_socket
(64*1024, true);
/system/core/libcutils/
uevent.c
104
int
uevent_open_socket
(int buf_sz, bool passcred)
function
/system/core/healthd/
healthd.cpp
240
uevent_fd =
uevent_open_socket
(64*1024, true);
243
KLOG_ERROR(LOG_TAG, "uevent_init:
uevent_open_socket
failed\n");
/device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c
276
fds[0].fd =
uevent_open_socket
(64*1024, true);
/system/core/init/
devices.cpp
981
device_fd =
uevent_open_socket
(256*1024, true);
Completed in 381 milliseconds