| /device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
| D | xf-io.c | 52 int xf_input_port_init(xf_input_port_t *port, u32 size, u32 align, u32 core) in xf_input_port_init() 84 int xf_input_port_put(xf_input_port_t *port, xf_message_t *m) in xf_input_port_put() 134 static inline int xf_input_port_complete(xf_input_port_t *port) in xf_input_port_complete() 165 int xf_input_port_fill(xf_input_port_t *port) in xf_input_port_fill() 245 void xf_input_port_pad(xf_input_port_t *port, u8 pad) in xf_input_port_pad() 261 void xf_input_port_consume(xf_input_port_t *port, u32 n) in xf_input_port_consume() 307 void xf_input_port_purge(xf_input_port_t *port) in xf_input_port_purge() 330 void xf_input_port_control_save(xf_input_port_t *port, xf_message_t *m) in xf_input_port_control_save() 345 void xf_input_port_purge_done(xf_input_port_t *port) in xf_input_port_purge_done() 360 void xf_input_port_destroy(xf_input_port_t *port, u32 core) in xf_input_port_destroy() [all …]
|
| /device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
| D | xf-io.h | 94 static inline int xf_input_port_created(xf_input_port_t *port) in xf_input_port_created() 100 static inline int xf_input_port_ready(xf_input_port_t *port) in xf_input_port_ready() 106 static inline int xf_input_port_done(xf_input_port_t *port) in xf_input_port_done() 112 static inline int xf_input_port_bypass(xf_input_port_t *port) in xf_input_port_bypass() 118 static inline void * xf_input_port_data(xf_input_port_t *port) in xf_input_port_data() 124 static inline u32 xf_input_port_length(xf_input_port_t *port) in xf_input_port_length() 130 static inline u32 xf_input_port_level(xf_input_port_t *port) in xf_input_port_level() 194 static inline int xf_output_port_created(xf_output_port_t *port) in xf_output_port_created() 200 static inline int xf_output_port_routed(xf_output_port_t *port) in xf_output_port_routed() 206 static inline int xf_output_port_unrouting(xf_output_port_t *port) in xf_output_port_unrouting() [all …]
|
| D | xf-component.h | 57 xf_output_port_t * (*port)(struct xf_component *, u32); member
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | TcpStream.cpp | 31 static int _socket_loopback_server(int port, int type) in _socket_loopback_server() 82 int TcpStream::listen(unsigned short port) in listen() 113 int TcpStream::connect(unsigned short port) in connect() 118 int TcpStream::connect(const char* hostname, unsigned short port) in connect()
|
| /device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
| D | SimpleGoldfishOMXComponent.cpp | 153 const PortInfo *port = in internalGetParameter() local 185 PortInfo *port = in internalSetParameter() local 242 PortInfo *port = &mPorts.editItemAt(portIndex); in useBufferCallerLockedAlready() local 321 PortInfo *port = &mPorts.editItemAt(portIndex); in freeBuffer() local 421 PortInfo *port = &mPorts.editItemAt(portIndex); in onMessageReceived() local 539 PortInfo *port = &mPorts.editItemAt(portIndex); in onPortEnable() local 593 PortInfo *port = &mPorts.editItemAt(portIndex); in onPortFlush() local 643 const PortInfo &port = mPorts.itemAt(i); in checkTransitions() local 657 const PortInfo &port = mPorts.itemAt(i); in checkTransitions() local 694 PortInfo *port = &mPorts.editItemAt(i); in checkTransitions() local
|
| /device/linaro/dragonboard/qcom/qrtr/src/ |
| D | ns.c | 72 unsigned int port; member 247 unsigned int node_id, unsigned int port) in server_add() 289 static int server_del(struct context *ctx, struct node *node, unsigned int port) in server_del() 381 unsigned node_id, unsigned port) in ctrl_cmd_del_client() 446 unsigned int node_id, unsigned int port) in ctrl_cmd_new_server() 486 unsigned int node_id, unsigned int port) in ctrl_cmd_del_server()
|
| /device/google/cuttlefish/common/libs/utils/ |
| D | tcp_socket.cpp | 29 ClientSocket::ClientSocket(int port) in ClientSocket() 93 ServerSocket::ServerSocket(int port) in ServerSocket()
|
| /device/google/cuttlefish/host/commands/assemble_cvd/ |
| D | flags.cc | 743 auto port = 8443 + num - 1; in InitializeCuttlefishConfiguration() local 756 auto port = 9200 + (modem_simulator_count * (num - 1)) + index; in InitializeCuttlefishConfiguration() local 759 auto port = 9200 + (modem_simulator_count * (num - 1)) + in InitializeCuttlefishConfiguration() local
|
| /device/linaro/dragonboard/qcom/qrtr/ |
| D | qrtr.py | 14 def __init__(self, port=0): argument 24 def _lookup_list_add(self, ptr, srv, instance, node, port): argument
|
| /device/google/trout/hal/common/android/vsock/ |
| D | vsockinfo.h | 29 unsigned port = 0; member
|
| D | vsockinfo.cpp | 51 const auto port = getNumberFromProperties(port_props); in fromRoPropertyStore() local
|
| /device/linaro/dragonboard/qcom/qrtr/lib/ |
| D | libqrtr.h | 32 unsigned int port; member 179 __le32 port; member 184 __le32 port; member
|
| D | qrtr.c | 79 int qrtr_sendto(int sock, uint32_t node, uint32_t port, const void *data, unsigned int sz) in qrtr_sendto() 200 int qrtr_recvfrom(int sock, void *buf, unsigned int bsz, uint32_t *node, uint32_t *port) in qrtr_recvfrom()
|
| /device/google/cuttlefish/common/libs/fs/ |
| D | shared_fd.cpp | 357 SharedFD SharedFD::SocketLocalClient(int port, int type) { in SocketLocalClient() 373 SharedFD SharedFD::SocketLocalServer(int port, int type) { in SocketLocalServer() 447 SharedFD SharedFD::VsockServer(unsigned int port, int type) { in VsockServer() 474 SharedFD SharedFD::VsockClient(unsigned int cid, unsigned int port, int type) { in VsockClient()
|
| /device/google/cuttlefish/host/frontend/vnc_server/ |
| D | vnc_server.cpp | 32 VncServer::VncServer(int port, bool aggressive, in VncServer()
|
| /device/google/cuttlefish/common/libs/device_config/ |
| D | guest_device_config.cpp | 36 auto port = property_get_int64(port_property, -1); in GetRawFromServer() local
|
| /device/generic/goldfish/gnss/ |
| D | agnss.cpp | 36 int32_t port) { in setServer()
|
| /device/google/cuttlefish/host/commands/run_cvd/ |
| D | launch.cc | 129 auto port = instance.config_server_port(); in LaunchConfigServer() local 156 auto port = instance.tombstone_receiver_port(); in LaunchTombstoneReceiver() local
|
| D | launch_modem.cpp | 99 auto port = std::stoi(temp); in LaunchModemSimulatorIfEnabled() local
|
| /device/google/cuttlefish/host/commands/bt_connector/ |
| D | main.cpp | 45 void openSocket(cuttlefish::SharedFD* fd, int port) { in openSocket()
|
| /device/google/cuttlefish/host/frontend/webrtc/lib/ |
| D | streamer.h | 47 int port; member
|
| /device/google/cuttlefish/host/frontend/webrtc/ |
| D | adb_handler.cpp | 40 unsigned long port = strtoul(portString, &end, 10); in SetupAdbSocket() local
|
| /device/google/cuttlefish/guest/hals/rild/ |
| D | rild_cuttlefish.c | 113 char port[PROPERTY_VALUE_MAX] = {0}; in main() local
|
| /device/google/trout/hal/vehicle/2.0/ |
| D | Utils.cpp | 86 std::optional<unsigned int> port; in fromCommandLine() local
|
| /device/generic/goldfish/tnc/ |
| D | main.cpp | 25 bool resolve(const char* name, const char* port, struct addrinfo** addrs) { in resolve()
|