| /system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/ | 
| D | ChreCallbackHandler.java | 65     public void onMessageFromNanoApp(ContextHubClient client, NanoAppMessage message) {  in onMessageFromNanoApp()78     public void onHubReset(ContextHubClient client) {  in onHubReset()
 89     public void onNanoAppAborted(ContextHubClient client, long nanoappId, int abortCode) {  in onNanoAppAborted()
 99     public void onNanoAppLoaded(ContextHubClient client, long nanoappId) {  in onNanoAppLoaded()
 109     public void onNanoAppUnloaded(ContextHubClient client, long nanoappId) {  in onNanoAppUnloaded()
 119     public void onNanoAppEnabled(ContextHubClient client, long nanoappId) {  in onNanoAppEnabled()
 129     public void onNanoAppDisabled(ContextHubClient client, long nanoappId) {  in onNanoAppDisabled()
 143     public void onClientAuthorizationChanged(ContextHubClient client, long nanoappId,  in onClientAuthorizationChanged()
 
 | 
| /system/chre/host/hal_generic/common/ | 
| D | hal_client_manager.cc | 58 inline HostEndpointId mutateVendorEndpointId(const Client &client,  in mutateVendorEndpointId()69     Client *client = getClientByUuid(kSystemServerUuid);  in getUuid()  local
 97   return getClientByField([&clientId](const Client &client) {  in getClientByClientId()
 104       [&uuid](const Client &client) { return client.uuid == uuid; });  in getClientByUuid()
 109       [&pid](const Client &client) { return client.pid == pid; });  in getClientByProcessId()
 114   for (const Client &client : mClients) {  in updateNextClientId()  local
 150   const Client *client = getClientByProcessId(pid);  in getClientId()  local
 161   const Client *client = getClientByClientId(clientId);  in getCallback()  local
 173   Client *client = getClientByProcessId(pid);  in registerCallback()  local
 216   Client *client = getClientByProcessId(pid);  in handleClientDeath()  local
 [all …]
 
 | 
| /system/core/libcutils/ | 
| D | sockets_test.cpp | 32 static void TestConnectedSockets(cutils_socket_t server, cutils_socket_t client,  in TestConnectedSockets()98     cutils_socket_t client = socket_network_client(  in TEST()  local
 109     cutils_socket_t client = socket_network_client(  in TEST()  local
 120     cutils_socket_t client = socket_network_client(  in TEST()  local
 131     cutils_socket_t client = socket_network_client(  in TEST()  local
 
 | 
| /system/chre/platform/slpi/see/ | 
| D | sns_qmi_client.c | 39   struct sns_client *client;  member66   sns_client *client = ind_cb_data;  in client_ind_cb()  local
 97 static sns_request *create_request(sns_client *client, sns_client_resp resp_cb,  in create_request()
 147   sns_client *client = err_cb_data;  in client_error_cb()  local
 168   sns_client *client;  in sns_client_init()  local
 205 int sns_client_deinit(sns_client *client) {  in sns_client_deinit()
 213 int sns_client_send(sns_client *client, sns_client_request_msg *msg,  in sns_client_send()
 
 | 
| /system/chre/host/common/test/ | 
| D | chre_test_client.cc | 189 void requestHubInfo(SocketClient &client) {  in requestHubInfo()199 void requestNanoappList(SocketClient &client) {  in requestNanoappList()
 209 void sendMessageToNanoapp(SocketClient &client) {  in sendMessageToNanoapp()
 223 void sendNanoappLoad(SocketClient &client, uint64_t appId, uint32_t appVersion,  in sendNanoappLoad()
 271 void sendLoadNanoappRequest(SocketClient &client, const char *headerPath,  in sendLoadNanoappRequest()
 294 void sendLoadNanoappRequest(SocketClient &client, const char *filename,  in sendLoadNanoappRequest()
 309 void sendUnloadNanoappRequest(SocketClient &client, uint64_t appId) {  in sendUnloadNanoappRequest()
 322 void sendSelfTestRequest(SocketClient &client) {  in sendSelfTestRequest()
 353   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/chre/java/test/permissions/src/com/google/android/chre/test/permissions/ | 
| D | ContextHubFrameworkPermissionsTestExecutor.java | 83     public void onMessageFromNanoApp(ContextHubClient client, NanoAppMessage message) {  in onMessageFromNanoApp()92             ContextHubClient client, long nanoAppId, int authorization) {  in onClientAuthorizationChanged()
 101     public void onHubReset(ContextHubClient client) {  in onHubReset()
 
 | 
| D | ContextHubChrePermissionsTestExecutor.java | 74     public void onMessageFromNanoApp(ContextHubClient client, NanoAppMessage message) {  in onMessageFromNanoApp()82     public void onHubReset(ContextHubClient client) {  in onHubReset()
 
 | 
| /system/chre/host/common/test/power_test/ | 
| D | chre_power_test_client.cc | 353 bool requestNanoappList(SocketClient &client) {  in requestNanoappList()365 bool sendNanoappLoad(SocketClient &client, uint64_t appId, uint32_t appVersion,  in sendNanoappLoad()
 383 bool sendLoadNanoappRequest(SocketClient &client,  in sendLoadNanoappRequest()
 411 bool loadNanoapp(SocketClient &client, sp<SocketCallbacks> callbacks,  in loadNanoapp()
 420 bool sendUnloadNanoappRequest(SocketClient &client, uint64_t appId) {  in sendUnloadNanoappRequest()
 435 bool unloadNanoapp(SocketClient &client, sp<SocketCallbacks> callbacks,  in unloadNanoapp()
 448 bool listNanoapps(SocketClient &client) {  in listNanoapps()
 459 bool unloadAllNanoapps(SocketClient &client, sp<SocketCallbacks> callbacks) {  in unloadAllNanoapps()
 548 bool isLoaded(SocketClient &client, sp<SocketCallbacks> callbacks,  in isLoaded()
 801 bool sendMessageToNanoapp(SocketClient &client, sp<SocketCallbacks> callbacks,  in sendMessageToNanoapp()
 [all …]
 
 | 
| /system/chre/host/common/audio_stress_test/ | 
| D | audio_stress_test.cc | 80 void sendLoadNanoappRequest(SocketClient &client, const char *filename,  in sendLoadNanoappRequest()119   SocketClient client;  in main()  local
 
 | 
| /system/chre/host/common/include/chre_host/pigweed/ | 
| D | hal_rpc_client.h | 105     Callbacks(HalRpcClient *client,  in Callbacks()128   HalRpcClient(std::string_view appName, SocketClient &client,  in HalRpcClient()
 
 | 
| D | hal_channel_output.h | 35   HalChannelOutput(android::chre::SocketClient &client, uint32_t hostEndpointId,  in HalChannelOutput()
 | 
| /system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ | 
| D | ContextHubLoadAndUnloadNanoAppsTestExecutor.java | 79         public void onNanoAppLoaded(ContextHubClient client, long nanoAppId) {  in onNanoAppLoaded()89         public void onNanoAppUnloaded(ContextHubClient client, long nanoAppId) {  in onNanoAppUnloaded()
 188         ContextHubClient client = mTestHelper.createClient(callback);  in queuedLoadUnloadTest()  local
 
 | 
| D | ContextHubReliableMessageTestExecutor.java | 109         ContextHubClient client;  in messageToHostTest()  local209         ContextHubClient client = mTestHelper.createClient(callback);  in messageToNanoappTest()  local
 
 | 
| D | ContextHubClientSendMessageTestExecutor.java | 173             ContextHubClient client = registerMessageClient(latch, messagesToNanoapp);  in testBurstMessages()  local200             ContextHubClient client, List<NanoAppMessage> messages) {  in createMessageRunnable()
 
 | 
| /system/chre/java/test/settings/src/com/google/android/chre/test/setting/ | 
| D | ContextHubSettingsTestExecutor.java | 87     public void onMessageFromNanoApp(ContextHubClient client, NanoAppMessage message) {  in onMessageFromNanoApp()119     public void onHubReset(ContextHubClient client) {  in onHubReset()
 
 | 
| /system/logging/logd/ | 
| D | LogReader.cpp | 48 static bool CanReadSecurityLogs(SocketClient* client) {  in CanReadSecurityLogs()52 static std::string SocketClientToName(SocketClient* client) {  in SocketClientToName()
 76     SocketLogWriter(LogReader* reader, SocketClient* client, bool privileged)  in SocketLogWriter()
 
 | 
| /system/netd/server/ | 
| D | FwmarkServer.cpp | 51 bool FwmarkServer::onDataAvailable(SocketClient* client) {  in onDataAvailable()81 int FwmarkServer::processClient(SocketClient* client, int* socketFd) {  in processClient()
 
 | 
| /system/core/init/ | 
| D | snapuserd_transition.cpp | 97     auto client = SnapuserdClient::Connect(android::snapshot::kSnapuserdSocket, 10s);  in LaunchFirstStageSnapuserd()  local272     auto client = std::make_unique<SnapuserdClient>();  in TestSnapuserdIsReady()  local
 407     if (auto client = SnapuserdClient::Connect(android::snapshot::kSnapuserdSocket, 3s)) {  in CleanupSnapuserdSocket()  local
 
 | 
| /system/chre/java/test/audio_concurrency/src/com/google/android/chre/test/audioconcurrency/ | 
| D | ContextHubAudioConcurrencyTestExecutor.java | 93     public void onMessageFromNanoApp(ContextHubClient client, NanoAppMessage message) {  in onMessageFromNanoApp()125     public void onHubReset(ContextHubClient client) {  in onHubReset()
 
 | 
| /system/netd/tests/benchmarks/ | 
| D | connect_benchmark.cpp | 134         sockaddr_in6 client;  in ipv4_loopback()  local191         sockaddr_in6 client;  in ipv6_loopback()  local
 
 | 
| /system/chre/chpp/clients/ | 
| D | discovery.c | 64     const struct ChppClientDescriptor *client,  in chppIsClientCompatibleWithService()149     const struct ChppClient *client = appState->registeredClients[clientIndex];  in chppProcessDiscoverAllResponse()  local
 
 | 
| /system/chre/java/test/stress/src/com/google/android/chre/test/stress/ | 
| D | ContextHubStressTestExecutor.java | 100     public void onMessageFromNanoApp(ContextHubClient client, NanoAppMessage message) {  in onMessageFromNanoApp()142     public void onHubReset(ContextHubClient client) {  in onHubReset()
 
 | 
| /system/core/libstats/bootstrap/ | 
| D | BootstrapClientInternal.cpp | 26     static sp<BootstrapClientInternal> client = new BootstrapClientInternal();  in getInstance()  local
 | 
| /system/update_engine/aosp/ | 
| D | update_engine_client_android.cc | 62     explicit UECallback(UpdateEngineClientAndroid* client) : client_(client) {}  in UECallback()359   chromeos_update_engine::internal::UpdateEngineClientAndroid client(argc,  in main()  local
 
 |