OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UEVENT_MSG_LEN
(Results
1 - 14
of
14
) sorted by null
/system/extras/tests/uevents/
uevents.c
20
#define
UEVENT_MSG_LEN
1024
25
char msg[
UEVENT_MSG_LEN
+2];
33
while ((n = uevent_kernel_multicast_recv(device_fd, msg,
UEVENT_MSG_LEN
)) > 0) {
/hardware/intel/img/hwcomposer/merrifield/include/
UeventObserver.h
46
UEVENT_MSG_LEN
= 4096,
49
char mUeventMessage[
UEVENT_MSG_LEN
];
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
UeventObserver.h
46
UEVENT_MSG_LEN
= 4096,
49
char mUeventMessage[
UEVENT_MSG_LEN
];
/system/core/init/
uevent_listener.h
30
#define
UEVENT_MSG_LEN
2048
uevent_listener.cpp
96
char msg[
UEVENT_MSG_LEN
+ 2];
97
int n = uevent_kernel_multicast_recv(device_fd_, msg,
UEVENT_MSG_LEN
);
104
if (n >=
UEVENT_MSG_LEN
) {
/hardware/interfaces/health/2.0/default/
healthd_common.cpp
149
#define
UEVENT_MSG_LEN
2048
151
char msg[
UEVENT_MSG_LEN
+ 2];
155
n = uevent_kernel_multicast_recv(uevent_fd, msg,
UEVENT_MSG_LEN
);
157
if (n >=
UEVENT_MSG_LEN
) /* overflow -- discard */
/hardware/interfaces/usb/1.0/default/
Usb.h
14
#define
UEVENT_MSG_LEN
2048
Usb.cpp
320
char msg[
UEVENT_MSG_LEN
+ 2];
324
n = uevent_kernel_multicast_recv(payload->uevent_fd, msg,
UEVENT_MSG_LEN
);
327
if (n >=
UEVENT_MSG_LEN
) /* overflow -- discard */
/hardware/intel/img/hwcomposer/merrifield/common/observers/
UeventObserver.cpp
83
memset(mUeventMessage, 0,
UEVENT_MSG_LEN
);
171
int count = recv(mUeventFd, mUeventMessage,
UEVENT_MSG_LEN
- 2, 0);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
UeventObserver.cpp
83
memset(mUeventMessage, 0,
UEVENT_MSG_LEN
);
171
int count = recv(mUeventFd, mUeventMessage,
UEVENT_MSG_LEN
- 2, 0);
/device/google/marlin/usb/
Usb.h
10
#define
UEVENT_MSG_LEN
2048
Usb.cpp
488
char msg[
UEVENT_MSG_LEN
+ 2];
492
n = uevent_kernel_multicast_recv(payload->uevent_fd, msg,
UEVENT_MSG_LEN
);
494
if (n >=
UEVENT_MSG_LEN
) /* overflow -- discard */
/device/google/wahoo/usb/
Usb.h
10
#define
UEVENT_MSG_LEN
2048
Usb.cpp
537
char msg[
UEVENT_MSG_LEN
+ 2];
541
n = uevent_kernel_multicast_recv(payload->uevent_fd, msg,
UEVENT_MSG_LEN
);
543
if (n >=
UEVENT_MSG_LEN
) /* overflow -- discard */
Completed in 369 milliseconds