Searched refs:sendMsg (Results 1 – 2 of 2) sorted by relevance
/packages/modules/DnsResolver/ |
D | DnsProxyListener.cpp | 584 mClient->sendMsg(ResponseCode::OperationFailed, msg, false); in spawn() 816 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand() 1063 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand() 1196 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand() 1215 cli->sendMsg(ResponseCode::OperationFailed, msg, false); in runCommand()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareStateManager.java | 1832 Message sendMsg = obtainMessage(msg.what); in processCommand() local 1833 sendMsg.copyFrom(msg); in processCommand() 1834 sendMsg.getData().putInt(MESSAGE_BUNDLE_KEY_MESSAGE_ARRIVAL_SEQ, in processCommand() 1836 mHostQueuedSendMessages.put(mSendArrivalSequenceCounter, sendMsg); in processCommand()
|