OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_BROADCAST
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/power/
Notifier.java
71
private static final int
MSG_BROADCAST
= 2;
342
Message msg = mHandler.obtainMessage(
MSG_BROADCAST
);
525
case
MSG_BROADCAST
:
/external/quake/quake/src/QW/server/
pr_cmds.c
1295
#define
MSG_BROADCAST
0 // unreliable to all
1310
case
MSG_BROADCAST
:
/external/quake/quake/src/WinQuake/
pr_cmds.cpp
1501
#define
MSG_BROADCAST
0 // unreliable to all
1515
case
MSG_BROADCAST
:
[
all
...]
Completed in 385 milliseconds