Searched defs:sendToClient (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsThreadIO.cpp200 bool ThreadIO::sendToClient(RsMessageToClientType cmdID, uint32_t usrID, const void *data, function in class:ThreadIO
203 //ALOGE("sendToClient %i %i %i", cmdID, usrID, (int)dataLen);
214 //ALOGE("sendToClient x");
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java331 client.sendToClient(EVENT_CONNECT, false);
347 client.sendToClient(EVENT_CONNECT, true);
354 client.sendToClient(EVENT_CONNECT, false);
365 client.sendToClient(EVENT_UPDATE_INBOX, request.isSuccess());
387 client.sendToClient(EVENT_SET_PATH, request.isSuccess(),
394 client.sendToClient(EVENT_GET_FOLDER_LISTING, request.isSuccess(), folders);
399 client.sendToClient(EVENT_GET_FOLDER_LISTING_SIZE, request.isSuccess(),
406 client.sendToClient(EVENT_GET_MESSAGES_LISTING, request.isSuccess(), msgs);
412 client.sendToClient(EVENT_GET_MESSAGE, request.isSuccess(), bmsg);
415 client.sendToClient(EVENT_SET_MESSAGE_STATU
447 private void sendToClient(int event, boolean success) { method in class:BluetoothMasClient
451 private void sendToClient(int event, boolean success, int param) { method in class:BluetoothMasClient
455 private void sendToClient(int event, boolean success, Object param) { method in class:BluetoothMasClient
[all...]

Completed in 477 milliseconds