Searched refs:port (Results 1 - 25 of 243) sorted by relevance

12345678910

/hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/
H A DHidlUtils.impl.h249 void HidlUtils::audioPortFromHal(const struct audio_port& halPort, AudioPort* port) { argument
250 port->id = halPort.id;
251 port->role = AudioPortRole(halPort.role);
252 port->type = AudioPortType(halPort.type);
253 port->name.setToExternal(halPort.name, strlen(halPort.name));
254 port->sampleRates.resize(halPort.num_sample_rates);
256 port->sampleRates[i] = halPort.sample_rates[i];
258 port->channelMasks.resize(halPort.num_channel_masks);
260 port->channelMasks[i] = mkEnumConverter<AudioChannelMask>(halPort.channel_masks[i]);
262 port
294 audioPortToHal(const AudioPort& port, struct audio_port* halPort) argument
[all...]
/hardware/interfaces/tetheroffload/control/1.0/
H A Dtypes.hal65 uint16_t port; // for e.g. 8080
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
H A DCtUpdateAmbassador.cpp62 in.src.ipAddr, in.src.port, in.dst.ipAddr, in.dst.port,
102 out.port = in.port;
/hardware/qcom/media/msm8974/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/msm8974/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/msm8974/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/msm8996/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/msm8998/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/gps/msm8998/android/
H A DAGnss.cpp103 int32_t port) {
123 config.assistanceServer.port = port;
101 setServer(IAGnssCallback::AGnssType type, const hidl_string& hostname, int32_t port) argument
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h45 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h45 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h45 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/interfaces/gnss/1.0/
H A DIAGnss.hal56 * Sets the hostname and port for the AGNSS server.
60 * @param port Port number associated with the server.
64 setServer(AGnssType type, string hostname, int32_t port)
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
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,
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...]
/hardware/qcom/media/msm8974/mm-core/src/common/
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,
H A Domx_core_cmp.cpp239 OMX_IN OMX_U32 port,
244 (void) hComp, (void) port, (void) peerComponent, (void) peerPort, (void) tunnelSetup;
252 OMX_IN OMX_U32 port,
265 port,
278 OMX_IN OMX_U32 port,
285 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %p, %p , %d\n",hComp, bufferHdr,(unsigned)port);
289 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
296 OMX_IN OMX_U32 port,
302 DEBUG_PRINT("OMXCORE: qc_omx_component_free_buffer[%d] %p, %p\n", (unsigned)port, hComp, buffer);
306 eRet = pThis->free_buffer(hComp,port,buffe
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
250 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
276 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
295 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...]
/hardware/qcom/media/msm8996/mm-core/src/common/
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,
H A Domx_core_cmp.cpp239 OMX_IN OMX_U32 port,
244 (void) hComp, (void) port, (void) peerComponent, (void) peerPort, (void) tunnelSetup;
252 OMX_IN OMX_U32 port,
265 port,
278 OMX_IN OMX_U32 port,
285 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %p, %p , %d\n",hComp, bufferHdr,(unsigned)port);
289 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
296 OMX_IN OMX_U32 port,
302 DEBUG_PRINT("OMXCORE: qc_omx_component_free_buffer[%d] %p, %p\n", (unsigned)port, hComp, buffer);
306 eRet = pThis->free_buffer(hComp,port,buffe
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
250 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
276 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
295 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...]
/hardware/qcom/media/msm8998/mm-core/src/common/
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,
H A Domx_core_cmp.cpp239 OMX_IN OMX_U32 port,
244 (void) hComp, (void) port, (void) peerComponent, (void) peerPort, (void) tunnelSetup;
252 OMX_IN OMX_U32 port,
265 port,
278 OMX_IN OMX_U32 port,
285 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %p, %p , %d\n",hComp, bufferHdr,(unsigned)port);
289 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
296 OMX_IN OMX_U32 port,
302 DEBUG_PRINT("OMXCORE: qc_omx_component_free_buffer[%d] %p, %p\n", (unsigned)port, hComp, buffer);
306 eRet = pThis->free_buffer(hComp,port,buffe
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
250 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
276 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
295 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...]
/hardware/qcom/gps/msm8909w_3100/android/
H A DAGnss.cpp107 int32_t port) {
127 config.assistanceServer.port = port;
105 setServer(IAGnssCallback::AGnssType type, const hidl_string& hostname, int32_t port) argument
/hardware/invensense/6515/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/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_internal.h91 int (*set_server)( AGpsType type, const char* hostname, int port );

Completed in 756 milliseconds

12345678910