/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 71 void ChannelMonitor::SetRemoteClient(cuttlefish::SharedFD client, bool is_accepted) { in SetRemoteClient() 97 auto client = std::make_unique<Client>(client_fd); in AcceptIncomingConnection() local 107 void ChannelMonitor::ReadCommand(Client& client) { in ReadCommand() 173 void ChannelMonitor::SendRemoteCommand(cuttlefish::SharedFD client, std::string& response) { in SendRemoteCommand() 184 void ChannelMonitor::CloseRemoteConnection(cuttlefish::SharedFD client) { in CloseRemoteConnection() 232 for (auto& client: clients_) { in MonitorLoop() local 235 for (auto& client: remote_clients_) { in MonitorLoop() local 258 for (auto& client : clients_) { in MonitorLoop() local 263 for (auto& client : remote_clients_) { in MonitorLoop() local
|
D | call_service.cpp | 109 void CallService::HandleDial(const Client& client, const std::string& command) { in HandleDial() 260 void CallService::HandleAcceptCall(const Client& client) { in HandleAcceptCall() 275 void CallService::HandleRejectCall(const Client& client) { in HandleRejectCall() 334 void CallService::HandleCurrentCalls(const Client& client) { in HandleCurrentCalls() 390 void CallService::HandleHangup(const Client& client, in HandleHangup() 497 void CallService::HandleMute(const Client& client, const std::string& command) { in HandleMute() 541 void CallService::HandleSendDtmf(const Client& client, in HandleSendDtmf() 546 void CallService::HandleCancelUssd(const Client& client, in HandleCancelUssd() 567 void CallService::HandleEmergencyMode(const Client& client, in HandleEmergencyMode() 637 void CallService::HandleRemoteCall(const Client& client, in HandleRemoteCall() [all …]
|
D | sup_service.cpp | 85 void SupService::HandleUSSD(const Client& client, std::string& /*command*/) { in HandleUSSD() 112 void SupService::HandleCLIR(const Client& client, std::string& command) { in HandleCLIR() 149 void SupService::HandleCLIP(const Client& client) { in HandleCLIP() 174 void SupService::HandleSuppServiceNotifications(const Client& client, std::string& /*command*/) { in HandleSuppServiceNotifications() 194 void SupService::HandleCallForward(const Client& client, std::string& command) { in HandleCallForward() 292 void SupService::HandleCallWaiting(const Client& client, std::string& command) { in HandleCallWaiting()
|
D | network_service.cpp | 285 void NetworkService::HandleRadioPowerReq(const Client& client) { in HandleRadioPowerReq() 296 void NetworkService::HandleRadioPower(const Client& client, std::string& command) { in HandleRadioPower() 369 void NetworkService::HandleSignalStrength(const Client& client) { in HandleSignalStrength() 457 void NetworkService::HandleQueryNetworkSelectionMode(const Client& client) { in HandleQueryNetworkSelectionMode() 482 void NetworkService::HandleRequestOperator(const Client& client) { in HandleRequestOperator() 516 void NetworkService::HandleQueryAvailableNetwork(const Client& client) { in HandleQueryAvailableNetwork() 535 void NetworkService::HandleSetNetworkSelectionMode(const Client& client, std::string& command) { in HandleSetNetworkSelectionMode() 767 void NetworkService::HandleVoiceNetworkRegistration(const Client& client, in HandleVoiceNetworkRegistration() 838 void NetworkService::HandleDataNetworkRegistration(const Client& client, in HandleDataNetworkRegistration() 894 void NetworkService::HandleGetPreferredNetworkType(const Client& client) { in HandleGetPreferredNetworkType() [all …]
|
D | sms_service.cpp | 91 void SmsService::HandleSendSMS(const Client& client, std::string& /*command*/) { in HandleSendSMS() 116 void SmsService::HandleSMSAcknowledge(const Client& client, std::string& /*command*/) { in HandleSMSAcknowledge() 139 void SmsService::HandleWriteSMSToSim(const Client& client, std::string& command) { in HandleWriteSMSToSim() 161 void SmsService::HandleDeleteSmsOnSim(const Client& client, std::string& command) { in HandleDeleteSmsOnSim() 196 void SmsService::HandleBroadcastConfig(const Client& client, std::string& command) { in HandleBroadcastConfig() 230 void SmsService::HandleGetSmscAddress(const Client& client) { in HandleGetSmscAddress() 241 void SmsService::HandleSetSmscAddress(const Client& client, std::string& command) { in HandleSetSmscAddress() 267 void SmsService::HandleSendSMSPDU(const Client& client, std::string& command) { in HandleSendSMSPDU() 340 void SmsService::HandleWriteSMSPduToSim(const Client& client, std::string& command) { in HandleWriteSMSPduToSim()
|
D | data_service.cpp | 98 void DataService::HandleActivateDataCall(const Client& client, in HandleActivateDataCall() 106 void DataService::HandleQueryDataCallList(const Client& client) { in HandleQueryDataCallList() 149 void DataService::HandlePDPContext(const Client& client, in HandlePDPContext() 189 void DataService::HandleQueryPDPContextList(const Client& client) { in HandleQueryPDPContextList() 221 void DataService::HandleEnterDataState(const Client& client, in HandleEnterDataState() 272 void DataService::HandleReadDynamicParam(const Client& client, in HandleReadDynamicParam()
|
D | sim_service.cpp | 811 void SimService::HandleSIMStatusReq(const Client& client) { in HandleSIMStatusReq() 861 void SimService::HandleSIM_IO(const Client& client, in HandleSIM_IO() 993 void SimService::HandleChangeOrEnterPIN(const Client& client, in HandleChangeOrEnterPIN() 1081 void SimService::HandleGetIMSI(const Client& client) { in HandleGetIMSI() 1126 void SimService::HandleGetIccId(const Client& client) { in HandleGetIccId() 1198 void SimService::HandleFacilityLock(const Client& client, in HandleFacilityLock() 1269 void SimService::HandleOpenLogicalChannel(const Client& client, in HandleOpenLogicalChannel() 1312 void SimService::HandleCloseLogicalChannel(const Client& client, in HandleCloseLogicalChannel() 1356 void SimService::HandleTransmitLogicalChannel(const Client& client, in HandleTransmitLogicalChannel() 1425 void SimService::HandleChangePassword(const Client& client, in HandleChangePassword() [all …]
|
D | modem_service.cpp | 69 void CommandHandler::HandleCommand(const Client& client, in HandleCommand() 89 bool ModemService::HandleModemCommand(const Client& client, in HandleModemCommand() 101 void ModemService::HandleCommandDefaultSupported(const Client& client) { in HandleCommandDefaultSupported()
|
D | stk_service.cpp | 64 void StkService::HandleReportStkServiceIsRunning(const Client& client) { in HandleReportStkServiceIsRunning() 101 void StkService::HandleSendEnvelope(const Client& client , std::string& command) { in HandleSendEnvelope() 159 void StkService::HandleSendTerminalResponseToSim(const Client& client, std::string& command) { in HandleSendTerminalResponseToSim()
|
D | modem_simulator.h | 40 void SetRemoteClient(cuttlefish::SharedFD client, bool is_accepted) { in SetRemoteClient()
|
/device/google/cuttlefish/host/libs/wayland/ |
D | wayland_seat.cpp | 77 void seat_get_pointer(wl_client* client, wl_resource* seat, uint32_t id) { in seat_get_pointer() 92 void seat_get_keyboard(wl_client* client, wl_resource* seat, uint32_t id) { in seat_get_keyboard() 107 void seat_get_touch(wl_client* client, wl_resource* seat, uint32_t id) { in seat_get_touch() 136 void bind_seat(wl_client* client, void* data, uint32_t version, uint32_t id) { in bind_seat()
|
D | wayland_dmabuf.cpp | 68 void linux_buffer_params_create(wl_client* client, in linux_buffer_params_create() 88 void linux_buffer_params_create_immed(wl_client* client, in linux_buffer_params_create_immed() 124 void linux_dmabuf_create_params(wl_client* client, in linux_dmabuf_create_params() 146 void bind_linux_dmabuf(wl_client* client, in bind_linux_dmabuf()
|
D | wayland_shell.cpp | 266 void zxdg_surface_v6_get_toplevel(wl_client* client, in zxdg_surface_v6_get_toplevel() 283 void zxdg_surface_v6_get_popup(wl_client* client, in zxdg_surface_v6_get_popup() 341 void zxdg_shell_v6_create_positioner(wl_client* client, in zxdg_shell_v6_create_positioner() 358 void zxdg_shell_v6_get_xdg_surface(wl_client* client, in zxdg_shell_v6_get_xdg_surface() 388 void bind_shell(wl_client* client, void* data, uint32_t version, uint32_t id) { in bind_shell()
|
D | wayland_subcompositor.cpp | 87 void subcompositor_get_subsurface(wl_client* client, in subcompositor_get_subsurface() 112 void bind_subcompositor(wl_client* client, in bind_subcompositor()
|
D | wayland_compositor.cpp | 186 void compositor_create_surface(wl_client* client, in compositor_create_surface() 202 void compositor_create_region(wl_client* client, in compositor_create_region() 228 void bind_compositor(wl_client* client, in bind_compositor()
|
/device/linaro/dragonboard/qcom/tqftpserv/ |
D | tqftpserv.c | 75 static ssize_t tftp_send_data(struct tftp_client *client, in tftp_send_data() 201 struct tftp_client *client; in handle_rrq() local 314 struct tftp_client *client; in handle_wrq() local 372 static int handle_reader(struct tftp_client *client) in handle_reader() 428 static int handle_writer(struct tftp_client *client) in handle_writer() 475 static void client_close_and_free(struct tftp_client *client) in client_close_and_free() 485 struct tftp_client *client; in main() local
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-core.c | 63 static inline xf_component_t * xf_client_lookup(xf_core_data_t *cd, u32 client) in xf_client_lookup() 74 u32 client = cd->free; in xf_client_alloc() local 83 static inline void xf_client_free(xf_core_data_t *cd, u32 client) in xf_client_free() 98 u32 client; in xf_proxy_register() local 489 u32 client; in xf_core_dispatch() local
|
/device/google/cuttlefish/host/commands/vtpm_passthrough/ |
D | vtpm_passthrough.cpp | 34 void HandleClient(cuttlefish::SharedFD client, cuttlefish::SharedFD device) { in HandleClient() 85 auto client = cuttlefish::SharedFD::Accept(*server); in main() local
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-proxy.c | 98 u32 client; in xf_client_alloc() local 115 u32 client = handle->client; in xf_client_free() local 125 static inline xf_handle_t * xf_client_lookup(xf_proxy_t *proxy, u32 client) in xf_client_lookup() 250 xf_handle_t *client; in xf_proxy_thread() local
|
/device/generic/goldfish/dhcp/client/ |
D | main.cpp | 57 DhcpClient client(options); in main() local
|
/device/google/cuttlefish/host/frontend/vnc_server/ |
D | vnc_server.cpp | 56 VncClientConnection client(std::move(sock), virtual_inputs_, &bb_, in StartClientThread() local
|
/device/google/cuttlefish/common/libs/net/ |
D | network_interface_manager.cpp | 65 auto client = nl_factory->New(NETLINK_ROUTE); in New() local
|
/device/google/cuttlefish/host/commands/tpm_simulator_manager/ |
D | tpm_simulator_manager.cpp | 76 cuttlefish::SharedFD client; // Hold this connection open for the process lifetime. in main() local
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_ipa.h | 301 #define IPA_CLIENT_IS_APPS_CONS(client) \ argument 305 #define IPA_CLIENT_IS_USB_CONS(client) \ argument 312 #define IPA_CLIENT_IS_WLAN_CONS(client) \ argument 318 #define IPA_CLIENT_IS_ODU_CONS(client) \ argument 322 #define IPA_CLIENT_IS_Q6_CONS(client) \ argument 330 #define IPA_CLIENT_IS_Q6_PROD(client) \ argument 337 #define IPA_CLIENT_IS_Q6_NON_ZIP_CONS(client) \ argument 343 #define IPA_CLIENT_IS_Q6_ZIP_CONS(client) \ argument 347 #define IPA_CLIENT_IS_Q6_NON_ZIP_PROD(client) \ argument 352 #define IPA_CLIENT_IS_Q6_ZIP_PROD(client) \ argument [all …]
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_ipa.h | 201 #define IPA_CLIENT_IS_APPS_CONS(client) ((client) == IPA_CLIENT_APPS_LAN_CONS || (client) == IPA_CL… argument 202 #define IPA_CLIENT_IS_USB_CONS(client) ((client) == IPA_CLIENT_USB_CONS || (client) == IPA_CLIENT_U… argument 203 #define IPA_CLIENT_IS_WLAN_CONS(client) ((client) == IPA_CLIENT_WLAN1_CONS || (client) == IPA_CLIEN… argument 204 #define IPA_CLIENT_IS_ODU_CONS(client) ((client) == IPA_CLIENT_ODU_EMB_CONS || (client) == IPA_CLIE… argument 205 #define IPA_CLIENT_IS_Q6_CONS(client) ((client) == IPA_CLIENT_Q6_LAN_CONS || (client) == IPA_CLIENT… argument 206 #define IPA_CLIENT_IS_Q6_PROD(client) ((client) == IPA_CLIENT_Q6_LAN_PROD || (client) == IPA_CLIENT… argument 207 #define IPA_CLIENT_IS_Q6_NON_ZIP_CONS(client) ((client) == IPA_CLIENT_Q6_LAN_CONS || (client) == IP… argument 208 #define IPA_CLIENT_IS_Q6_ZIP_CONS(client) ((client) == IPA_CLIENT_Q6_DECOMP_CONS || (client) == IPA… argument 209 #define IPA_CLIENT_IS_Q6_NON_ZIP_PROD(client) ((client) == IPA_CLIENT_Q6_LAN_PROD || (client) == IP… argument 210 #define IPA_CLIENT_IS_Q6_ZIP_PROD(client) ((client) == IPA_CLIENT_Q6_DECOMP_PROD || (client) == IPA… argument [all …]
|