HomeSort by relevance Sort by last modified time
    Searched refs:sendMsg (Results 1 - 13 of 13) sorted by null

  /system/core/include/sysutils/
FrameworkClient.h 16 int sendMsg(const char *msg);
17 int sendMsg(const char *msg, const char *data);
SocketClient.h 18 int sendMsg(int code, const char *msg, bool addErrno);
19 int sendMsg(const char *msg);
  /system/netd/
CommandListener.cpp 85 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
94 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open sysfs dir", true);
101 cli->sendMsg(ResponseCode::InterfaceListResult, de->d_name, false);
104 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false);
108 cli->sendMsg(ResponseCode::CommandSyntaxError,
114 cli->sendMsg(ResponseCode::OperationFailed, "Failed to read counters", true);
120 cli->sendMsg(ResponseCode::InterfaceRxCounterResult, msg, false);
126 cli->sendMsg(ResponseCode::CommandSyntaxError,
132 cli->sendMsg(ResponseCode::OperationFailed, "Failed to read counters", true);
138 cli->sendMsg(ResponseCode::InterfaceTxCounterResult, msg, false)
    [all...]
  /system/vold/
CommandListener.cpp 83 cli->sendMsg(0, "Dumping loop status", false);
85 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true);
87 cli->sendMsg(0, "Dumping DM status", false);
89 cli->sendMsg(ResponseCode::CommandOkay, "Devmapper dump failed", true);
91 cli->sendMsg(0, "Dumping mounted filesystems", false);
97 cli->sendMsg(0, line, false);;
102 cli->sendMsg(ResponseCode::CommandOkay, "dump complete", false);
116 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false);
127 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume debug <off/on>", false);
133 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume mount <path>", false)
    [all...]
Loop.cpp 70 c->sendMsg(0, tmp, false);
Devmapper.cpp 102 c->sendMsg(0, tmp, false);
VolumeManager.cpp 179 cli->sendMsg(ResponseCode::VolumeListResult, buffer, false);
182 cli->sendMsg(ResponseCode::CommandOkay, "Volumes listed.", false);
  /system/core/libsysutils/src/
FrameworkClient.cpp 16 int FrameworkClient::sendMsg(const char *msg) {
30 int FrameworkClient::sendMsg(const char *msg, const char *data) {
38 return sendMsg(buffer);
SocketClient.cpp 17 int SocketClient::sendMsg(int code, const char *msg, bool addErrno) {
27 return sendMsg(buf);
30 int SocketClient::sendMsg(const char *msg) {
FrameworkListener.cpp 86 cli->sendMsg(500, "Unsupported escape sequence", false);
122 cli->sendMsg(500, "Unclosed quotes error", false);
137 cli->sendMsg(500, "Command not recognized", false);
SocketListener.cpp 214 if ((*i)->sendMsg(code, msg, addErrno)) {
226 if ((*i)->sendMsg(msg)) {
  /system/core/nexus/
CommandListener.cpp 63 cli->sendMsg(ResponseCode::OperationFailed, "Failed to create network", true);
67 cli->sendMsg(ResponseCode::CommandOkay, tmp, false);
82 cli->sendMsg(ResponseCode::OperationFailed, "Failed to remove network", true);
84 cli->sendMsg(ResponseCode::CommandOkay, "Network removed.", false);
106 cli->sendMsg(ResponseCode::WifiScanResult, buffer, false);
112 cli->sendMsg(ResponseCode::CommandOkay, "Scan results complete.", false);
131 cli->sendMsg(ResponseCode::WifiNetworkList, buffer, false);
136 cli->sendMsg(ResponseCode::CommandOkay, "Network listing complete.", false);
162 cli->sendMsg(ResponseCode::PropertyRead, tmp, false);
165 cli->sendMsg(ResponseCode::CommandOkay, "Property read.", false)
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 89 // sendMsg() flags
188 sendMsg(mAudioHandler, MSG_MEDIA_SERVER_DIED, SHARED_MSG, SENDMSG_NOOP, 0, 0,
195 sendMsg(mAudioHandler, MSG_MEDIA_SERVER_STARTED, SHARED_MSG, SENDMSG_NOOP, 0, 0,
444 sendMsg(mAudioHandler, MSG_PERSIST_VOLUME, streamType,
452 sendMsg(mAudioHandler, MSG_SET_SYSTEM_VOLUME, STREAM_VOLUME_ALIAS[streamType], SENDMSG_NOOP, 0, 0,
512 sendMsg(mAudioHandler, MSG_PERSIST_VOLUME, streamType,
519 sendMsg(mAudioHandler, MSG_SET_SYSTEM_VOLUME, streamType, SENDMSG_NOOP, 0, 0,
595 sendMsg(mAudioHandler, MSG_PERSIST_RINGER_MODE, SHARED_MSG,
635 sendMsg(mAudioHandler, MSG_PERSIST_VIBRATE_SETTING, SHARED_MSG, SENDMSG_NOOP, 0, 0,
768 sendMsg(mAudioHandler, MSG_PLAY_SOUND_EFFECT, SHARED_MSG, SENDMSG_NOOP
    [all...]

Completed in 466 milliseconds