/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
msg.rs | 20 void sendMsg() {
|
/system/core/include/sysutils/ |
FrameworkClient.h | 16 int sendMsg(const char *msg); 17 int sendMsg(const char *msg, const char *data);
|
SocketClient.h | 45 int sendMsg(int code, const char *msg, bool addErrno); 46 int sendMsg(int code, const char *msg, bool addErrno, bool useCmdNum); 72 int sendMsg(const char *msg);
|
/system/vold/ |
CommandListener.cpp | 93 cli->sendMsg(0, "Dumping loop status", false); 95 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true); 97 cli->sendMsg(0, "Dumping DM status", false); 99 cli->sendMsg(ResponseCode::CommandOkay, "Devmapper dump failed", true); 101 cli->sendMsg(0, "Dumping mounted filesystems", false); 107 cli->sendMsg(0, line, false);; 112 cli->sendMsg(ResponseCode::CommandOkay, "dump complete", false); 126 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false); 137 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume debug <off/on>", false); 143 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume mount <path>", false) [all...] |
Devmapper.cpp | 106 c->sendMsg(0, tmp, false);
|
Loop.cpp | 75 c->sendMsg(0, tmp, false);
|
VolumeManager.cpp | 164 cli->sendMsg(ResponseCode::VolumeListResult, buffer, false); 167 cli->sendMsg(ResponseCode::CommandOkay, "Volumes listed.", false); [all...] |
/system/netd/ |
CommandListener.cpp | 221 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 230 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open sysfs dir", true); 237 cli->sendMsg(ResponseCode::InterfaceListResult, de->d_name, false); 240 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false); 247 cli->sendMsg(ResponseCode::CommandSyntaxError, 253 cli->sendMsg(ResponseCode::OperationFailed, "Failed to execute command", true); 255 cli->sendMsg(ResponseCode::CommandOkay, rbuf, false); 263 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 278 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 283 cli->sendMsg(ResponseCode::CommandOkay [all...] |
MDnsSdListener.cpp | 73 cli->sendMsg(ResponseCode::CommandParameterError, 86 cli->sendMsg(ResponseCode::CommandParameterError, 92 cli->sendMsg(ResponseCode::CommandOkay, "Discover operation started", false); 134 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); 142 cli->sendMsg(ResponseCode::CommandParameterError, "Unknown requestId", false); 150 cli->sendMsg(ResponseCode::CommandOkay, msg, false); 166 cli->sendMsg(ResponseCode::CommandParameterError, 179 cli->sendMsg(ResponseCode::CommandParameterError, 185 cli->sendMsg(ResponseCode::CommandOkay, "serviceRegister started", false); 221 cli->sendMsg(ResponseCode::CommandParameterError [all...] |
SecondaryTableController.cpp | 113 cli->sendMsg(ResponseCode::OperationFailed, "Max number NATed", true); 166 cli->sendMsg(ResponseCode::OperationFailed, "ip route modification failed", true); 179 cli->sendMsg(ResponseCode::CommandOkay, "Route modified", false); 226 cli->sendMsg(ResponseCode::OperationFailed, "Interface not found", true); 566 cli->sendMsg(ResponseCode::GetMarkResult, mark_str, false); 572 cli->sendMsg(ResponseCode::GetMarkResult, protect_mark_str, false);
|
DnsProxyListener.cpp | 183 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); 262 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); 387 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); 412 cli->sendMsg(ResponseCode::OperationFailed, msg, false);
|
BandwidthController.cpp | [all...] |
/system/core/libsysutils/src/ |
FrameworkClient.cpp | 16 int FrameworkClient::sendMsg(const char *msg) { 32 int FrameworkClient::sendMsg(const char *msg, const char *data) { 40 return sendMsg(buffer);
|
FrameworkListener.cpp | 114 cli->sendMsg(500, "Unsupported escape sequence", false); 140 cli->sendMsg(500, "Invalid sequence number", false); 168 cli->sendMsg(500, "Unclosed quotes error", false); 188 cli->sendMsg(500, "Command not recognized", false); 197 cli->sendMsg(500, "Command too long", false);
|
SocketClient.cpp | 53 int SocketClient::sendMsg(int code, const char *msg, bool addErrno) { 54 return sendMsg(code, msg, addErrno, mUseCmdNum); 57 int SocketClient::sendMsg(int code, const char *msg, bool addErrno, bool useCmdNum) { 76 ret = sendMsg(buf); 140 int SocketClient::sendMsg(const char *msg) {
|
SocketListener.cpp | 252 if ((*i)->sendMsg(code, msg, addErrno, false)) {
|
/frameworks/base/media/java/android/media/ |
RemoteController.java | 531 sendMsg(rc.mEventHandler, MSG_NEW_PENDING_INTENT, SENDMSG_REPLACE, 535 sendMsg(rc.mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE, 545 sendMsg(rc.mEventHandler, MSG_DISPLAY_ENABLE, SENDMSG_REPLACE, 570 sendMsg(rc.mEventHandler, MSG_NEW_PLAYBACK_INFO, SENDMSG_REPLACE, 586 sendMsg(rc.mEventHandler, MSG_NEW_TRANSPORT_INFO, SENDMSG_REPLACE, 605 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE, 623 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE, 649 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE, 705 private static void sendMsg(Handler handler, int msg, int existingMsgPolicy, [all...] |
AudioService.java | 137 // sendMsg() flags 169 // and not with sendMsg(..., ..., SENDMSG_QUEUE, ...) 294 sendMsg(mAudioHandler, MSG_MEDIA_SERVER_DIED, 502 sendMsg(mAudioHandler, 654 sendMsg(mAudioHandler, 674 sendMsg(mAudioHandler, [all...] |
MediaFocusControl.java | 241 sendMsg(mEventHandler, MSG_REEVALUATE_RCD, SENDMSG_QUEUE, 0, 0, null, 0); 280 sendMsg(mEventHandler, MSG_RCDISPLAY_INIT_INFO, SENDMSG_QUEUE, 334 // sendMsg() flags 342 private static void sendMsg(Handler handler, int msg, [all...] |