Searched refs:port (Results 126 - 150 of 180) sorted by relevance

12345678

/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp607 LocApiRpc::setServer(unsigned int ip, int port, LocServerType type) argument
629 server_info_ptr->addr_info.rpc_loc_server_addr_u_type_u.ipv4.port = port;
630 LOC_LOGD ("setServer, addr = %X:%d\n", (unsigned int) ip, (unsigned int) port);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.h225 LocServerType type, const char *hostname, int port);
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasequencer.h101 unsigned char port; member in struct:snd_seq_addr
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasequencer.h99 #define SNDRV_SEQ_EVENT_PORT_START 63 /* new port was created */
100 #define SNDRV_SEQ_EVENT_PORT_EXIT 64 /* port was deleted from system */
101 #define SNDRV_SEQ_EVENT_PORT_CHANGE 65 /* port status/info has changed */
103 /** port connection changes
158 unsigned char port; /**< Port within client: 0..255, 255 = broadcast to all ports */ member in struct:snd_seq_addr
161 /** port connection */
314 int channels; /* maximum channels per port */
379 #define SNDRV_SEQ_REMOVE_DEST (1<<2) /* Restrict by destination q:client:port */
405 /* known port numbers */
409 /* port capabilitie
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h364 BUFFERHEADERTYPE structures related to input port,
365 not just one structure. Same is for output port
380 /** Input port parameters */
383 /** Output port parameters */
704 void SendFlushCompleteEvent(G729DEC_COMPONENT_PRIVATE *pComponentPrivate, int port);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp362 // Initialize the video parameters for input port
388 // Initialize the video parameters for output port
419 // Initialize the video color format for input port
428 // Initialize the compression format for output port
632 or disabled port */
795 //TODO if no use case for O/P port,delet m_sOutPortFormat
1119 DEBUG_PRINT_ERROR("ERROR: Unsupported port Index for Session QP setting");
1138 DEBUG_PRINT_ERROR("ERROR: Unsupported port Index for QP range setting");
1238 "valid for input port only");
1261 "valid for output port onl
2168 dev_flush(unsigned port) argument
2187 dev_use_buf(void *buf_addr,unsigned port,unsigned index) argument
2192 dev_free_buf(void *buf_addr,unsigned port) argument
2293 dev_get_buf_req(OMX_U32 *min_buff_count, OMX_U32 *actual_buff_count, OMX_U32 *buff_size, OMX_U32 port) argument
2305 dev_set_buf_req(OMX_U32 *min_buff_count, OMX_U32 *actual_buff_count, OMX_U32 *buff_size, OMX_U32 port) argument
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifi_hal.cpp58 shared libraries. These port assignments exist to solve that
98 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) argument
102 if (port == 0) {
108 sock->s_local.nl_pid = pid + (port << 22);
111 static nl_sock * wifi_create_nl_socket(int port, int protocol) argument
120 wifi_socket_set_local_port(sock, port);
390 ALOGE("Failed to create command socket port");
405 ALOGE("Failed to create event socket port");
419 ALOGE("Failed to get NL control block for event socket port");
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h108 /* Define start port number for differt domains */
327 ///Parameters specific to any port of the OMX Camera component
410 status_t flushBuffers(OMX_U32 port = OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW);
413 virtual status_t setFormat(OMX_U32 port, OMXCameraPortParameters &cap);
606 void setParamS3D(OMX_U32 port, const char *valstr);
607 status_t setS3DFrameLayout(OMX_U32 port) const;
762 status_t sendCallBacks(CameraFrame frame, OMX_IN OMX_BUFFERHEADERTYPE *pBuffHeader, unsigned int mask, OMXCameraPortParameters *port);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_hal.cpp38 These port assignments exist to solve that problem - temporarily. We need to fix
90 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) argument
93 nl_socket_set_local_port(sock, pid + (port << 22));
96 static nl_sock * wifi_create_nl_socket(int port) argument
105 wifi_socket_set_local_port(sock, port);
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr255 rpc_uint16 port;
265 rpc_uint32 port;
/hardware/qcom/gps/msm8084/core/
H A DLocApiBase.cpp399 setServer(unsigned int ip, int port,
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr255 rpc_uint16 port;
265 rpc_uint32 port;
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr255 rpc_uint16 port;
265 rpc_uint32 port;
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.cpp357 setServer(unsigned int ip, int port,
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr255 rpc_uint16 port;
265 rpc_uint32 port;
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr255 rpc_uint16 port;
265 rpc_uint32 port;
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h104 /* Define start port number for differt domains */
308 ///Parameters specific to any port of the OMX Camera component
369 virtual status_t setFormat(OMX_U32 port, OMXCameraPortParameters &cap);
634 status_t initCameraFrame(CameraFrame &frame, OMX_IN OMX_BUFFERHEADERTYPE *pBuffHeader, int typeOfFrame, OMXCameraPortParameters *port);
639 status_t sendCallBacks(CameraFrame frame, OMX_IN OMX_BUFFERHEADERTYPE *pBuffHeader, unsigned int mask, OMXCameraPortParameters *port);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp972 DEBUG_PRINT_ERROR("Failed to set format on capture port");
1132 OMX_U32 port)
1137 if (port == 0) {
1185 OMX_U32 port)
1192 if (port == 0) {
1207 // Increase buffer-header count for metadata-mode on input port
1749 "called on wrong port(%u)", (unsigned int)pParam->nPortIndex);
1818 DEBUG_PRINT_ERROR("OMX_QcomIndexHierarchicalStructure called on wrong port(%d)", (int)pParam->nPortIndex);
2187 DEBUG_PRINT_LOW("Releasing registered buffers from driver on o/p port");
2209 DEBUG_PRINT_LOW("Releasing registered buffers from driver on capture port");
1129 venc_set_buf_req(OMX_U32 *min_buff_count, OMX_U32 *actual_buff_count, OMX_U32 *buff_size, OMX_U32 port) argument
1182 venc_get_buf_req(OMX_U32 *min_buff_count, OMX_U32 *actual_buff_count, OMX_U32 *buff_size, OMX_U32 port) argument
2432 venc_flush( unsigned port) argument
2452 venc_use_buf(void *buf_addr, unsigned port,unsigned index) argument
2526 venc_free_buf(void *buf_addr, unsigned port) argument
[all...]
/hardware/qcom/gps/core/
H A DLocApiBase.cpp434 setServer(unsigned int ip, int port,
/hardware/qcom/gps/msm8909/core/
H A DLocApiBase.cpp435 setServer(unsigned int ip, int port,
/hardware/qcom/gps/msm8994/core/
H A DLocApiBase.cpp434 setServer(unsigned int ip, int port,
/hardware/qcom/gps/msm8996/core/
H A DLocApiBase.cpp435 setServer(unsigned int ip, int port,
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_common.xdr236 rpc_uint16 port;
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_common.xdr227 rpc_uint16 port;
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
H A Dloc_api_rpcgen_common_rpc.h235 rpc_uint16 port; member in struct:rpc_loc_server_addr_ipv4_type
247 rpc_uint32 port; member in struct:rpc_loc_server_addr_ipv6_type

Completed in 885 milliseconds

12345678