Home
last modified time | relevance | path

Searched defs:sendToClient (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapClient.java485 private void sendToClient(int eventId) { in sendToClient() method in BluetoothPbapClient
489 private void sendToClient(int eventId, int param) { in sendToClient() method in BluetoothPbapClient
493 private void sendToClient(int eventId, Object param) { in sendToClient() method in BluetoothPbapClient
497 private void sendToClient(int eventId, int param1, Object param2) { in sendToClient() method in BluetoothPbapClient
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasClient.java447 private void sendToClient(int event, boolean success) { in sendToClient() method in BluetoothMasClient
451 private void sendToClient(int event, boolean success, int param) { in sendToClient() method in BluetoothMasClient
455 private void sendToClient(int event, boolean success, Object param) { in sendToClient() method in BluetoothMasClient
/frameworks/rs/
DrsThreadIO.cpp211 bool ThreadIO::sendToClient(RsMessageToClientType cmdID, uint32_t usrID, const void *data, in sendToClient() function in ThreadIO