Searched refs:port (Results 1 - 25 of 45) sorted by path

12

/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp157 char *port = NULL; local
262 if (inv_serial_start(port) != INV_SUCCESS) {
294 ALOGW("Error : could not close the serial port");
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp181 char *port = NULL; local
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dmlsl.h55 * inv_serial_open() - used to open the serial port.
56 * @port The COM port specification associated with the device in use.
59 * This port is used to send and receive data to the device.
68 int inv_serial_open(char const *port, void **sl_handle);
71 * inv_serial_close() - used to close the serial port.
74 * This port is used to send and receive data to the device.
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c119 * @param port System handle for 'port' MPU device is found on.
121 * platform. It is passed as 'port' to MLSLSerialOpen.
125 inv_error_t inv_serial_start(char const *port) argument
139 result = inv_serial_open(port, &g_mlsl_handle);
H A Dml.h445 inv_error_t inv_serial_start(char const *port);
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmlsl.h70 * inv_serial_open() - used to open the serial port.
71 * @port The COM port specification associated with the device in use.
74 * This port is used to send and receive data to the device.
83 inv_error_t inv_serial_open(char const *port, void **sl_handle);
86 * inv_serial_close() - used to close the serial port.
89 * This port is used to send and receive data to the device.
/hardware/invensense/60xx/mlsdk/platform/linux/
H A Dmlsl_linux_mpu.c232 inv_error_t inv_serial_open(char const *port, void **sl_handle) argument
236 if (NULL == port) {
237 port = I2CDEV;
239 *sl_handle = (void*) open(port, O_RDWR);
243 MPL_LOGE("I2C Error %d: Cannot open Adapter %s\n", errno, port);
246 MPL_LOGI("inv_serial_open: %s\n", port);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp253 char *port = NULL; local
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlsl.h55 * inv_serial_open() - used to open the serial port.
56 * @port The COM port specification associated with the device in use.
59 * This port is used to send and receive data to the device.
68 int inv_serial_open(char const *port, void **sl_handle);
71 * inv_serial_close() - used to close the serial port.
74 * This port is used to send and receive data to the device.
/hardware/libhardware/include/hardware/
H A Dgps.h523 * Sets the hostname and port for the AGPS server.
525 int (*set_server)( AGpsType type, const char* hostname, int port );
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.cpp56 int32_t getBuffReq(int32_t port, C2DBuffReq *req);
522 int32_t C2DColorConverter::getBuffReq(int32_t port, C2DBuffReq *req) { argument
525 if (port != C2D_INPUT && port != C2D_OUTPUT) return -1;
528 if (port == C2D_INPUT) {
538 } else if (port == C2D_OUTPUT) {
H A DC2DColorConverter.h103 virtual int32_t getBuffReq(int32_t port, C2DBuffReq *req) = 0;
/hardware/qcom/media/mm-core/inc/
H A Dqc_omx_component.h118 OMX_U32 port,
128 OMX_U32 port,
138 OMX_U32 port,
145 OMX_U32 port,
148 // Send a filled buffer to an input port of a component
153 // Send an empty buffer to an output port of a component
172 OMX_U32 port,
/hardware/qcom/media/mm-core/omxcore/inc/
H A Dqc_omx_component.h118 OMX_U32 port,
128 OMX_U32 port,
138 OMX_U32 port,
145 OMX_U32 port,
148 // Send a filled buffer to an input port of a component
153 // Send an empty buffer to an output port of a component
172 OMX_U32 port,
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp239 OMX_IN OMX_U32 port,
251 OMX_IN OMX_U32 port,
264 port,
277 OMX_IN OMX_U32 port,
284 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %x, %x , %d\n",(unsigned)hComp,(unsigned)bufferHdr,(unsigned)port);
288 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
295 OMX_IN OMX_U32 port,
301 DEBUG_PRINT("OMXCORE: qc_omx_component_free_buffer[%d] %x, %x\n", (unsigned)port, (unsigned)hComp, (unsigned)buffer);
305 eRet = pThis->free_buffer(hComp,port,buffer);
379 OMX_IN OMX_U32 port,
238 qc_omx_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
249 qc_omx_component_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
275 qc_omx_component_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
294 qc_omx_component_free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
377 qc_omx_component_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...]
H A Domx_core_cmp.h100 OMX_IN OMX_U32 port,
108 OMX_IN OMX_U32 port,
118 OMX_IN OMX_U32 port,
124 OMX_IN OMX_U32 port,
146 OMX_IN OMX_U32 port,
/hardware/qcom/media/mm-core/src/common/
H A Domx_core_cmp.cpp239 OMX_IN OMX_U32 port,
251 OMX_IN OMX_U32 port,
264 port,
277 OMX_IN OMX_U32 port,
284 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %x, %x , %d\n",(unsigned)hComp,(unsigned)bufferHdr,(unsigned)port);
288 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
295 OMX_IN OMX_U32 port,
301 DEBUG_PRINT("OMXCORE: qc_omx_component_free_buffer[%d] %x, %x\n", (unsigned)port, (unsigned)hComp, (unsigned)buffer);
305 eRet = pThis->free_buffer(hComp,port,buffer);
378 OMX_IN OMX_U32 port,
238 qc_omx_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
249 qc_omx_component_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
275 qc_omx_component_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
294 qc_omx_component_free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
376 qc_omx_component_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...]
H A Domx_core_cmp.h100 OMX_IN OMX_U32 port,
108 OMX_IN OMX_U32 port,
118 OMX_IN OMX_U32 port,
124 OMX_IN OMX_U32 port,
146 OMX_IN OMX_U32 port,
/hardware/qcom/media/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h43 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp141 bool omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
148 cret = c2dcc->getBuffReq(port,&bufferreq);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h273 OMX_U32 port,
291 OMX_U32 port,
312 OMX_U32 port,
365 OMX_U32 port,
373 OMX_U32 port,
380 OMX_U32 port,
533 OMX_U32 port,
540 OMX_U32 port,
546 OMX_U32 port,OMX_PTR appData,
550 OMX_U32 port,
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp699 DEBUG_PRINT_HIGH("\n OMX_CommandPortDisable complete for port [%d]", p2);
722 DEBUG_PRINT_HIGH("\n OMX_CommandPortEnable complete for port [%d]", p2);
1693 "to invalid port: %d", param1);
2568 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %d\n", profileLevelType->nPortIndex);
2659 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %d\n", profileLevelType->nPortIndex);
2771 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d\n",
2777 /*Component should support this port definition*/
2789 /*Component should support this port definition*/
2802 /*Component should support this port definition*/
2959 if(OMX_CORE_OUTPUT_PORT_INDEX == params->nPortIndex) { //android native buffers can be used only on Output port
4034 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
4058 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
4290 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
4354 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
4573 allocate_input_heap_buffer(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr, OMX_U32 port, OMX_PTR appData, OMX_U32 bytes) argument
4669 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
4862 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
5197 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
5285 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
6084 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
9247 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_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/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h173 bool get_buffer_size(int port,unsigned int &buf_size);
195 OMX_U32 port,
234 OMX_U32 port,
255 OMX_U32 port,
308 OMX_U32 port,
316 OMX_U32 port,
436 OMX_U32 port,
447 OMX_U32 port,OMX_PTR appData,
452 OMX_U32 port,
459 OMX_U32 port,
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp750 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index\n");
758 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index \n");
1662 /*Component should support this port definition*/
1670 /*Component should support this port definition*/
1679 /*Component should support this port definition*/
1796 "valid for output port only");
2027 OMX_IN OMX_U32 port,
2053 OMX_IN OMX_U32 port,
2063 DEBUG_PRINT_HIGH("use_input_buffer: port = %d appData = %p bytes = %d buffer = %p",port,appDat
2026 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
2050 use_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, OMX_IN OMX_U8* buffer) argument
2225 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
2423 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
2677 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
2825 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
2991 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
3080 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
3637 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
4520 get_buffer_size(int port,unsigned int &buf_size) argument
[all...]

Completed in 422 milliseconds

12