Searched defs:sendMessage (Results 1 - 5 of 5) sorted by relevance

/development/samples/training/NsdChat/src/com/example/android/nsdchat/
H A DChatConnection.java62 public void sendMessage(String msg) { method in class:ChatConnection
64 mChatClient.sendMessage(msg);
91 mUpdateHandler.sendMessage(message);
216 sendMessage(msg);
261 public void sendMessage(String msg) { method in class:ChatConnection.ChatClient
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
H A DBluetoothChat.java155 sendMessage(message);
200 private void sendMessage(String message) { method in class:BluetoothChat
226 sendMessage(message);
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
H A DBluetoothHDPActivity.java148 sendMessage(BluetoothHDPService.MSG_REG_HEALTH_APP,
157 sendMessage(BluetoothHDPService.MSG_UNREG_HEALTH_APP, 0);
304 private void sendMessage(int what, int value) { method in class:BluetoothHDPActivity
H A DBluetoothHDPService.java221 sendMessage(STATUS_HEALTH_APP_REG, RESULT_FAIL);
224 sendMessage(STATUS_HEALTH_APP_REG, RESULT_OK);
227 sendMessage(STATUS_HEALTH_APP_UNREG,
247 sendMessage(STATUS_CREATE_CHANNEL, RESULT_OK);
250 sendMessage(STATUS_CREATE_CHANNEL, RESULT_FAIL);
254 sendMessage(STATUS_CREATE_CHANNEL, RESULT_FAIL);
257 sendMessage(STATUS_DESTROY_CHANNEL, RESULT_OK);
259 sendMessage(STATUS_DESTROY_CHANNEL, RESULT_FAIL);
266 private void sendMessage(int what, int value) { method in class:BluetoothHDPService
300 sendMessage(STATUS_READ_DAT
[all...]
/development/tools/emulator/system/camera/
H A DQemuClient.cpp258 status_t QemuClient::sendMessage(const void* data, size_t data_size) function in class:android::QemuClient
342 status_t res = sendMessage(query->mQuery, strlen(query->mQuery) + 1);

Completed in 428 milliseconds