Searched defs:sendToClient (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
D | BluetoothPbapClient.java | 485 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/ |
D | BluetoothMasClient.java | 446 private void sendToClient(int event, boolean success) { in sendToClient() method in BluetoothMasClient 450 private void sendToClient(int event, boolean success, int param) { in sendToClient() method in BluetoothMasClient 454 private void sendToClient(int event, boolean success, Object param) { in sendToClient() method in BluetoothMasClient
|
/frameworks/rs/ |
D | rsThreadIO.cpp | 211 bool ThreadIO::sendToClient(RsMessageToClientType cmdID, uint32_t usrID, const void *data, in sendToClient() function in ThreadIO
|