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

12345678910

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp446 unsigned long port)
451 if (port == 0) {
640 unsigned long port)
644 if (port == 0) {
1125 "called on wrong port(%d)", pParam->nPortIndex);
1144 "called on wrong port(%d)", pParam->nPortIndex);
1162 "called on wrong port(%d)", pParam->nPortIndex);
1180 "called on wrong port(%d)", pParam->nPortIndex);
1307 "called on wrong port(%d)", pParam->nPortIndex);
1325 "called on wrong port(
443 venc_set_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
637 venc_get_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
1649 venc_flush( unsigned port) argument
1675 venc_use_buf(void *buf_addr, unsigned port,unsigned) argument
1765 venc_free_buf(void *buf_addr, unsigned port) argument
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp447 unsigned long port)
452 if (port == 0) {
641 unsigned long port)
645 if (port == 0) {
1126 "called on wrong port(%d)", pParam->nPortIndex);
1145 "called on wrong port(%d)", pParam->nPortIndex);
1163 "called on wrong port(%d)", pParam->nPortIndex);
1181 "called on wrong port(%d)", pParam->nPortIndex);
1308 "called on wrong port(%d)", pParam->nPortIndex);
1326 "called on wrong port(
444 venc_set_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
638 venc_get_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
1650 venc_flush( unsigned port) argument
1676 venc_use_buf(void *buf_addr, unsigned port,unsigned) argument
1766 venc_free_buf(void *buf_addr, unsigned port) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp703 DEBUG_PRINT_HIGH("\n OMX_CommandPortDisable complete for port [%d]", p2);
728 DEBUG_PRINT_HIGH("\n OMX_CommandPortEnable complete for port [%d]", p2);
1404 printf("Failed to set format on capture port\n");
1436 printf("Failed to set format on capture port\n");
1610 "to invalid port: %d", param1);
2521 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %d\n", profileLevelType->nPortIndex);
2622 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d\n",
2628 /*Component should support this port definition*/
2640 /*Component should support this port definition*/
2653 /*Component should support this port definitio
3754 component_tunnel_request(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_HANDLETYPE peerComponent, OMX_IN OMX_U32 peerPort, OMX_INOUT OMX_TUNNELSETUPTYPE* tunnelSetup) argument
3778 use_output_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
3972 use_input_heap_buffers( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
4036 use_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
4230 allocate_input_heap_buffer(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr, OMX_U32 port, OMX_PTR appData, OMX_U32 bytes) argument
4326 allocate_input_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
4531 allocate_output_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
4850 allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
4937 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
5725 use_EGL_image(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN void* eglImage) argument
[all...]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Config.cpp274 alg_table[i].port = cfg->alg_config.alg_entries[i].port;
275 IPACMDBG_H("IPACM_Config::ipacm_alg[%d] = %d, port=%d\n", i, alg_table[i].protocol, alg_table[i].port);
437 pAlgPorts[cnt].port = alg_table[cnt].port;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp978 DEBUG_PRINT_HIGH("OMX_CommandPortDisable complete for port [%lu]", p2);
998 DEBUG_PRINT_HIGH("In port reconfig, SwVdec_Stop");
1021 DEBUG_PRINT_HIGH("OMX_CommandPortEnable complete for port [%d]", p2);
1025 DEBUG_PRINT_LOW("send all interm buffers to dsp after port enabled");
1946 DEBUG_PRINT_ERROR("Failed to set format on output port");
1975 DEBUG_PRINT_ERROR("Failed to set format on capture port");
2159 "to invalid port: %lu", param1);
3035 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %lu", profileLevelType->nPortIndex);
3138 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d",
3144 /*Component should support this port definitio
4480 component_tunnel_request(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_HANDLETYPE peerComponent, OMX_IN OMX_U32 peerPort, OMX_INOUT OMX_TUNNELSETUPTYPE* tunnelSetup) argument
4561 use_output_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
4887 use_input_heap_buffers( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
4953 use_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
5140 allocate_input_heap_buffer(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr, OMX_U32 port, OMX_PTR appData, OMX_U32 bytes) argument
5237 allocate_input_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
5462 allocate_output_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
5822 allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
5916 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
6822 use_EGL_image(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN void* eglImage) argument
8263 stream_off(OMX_U32 port) argument
9672 allocate_buffers_color_convert(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr,OMX_U32 port,OMX_PTR appData,OMX_U32 bytes) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp936 DEBUG_PRINT_HIGH("OMX_CommandPortDisable complete for port [%lu]", p2);
959 DEBUG_PRINT_HIGH("OMX_CommandPortEnable complete for port [%lu]", p2);
1874 DEBUG_PRINT_ERROR("Failed to set format on output port");
1936 DEBUG_PRINT_ERROR("Failed to set format on capture port");
2151 "to invalid port: %u", (unsigned int)param1);
2648 * we automatically omit sending the FLUSH done for the "opposite" port. */
2946 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %u",
3047 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d",
3053 /*Component should support this port definition*/
3065 /*Component should support this port definitio
4624 component_tunnel_request(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_HANDLETYPE peerComponent, OMX_IN OMX_U32 peerPort, OMX_INOUT OMX_TUNNELSETUPTYPE* tunnelSetup) argument
4709 use_output_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
5003 use_input_heap_buffers( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
5068 use_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
5251 allocate_input_heap_buffer(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr, OMX_U32 port, OMX_PTR appData, OMX_U32 bytes) argument
5338 allocate_input_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
5541 allocate_output_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
5881 allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
5961 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
6839 use_EGL_image(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN void* eglImage) argument
8638 stream_off(OMX_U32 port) argument
10451 allocate_buffers_color_convert(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr,OMX_U32 port,OMX_PTR appData,OMX_U32 bytes) argument
[all...]
H A Domx_vdec_hevc_swvdec.cpp970 DEBUG_PRINT_HIGH("OMX_CommandPortDisable complete for port [%d]", p2);
988 DEBUG_PRINT_HIGH("In port reconfig, SwVdec_Stop");
1005 DEBUG_PRINT_HIGH("OMX_CommandPortEnable complete for port [%d]", p2);
1008 DEBUG_PRINT_LOW("send all interm buffers to dsp after port enabled");
1923 DEBUG_PRINT_ERROR("Failed to set format on output port");
1952 DEBUG_PRINT_ERROR("Failed to set format on capture port");
2130 "to invalid port: %lu", param1);
3004 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %lu", profileLevelType->nPortIndex);
3106 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d",
3112 /*Component should support this port definitio
4292 component_tunnel_request(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_HANDLETYPE peerComponent, OMX_IN OMX_U32 peerPort, OMX_INOUT OMX_TUNNELSETUPTYPE* tunnelSetup) argument
4366 use_output_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
4690 use_input_heap_buffers( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
4756 use_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
4943 allocate_input_heap_buffer(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr, OMX_U32 port, OMX_PTR appData, OMX_U32 bytes) argument
5040 allocate_input_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
5262 allocate_output_buffer( OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
5618 allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
5712 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
6620 use_EGL_image(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN void* eglImage) argument
8048 stream_off(OMX_U32 port) argument
9470 allocate_buffers_color_convert(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr,OMX_U32 port,OMX_PTR appData,OMX_U32 bytes) argument
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_socket.c546 * @port: the port to listen
552 int tunning_server_socket_listen(const char* ip_addr, uint16_t port) argument
562 server_addr.addr_in.sin_port = (__be16) htons(port);
609 LOGH("sock_fd: %d, listen at port: %d\n", sock_fd, port);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp97 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
813 static int loc_agps_set_server(AGpsType type, const char* hostname, int port) argument
827 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
H A Dloc_eng.cpp193 LocServerType type, const char *hostname, int port);
404 int port,
407 mNlAddr(ip), mPort(port), mServerType(type)
415 LOC_LOGV("LocEngSetServerIpv4 - addr: %x, port: %d, type: %s",
2523 LocServerType type, const char* hostname, int port)
2537 len = snprintf(url, sizeof(url), "%s:%u", hostname, (unsigned) port);
2553 adapter->sendMsg(new LocEngSetServerIpv4(adapter, ip, port, type));
2583 const char* hostname, int port)
2590 ret_val = loc_eng_set_server(loc_eng_data, type, hostname, port);
2592 LOC_LOGW("set_server called before init. save the address, type: %d, hostname: %s, port
402 LocEngSetServerIpv4(LocEngAdapter* adapter, unsigned int ip, int port, LocServerType type) argument
2522 loc_eng_set_server(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
2581 loc_eng_set_server_proxy(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc.cpp94 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
917 static int loc_agps_set_server(AGpsType type, const char* hostname, int port) argument
931 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
H A Dloc_eng.cpp189 LocServerType type, const char *hostname, int port);
423 int port,
426 mNlAddr(ip), mPort(port), mServerType(type)
434 LOC_LOGV("LocEngSetServerIpv4 - addr: %x, port: %d, type: %s",
2525 LocServerType type, const char* hostname, int port)
2539 len = snprintf(url, sizeof(url), "%s:%u", hostname, (unsigned) port);
2555 adapter->sendMsg(new LocEngSetServerIpv4(adapter, ip, port, type));
2585 const char* hostname, int port)
2590 LOC_LOGV("save the address, type: %d, hostname: %s, port: %d",
2591 (int) type, hostname, port);
421 LocEngSetServerIpv4(LocEngAdapter* adapter, unsigned int ip, int port, LocServerType type) argument
2524 loc_eng_set_server(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
2583 loc_eng_set_server_proxy(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc.cpp97 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
820 static int loc_agps_set_server(AGpsType type, const char* hostname, int port) argument
834 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
H A Dloc_eng.cpp191 LocServerType type, const char *hostname, int port);
401 int port,
404 mNlAddr(ip), mPort(port), mServerType(type)
412 LOC_LOGV("LocEngSetServerIpv4 - addr: %x, port: %d, type: %s",
2550 LocServerType type, const char* hostname, int port)
2564 len = snprintf(url, sizeof(url), "%s:%u", hostname, (unsigned) port);
2580 adapter->sendMsg(new LocEngSetServerIpv4(adapter, ip, port, type));
2610 const char* hostname, int port)
2615 LOC_LOGV("save the address, type: %d, hostname: %s, port: %d",
2616 (int) type, hostname, port);
399 LocEngSetServerIpv4(LocEngAdapter* adapter, unsigned int ip, int port, LocServerType type) argument
2549 loc_eng_set_server(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
2608 loc_eng_set_server_proxy(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc.cpp93 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
814 static int loc_agps_set_server(AGpsType type, const char* hostname, int port) argument
828 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
H A Dloc_eng.cpp193 LocServerType type, const char *hostname, int port);
404 int port,
407 mNlAddr(ip), mPort(port), mServerType(type)
415 LOC_LOGV("LocEngSetServerIpv4 - addr: %x, port: %d, type: %s",
2524 LocServerType type, const char* hostname, int port)
2538 len = snprintf(url, sizeof(url), "%s:%u", hostname, (unsigned) port);
2554 adapter->sendMsg(new LocEngSetServerIpv4(adapter, ip, port, type));
2584 const char* hostname, int port)
2591 ret_val = loc_eng_set_server(loc_eng_data, type, hostname, port);
2593 LOC_LOGW("set_server called before init. save the address, type: %d, hostname: %s, port
402 LocEngSetServerIpv4(LocEngAdapter* adapter, unsigned int ip, int port, LocServerType type) argument
2523 loc_eng_set_server(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
2582 loc_eng_set_server_proxy(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc.cpp98 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
884 static int loc_agps_set_server(AGpsType type, const char* hostname, int port) argument
898 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
H A Dloc_eng.cpp191 LocServerType type, const char *hostname, int port);
401 int port,
404 mNlAddr(ip), mPort(port), mServerType(type)
412 LOC_LOGV("LocEngSetServerIpv4 - addr: %x, port: %d, type: %s",
2547 LocServerType type, const char* hostname, int port)
2561 len = snprintf(url, sizeof(url), "%s:%u", hostname, (unsigned) port);
2577 adapter->sendMsg(new LocEngSetServerIpv4(adapter, ip, port, type));
2607 const char* hostname, int port)
2612 LOC_LOGV("save the address, type: %d, hostname: %s, port: %d",
2613 (int) type, hostname, port);
399 LocEngSetServerIpv4(LocEngAdapter* adapter, unsigned int ip, int port, LocServerType type) argument
2546 loc_eng_set_server(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
2605 loc_eng_set_server_proxy(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
[all...]
/hardware/qcom/display/msm8996/hdmi_cec/
H A Dqhdmi_cec.cpp344 ALOGD_IF(DEBUG, "%s: Get port info", __FUNCTION__);
372 int port, int flag)
376 ALOGD_IF(DEBUG, "%s: ARC flag: %d port: %d", __FUNCTION__, flag, port);
381 // Ignore port_id since we have only one port
391 ALOGD_IF(DEBUG, "%s: HDMI at port %d is - %s", __FUNCTION__, port_id,
432 //Initialize ports - We support only one output port
371 cec_set_audio_return_channel(const struct hdmi_cec_device* dev, int port, int flag) argument
/hardware/qcom/display/msm8998/hdmi_cec/
H A Dqhdmi_cec.cpp350 ALOGD_IF(DEBUG, "%s: Get port info", __FUNCTION__);
378 int port, int flag)
382 ALOGD_IF(DEBUG, "%s: ARC flag: %d port: %d", __FUNCTION__, flag, port);
387 // Ignore port_id since we have only one port
397 ALOGD_IF(DEBUG, "%s: HDMI at port %d is - %s", __FUNCTION__, port_id,
438 //Initialize ports - We support only one output port
377 cec_set_audio_return_channel(const struct hdmi_cec_device* dev, int port, int flag) argument
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DDevice.h102 Return<void> getAudioPort(const AudioPort& port, getAudioPort_cb _hidl_cb) override;
H A DPrimaryDevice.h85 Return<void> getAudioPort(const AudioPort& port, getAudioPort_cb _hidl_cb) override;
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h293 virtual int getAudioPort(struct audio_port *port) = 0;
/hardware/qcom/display/msm8909/sdm/include/core/
H A Ddisplay_interface.h124 /*! @brief This enum represents the display port.
130 kPortDSI, // Display is connected to DSI port.
131 kPortDTV, // Display is connected to DTV port
132 kPortWriteBack, // Display is connected to writeback port
133 kPortLVDS, // Display is connected to LVDS port
134 kPortEDP, // Display is connected to EDP port
135 kPortDP, // Display is connected to DP port.
633 /*! @brief Method to get display port information.
635 @param[out] port \link DisplayPort \endlink
639 virtual DisplayError GetDisplayPort(DisplayPort *port)
[all...]
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Ddisplay_base.h114 virtual DisplayError GetDisplayPort(DisplayPort *port);

Completed in 658 milliseconds

12345678910