/system/bt/stack/l2cap/ |
D | l2cap_client.cc | 119 void l2cap_client_free(l2cap_client_t* client) { in l2cap_client_free() 128 bool l2cap_client_connect(l2cap_client_t* client, in l2cap_client_connect() 148 void l2cap_client_disconnect(l2cap_client_t* client) { in l2cap_client_disconnect() 168 bool l2cap_client_is_connected(const l2cap_client_t* client) { in l2cap_client_is_connected() 175 bool l2cap_client_write(l2cap_client_t* client, buffer_t* packet) { in l2cap_client_write() 191 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 264 l2cap_client_t* client = find(local_channel_id); in config_completed_cb() local 307 l2cap_client_t* client = find(local_channel_id); in disconnect_request_cb() local 327 l2cap_client_t* client = find(local_channel_id); in disconnect_completed_cb() local [all …]
|
/system/core/logd/ |
D | FlushCommand.cpp | 38 void FlushCommand::runSocketCommand(SocketClient* client) { in runSocketCommand() 75 bool FlushCommand::hasReadLogs(SocketClient* client) { in hasReadLogs() 79 static bool clientHasSecurityCredentials(SocketClient* client) { in clientHasSecurityCredentials() 83 bool FlushCommand::hasSecurityLogs(SocketClient* client) { in hasSecurityLogs()
|
D | LogTimes.cpp | 30 LogTimeEntry::LogTimeEntry(LogReader& reader, SocketClient* client, in LogTimeEntry() 73 SocketClient* client = me->mClient; in threadStart() local
|
/system/core/libcutils/ |
D | sockets_test.cpp | 34 static void TestConnectedSockets(cutils_socket_t server, cutils_socket_t client, in TestConnectedSockets() 119 cutils_socket_t client = socket_network_client( in TEST() local 130 cutils_socket_t client = socket_network_client( in TEST() local 141 cutils_socket_t client = socket_network_client( in TEST() local 152 cutils_socket_t client = socket_network_client( in TEST() local 175 cutils_socket_t client = socket_network_client( in TEST() local
|
/system/chre/host/common/test/ |
D | chre_test_client.cc | 134 void requestHubInfo(SocketClient& client) { in requestHubInfo() 144 void requestNanoappList(SocketClient& client) { in requestNanoappList() 154 void sendMessageToNanoapp(SocketClient& client) { in sendMessageToNanoapp() 168 void sendLoadNanoappRequest(SocketClient& client, const char *filename, in sendLoadNanoappRequest() 200 void sendUnloadNanoappRequest(SocketClient& client, uint64_t appId) { in sendUnloadNanoappRequest() 235 SocketClient client; in main() local
|
/system/bt/service/ipc/binder/ |
D | bluetooth_low_energy_binder_server.cc | 73 auto client = GetLEClient(client_id); in Connect() local 91 auto client = GetLEClient(client_id); in Disconnect() local 109 auto client = GetLEClient(client_id); in SetMtu() local 121 bluetooth::LowEnergyClient* client, int status, const char* address, in OnConnectionState() 137 bluetooth::LowEnergyClient* client, int status, const char* address, in OnMtuChanged()
|
/system/netd/server/ |
D | FwmarkServer.cpp | 42 bool isSystemServer(SocketClient* client) { in isSystemServer() 67 bool FwmarkServer::onDataAvailable(SocketClient* client) { in onDataAvailable() 84 int FwmarkServer::processClient(SocketClient* client, int* socketFd) { in processClient()
|
/system/chre/host/common/audio_stress_test/ |
D | audio_stress_test.cc | 79 void sendLoadNanoappRequest(SocketClient& client, const char *filename, in sendLoadNanoappRequest() 114 SocketClient client; in main() local
|
/system/core/fastboot/ |
D | socket_test.cpp | 36 std::unique_ptr<Socket>* client, in MakeConnectedSockets() 78 std::unique_ptr<Socket> server, client; in TEST() local 92 std::unique_ptr<Socket> server, client; in TEST() local 113 std::unique_ptr<Socket> server, client; in TEST() local 138 std::unique_ptr<Socket> server, client; in TEST() local 158 std::unique_ptr<Socket> server, client; in TEST() local
|
/system/bt/hci/src/ |
D | hci_inject.cc | 134 client_t* client = (client_t*)osi_calloc(sizeof(client_t)); in accept_ready() local 151 client_t* client = (client_t*)context; in read_ready() local 196 client_t* client = (client_t*)ptr; in client_free() local
|
/system/bt/include/hardware/ |
D | bt_gatt.h | 34 const btgatt_client_callbacks_t* client; member 57 const btgatt_client_interface_t* client; member
|
/system/bt/service/test/ |
D | low_energy_client_unittest.cc | 60 void OnConnectionState(LowEnergyClient* client, int status, in OnConnectionState() 66 void OnMtuChanged(LowEnergyClient* client, int status, const char* address, in OnMtuChanged() 120 auto callback = [&](std::unique_ptr<LowEnergyClient> client) { in SetUp() 178 std::unique_ptr<LowEnergyClient> client; in TEST_F() local
|
D | gatt_client_unittest.cc | 89 std::unique_ptr<GattClient> client; in TEST_F() local
|
/system/update_engine/client_library/ |
D | client_binder.h | 96 explicit StatusUpdateCallback(BinderUpdateEngineClient* client) in StatusUpdateCallback()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_service_exceptions.cpp | 30 namespace client { namespace
|
D | aidl_test_client.cpp | 53 namespace client { namespace
|
D | aidl_test_client_defaultimpl.cpp | 24 namespace client { namespace
|
D | aidl_test_client_primitives.cpp | 53 namespace client { namespace
|
D | aidl_test_client_parcelables.cpp | 40 namespace client { namespace
|
/system/update_engine/ |
D | update_engine_client_android.cc | 60 explicit UECallback(UpdateEngineClientAndroid* client) : client_(client) {} in UECallback() 268 chromeos_update_engine::internal::UpdateEngineClientAndroid client(argc, in main() local
|
D | update_engine_client.cc | 218 update_engine::UpdateEngineClient* client) in UpdateWaitHandler() 655 UpdateEngineClient client(argc, argv); in main() local
|
/system/netd/tests/benchmarks/ |
D | connect_benchmark.cpp | 134 sockaddr_in6 client; in ipv4_loopback() local 191 sockaddr_in6 client; in ipv6_loopback() local
|
/system/core/adb/ |
D | transport_benchmark.cpp | 61 auto client = MakeConnection<ConnectionType>(unique_fd(fds[0])); in BM_Connection_Unidirectional() local 116 auto client = MakeConnection<ConnectionType>(unique_fd(fds[0])); in BM_Connection_Echo() local
|
/system/bt/service/ |
D | gatt_client.cc | 92 std::unique_ptr<GattClient> client; in RegisterClientCallback() local
|
/system/chre/platform/slpi/see/ |
D | see_helper.cc | 112 sns_client *client; member 1294 sns_client *client, const sns_std_suid& suid, in getSensorTypeFromSensorInfo() 1458 for (auto *client : mSeeClients) { in ~SeeHelper() local 1472 sns_client *client, const void *payload, size_t payloadLen) { in handleSnsClientEventMsg() 1652 sns_client *client; in init() local 1737 sns_client *client, sns_client_request_msg *req, Nanoseconds timeoutResp) { in sendSeeReqSync() 1797 sns_client *client, const sns_std_suid& suid, in sendReq() 1862 sns_client *client, void *msg, uint32_t msgLen, void *cbData) { in seeIndCb() 1867 void SeeHelper::seeRespCb(sns_client *client, sns_std_error error, in seeRespCb() 1906 sns_client *client; in registerSensor() local [all …]
|