Searched defs:client (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2cap_client.c | 125 void l2cap_client_free(l2cap_client_t *client) { in l2cap_client_free() 135 bool l2cap_client_connect(l2cap_client_t *client, const bt_bdaddr_t *remote_bdaddr, uint16_t psm) { in l2cap_client_connect() 155 void l2cap_client_disconnect(l2cap_client_t *client) { in l2cap_client_disconnect() 173 bool l2cap_client_is_connected(const l2cap_client_t *client) { in l2cap_client_is_connected() 179 bool l2cap_client_write(l2cap_client_t *client, buffer_t *packet) { in l2cap_client_write() 195 l2cap_client_t *client = find(local_channel_id); in connect_completed_cb() local 217 l2cap_client_t *client = find(local_channel_id); in config_request_cb() local 260 l2cap_client_t *client = find(local_channel_id); in config_completed_cb() local 294 l2cap_client_t *client = find(local_channel_id); in disconnect_request_cb() local 313 l2cap_client_t *client = find(local_channel_id); in disconnect_completed_cb() local [all …]
|
/system/core/logd/ |
D | FlushCommand.cpp | 48 void FlushCommand::runSocketCommand(SocketClient *client) { in runSocketCommand() 85 bool FlushCommand::hasReadLogs(SocketClient *client) { in hasReadLogs()
|
D | LogTimes.cpp | 26 LogTimeEntry::LogTimeEntry(LogReader &reader, SocketClient *client, in LogTimeEntry() 80 SocketClient *client = me->mClient; in threadStop() local 117 SocketClient *client = me->mClient; in threadStart() local
|
/system/netd/server/ |
D | FwmarkServer.cpp | 31 bool FwmarkServer::onDataAvailable(SocketClient* client) { in onDataAvailable() 48 int FwmarkServer::processClient(SocketClient* client, int* socketFd) { in processClient()
|
D | CommandListener.cpp | 1544 int CommandListener::NetworkCommand::syntaxError(SocketClient* client, const char* message) { in syntaxError() 1549 int CommandListener::NetworkCommand::operationError(SocketClient* client, const char* message, in operationError() 1556 int CommandListener::NetworkCommand::success(SocketClient* client) { in success() 1561 int CommandListener::NetworkCommand::runCommand(SocketClient* client, int argc, char** argv) { in runCommand()
|
/system/bt/hci/src/ |
D | hci_inject.c | 134 client_t *client = (client_t *)osi_calloc(sizeof(client_t)); in accept_ready() local 156 client_t *client = (client_t *)context; in read_ready() local 200 client_t *client = (client_t *)ptr; in client_free() local
|
/system/bt/btcore/src/ |
D | counter.c | 326 client_t *client = (client_t *)ptr; in client_free() local 340 client_t *client = (client_t *)osi_calloc(sizeof(client_t)); in accept_ready() local 364 client_t *client = (client_t *)context; in read_ready() local
|
/system/extras/tests/binder/benchmarks/ |
D | binderAddInts.cpp | 239 static void client(void) in client() function
|