OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendToClient
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsThreadIO.cpp
211
bool ThreadIO::
sendToClient
(RsMessageToClientType cmdID, uint32_t usrID, const void *data,
214
//ALOGE("
sendToClient
%i %i %i", cmdID, usrID, (int)dataLen);
225
//ALOGE("
sendToClient
x");
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapClient.java
404
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_DONE, r.getNewMissedCalls()
[
all
...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java
330
client.
sendToClient
(EVENT_CONNECT, false);
346
client.
sendToClient
(EVENT_CONNECT, true);
353
client.
sendToClient
(EVENT_CONNECT, false);
364
client.
sendToClient
(EVENT_UPDATE_INBOX, request.isSuccess());
386
client.
sendToClient
(EVENT_SET_PATH, request.isSuccess(),
393
client.
sendToClient
(EVENT_GET_FOLDER_LISTING, request.isSuccess(), folders);
398
client.
sendToClient
(EVENT_GET_FOLDER_LISTING_SIZE, request.isSuccess(),
405
client.
sendToClient
(EVENT_GET_MESSAGES_LISTING, request.isSuccess(), msgs);
411
client.
sendToClient
(EVENT_GET_MESSAGE, request.isSuccess(), bmsg);
414
client.
sendToClient
(EVENT_SET_MESSAGE_STATUS, request.isSuccess())
[
all
...]
Completed in 193 milliseconds