Searched refs:SENDMSG_REPLACE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioService.java121 private static final int SENDMSG_REPLACE = 0; field in class:AudioService
1179 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME_MUTE, SENDMSG_REPLACE, state ? 1
1228 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME, SENDMSG_REPLACE,
1336 SENDMSG_REPLACE, 0, 0, null, PERSIST_DELAY);
2108 SENDMSG_REPLACE, 0, 0, null, result ? BT_HEADSET_CNCT_TIMEOUT_MS : 0);
2122 SENDMSG_REPLACE, 0, 0, null, 0);
2216 SENDMSG_REPLACE, 0, 0, null, 0);
2252 SENDMSG_REPLACE /* replace with QUEUE when multiple addresses are supported */,
2277 SENDMSG_REPLACE,
2537 if (existingMsgPolicy == SENDMSG_REPLACE) {
[all...]

Completed in 99 milliseconds