Searched refs:sendToClient (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java404 client.sendToClient(EVENT_PULL_PHONE_BOOK_SIZE_ERROR);
406 client.sendToClient(EVENT_PULL_VCARD_LISTING_SIZE_ERROR);
408 client.sendToClient(EVENT_PULL_PHONE_BOOK_ERROR);
410 client.sendToClient(EVENT_PULL_VCARD_LISTING_ERROR);
412 client.sendToClient(EVENT_PULL_VCARD_ENTRY_ERROR);
414 client.sendToClient(EVENT_SET_PHONE_BOOK_ERROR);
426 client.sendToClient(EVENT_PULL_PHONE_BOOK_SIZE_DONE, size);
430 client.sendToClient(EVENT_PULL_VCARD_LISTING_SIZE_DONE, size);
434 client.sendToClient(EVENT_PULL_PHONE_BOOK_DONE, r.getNewMissedCalls(),
439 client.sendToClient(EVENT_PULL_VCARD_LISTING_DON
485 private void sendToClient(int eventId) { method in class:BluetoothPbapClient
489 private void sendToClient(int eventId, int param) { method in class:BluetoothPbapClient
493 private void sendToClient(int eventId, Object param) { method in class:BluetoothPbapClient
497 private void sendToClient(int eventId, int param1, Object param2) { method in class:BluetoothPbapClient
[all...]
/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...]
/frameworks/rs/
H A DrsThreadIO.h66 bool sendToClient(RsMessageToClientType cmdID, uint32_t usrID, const void *data, size_t dataLen, bool waitForSpace);
H A DrsThreadIO.cpp211 bool ThreadIO::sendToClient(RsMessageToClientType cmdID, uint32_t usrID, const void *data, function in class:ThreadIO
214 //ALOGE("sendToClient %i %i %i", cmdID, usrID, (int)dataLen);
225 //ALOGE("sendToClient x");
H A DrsContext.cpp742 bool ret = mIO.sendToClient(cmdID, subID, data, len, waitForSpace);

Completed in 147 milliseconds