Home
last modified time | relevance | path

Searched defs:client (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/l2cap/
Dl2cap_client.c125 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/
DFlushCommand.cpp48 void FlushCommand::runSocketCommand(SocketClient *client) { in runSocketCommand()
85 bool FlushCommand::hasReadLogs(SocketClient *client) { in hasReadLogs()
DLogTimes.cpp26 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/
DFwmarkServer.cpp31 bool FwmarkServer::onDataAvailable(SocketClient* client) { in onDataAvailable()
48 int FwmarkServer::processClient(SocketClient* client, int* socketFd) { in processClient()
DCommandListener.cpp1544 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/
Dhci_inject.c134 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/
Dcounter.c326 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/
DbinderAddInts.cpp239 static void client(void) in client() function