/device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/ |
D | virtual_adb_server.cpp | 23 for (const auto& client : clients_) { in BeforeSelect() local 45 cvd::SharedFD client = cvd::SharedFD::Accept(*server_, nullptr, nullptr); in HandleIncomingConnection() local
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/ |
D | server.cpp | 47 for (const auto& client : clients_) client.BeforeSelect(fd_read); in BeforeSelect() local 65 SharedFD client = SharedFD::Accept(*server_, nullptr, nullptr); in HandleIncomingConnection() 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_common/host/commands/ivserver/ |
D | hald_client_test.cc | 93 auto client(HaldClient::New(vsoc_, hald_socket_)); in TEST_F() local 107 auto client(HaldClient::New(vsoc_, hald_socket_)); in TEST_F() local 146 auto client(HaldClient::New(vsoc_, hald_socket_)); in TEST_F() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
D | throughput.py | 62 def client(): function
|
D | udpecho.py | 43 def client(): function
|
/device/generic/goldfish/dhcp/client/ |
D | main.cpp | 52 DhcpClient client; in main() local
|
/device/google/cuttlefish_common/host/frontend/vnc_server/ |
D | vnc_server.cpp | 56 VncClientConnection client(std::move(sock), virtual_inputs_, &bb_, in StartClientThread() local
|
D | blackboard.cpp | 44 for (auto& client : clients_) { in NewStripeReady() 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/google/cuttlefish_common/common/libs/fs/ |
D | shared_fd_test.cpp | 44 SharedFD client = SharedFD::SocketSeqPacketClient(path.c_str()); in TEST() local
|
/device/google/cuttlefish_common/common/libs/net/ |
D | network_interface_manager.cpp | 65 auto client = nl_factory->New(NETLINK_ROUTE); in New() local
|
D | netlink_client.cpp | 151 std::unique_ptr<NetlinkClient> client(client_raw); in New() local
|
/device/generic/goldfish/libqemu/ |
D | test_host_2.c | 91 int sock, client; in main() local
|
D | test_host_1.c | 144 int sock, client; in main() local
|
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/drivers/ |
D | memctrl_v2.h | 432 #define mc_set_pcfifo_unordered_boot_so_mss(id, client) \ argument 436 #define mc_set_smmu_unordered_boot_so_mss(id, client) \ argument 440 #define mc_set_tsa_passthrough(client) \ argument 448 #define mc_set_forced_coherent_cfg(client) \ argument 454 #define mc_set_forced_coherent_so_dev_cfg(client) \ argument 461 #define mc_set_forced_coherent_axid_so_dev_cfg(client) \ argument
|
/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 …]
|
/device/google/crosshatch/sdm845/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/bonito/sdm710/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 …]
|
/device/google/cuttlefish_common/common/libs/tcp_socket/ |
D | tcp_socket.cpp | 102 SharedFD client = SharedFD::Accept(*fd_); in Accept() local
|
/device/google/cuttlefish_common/common/frontend/socket_vsock_proxy/ |
D | main.cpp | 210 auto client = OpenSocketConnection(); in guest() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | client.py | 152 def __init__(self, client, name): argument
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-opcode.h | 32 #define XF_MSG_AP_FROM_USER(id, client) \ argument 66 #define __XF_AP_CLIENT(core, client) ((core) | ((client) << 6) | 0x8000) argument
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-opcode.h | 39 #define XF_MSG_AP_FROM_USER(id, client) \ argument 73 #define __XF_AP_CLIENT(core, client) ((core) | ((client) << 6) | 0x8000) argument
|