Searched refs:resultMsg (Results 1 – 3 of 3) sorted by relevance
653 Message resultMsg = SyncMessenger.sendMessageSynchronously(mDstMessenger, msg); in sendMessageSynchronously() local654 return resultMsg; in sendMessageSynchronously()666 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local667 return resultMsg; in sendMessageSynchronously()681 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local682 return resultMsg; in sendMessageSynchronously()698 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local699 return resultMsg; in sendMessageSynchronously()717 Message resultMsg = sendMessageSynchronously(msg); in sendMessageSynchronously() local718 return resultMsg; in sendMessageSynchronously()[all …]
836 Message resultMsg = channel.sendMessageSynchronously(CMD_PING_SUPPLICANT); in syncPingSupplicant() local837 boolean result = (resultMsg.arg1 != FAILURE); in syncPingSupplicant()838 resultMsg.recycle(); in syncPingSupplicant()1264 Message resultMsg = mWifiApConfigChannel.sendMessageSynchronously(CMD_REQUEST_AP_CONFIG); in syncGetWifiApConfiguration() local1265 WifiConfiguration ret = (WifiConfiguration) resultMsg.obj; in syncGetWifiApConfiguration()1266 resultMsg.recycle(); in syncGetWifiApConfiguration()1410 Message resultMsg = channel.sendMessageSynchronously(CMD_ADD_OR_UPDATE_NETWORK, config); in syncAddOrUpdateNetwork() local1411 int result = resultMsg.arg1; in syncAddOrUpdateNetwork()1412 resultMsg.recycle(); in syncAddOrUpdateNetwork()1417 Message resultMsg = channel.sendMessageSynchronously(CMD_GET_CONFIGURED_NETWORKS); in syncGetConfiguredNetworks() local[all …]
129 boolean isUserGesture, Message resultMsg) { in onCreateWindow() argument