OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SENDMSG_NOOP
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/java/android/media/
RemoteController.java
701
private static final int
SENDMSG_NOOP
= 1;
713
} else if (existingMsgPolicy ==
SENDMSG_NOOP
&& handler.hasMessages(msg)) {
[
all
...]
AudioService.java
141
private static final int
SENDMSG_NOOP
= 1;
295
SENDMSG_NOOP
, 0, 0, null, 0);
[
all
...]
MediaFocusControl.java
338
private static final int
SENDMSG_NOOP
= 1;
347
} else if (existingMsgPolicy ==
SENDMSG_NOOP
&& handler.hasMessages(msg)) {
[
all
...]
Completed in 212 milliseconds