HomeSort by relevance Sort by last modified time
    Searched refs:ports (Results 351 - 375 of 512) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 524 struct audio_port *ports,
527 if (num_ports == NULL || (*num_ports != 0 && ports == NULL) ||
533 unsigned int numPortsReq = (ports == NULL) ? 0 : *num_ports;
547 reply.read(ports, numPortsReq * sizeof(struct audio_port));
1162 struct audio_port *ports = local
    [all...]
IAudioFlinger.cpp 810 struct audio_port *ports)
812 if (num_ports == NULL || *num_ports == 0 || ports == NULL) {
824 reply.read(ports, *num_ports * sizeof(struct audio_port));
1346 struct audio_port *ports = local
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp 277 this->ports[INPORT_INDEX]->ReturnThisBuffer(omxbuf);
386 ports[INPORT_INDEX]->PushThisBuffer(omxbuf);
405 ports[INPORT_INDEX]->RetainThisBuffer(omxbuf, false); //push bufferq head
414 ports[INPORT_INDEX]->PushThisBuffer(buffers[INPORT_INDEX]); //put it at the tail
540 ports[INPORT_INDEX]->ReturnOneRetainedBuffer(); //return one retained frame from head
    [all...]
OMXVideoEncoderH263.cpp 136 ports[INPORT_INDEX]->ReturnAllRetainedBuffers();
OMXVideoEncoderMPEG4.cpp 128 ports[INPORT_INDEX]->ReturnAllRetainedBuffers();
  /cts/tests/tests/midi/src/android/midi/cts/
MidiEchoTest.java 60 // Store device and ports related to the Echo service.
223 * Close ports and check device status.
272 PortInfo[] ports = echoInfo.getPorts(); local
273 assertEquals("port info array size", 2, ports.length);
277 for (PortInfo portInfo : ports) {
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 47 /* List connected audio ports and their attributes */
49 struct audio_port *ports)
53 return mPatchPanel->listAudioPorts(num_ports, ports);
69 /* Connect a patch between several source and sink ports */
91 /* List connected audio ports and they attributes */
122 /* List connected audio ports and their attributes */
124 struct audio_port *ports __unused)
138 /* Connect a patch between several source and sink ports */
624 /* List connected audio ports and they attributes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
introspect.h 232 pa_sink_port_info** ports; /**< Array of available ports, or NULL. Array is terminated by an entry set to NULL. The number of entries is stored in n_ports \since 0.9.16 */ member in struct:pa_sink_info
312 pa_source_port_info** ports; /**< Array of available ports, or NULL. Array is terminated by an entry set to NULL. The number of entries is stored in n_ports \since 0.9.16 */ member in struct:pa_source_info
484 pa_card_port_info **ports; /**< Array of pointers to ports, or NULL. Array is terminated by an entry set to NULL. */ member in struct:pa_card_info
    [all...]
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
__init__.py 327 def delete_load_balancer_listeners(self, name, ports):
334 :type ports: List int
335 :param ports: Each int represents the port on the ELB to be removed
340 for index, port in enumerate(ports):
  /external/sfntly/cpp/
CMakeLists.txt 52 source_group(ports FILES ${SFNTLY_PORT_FILES})
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
introspect.h 229 pa_sink_port_info** ports; /**< Array of available ports, or NULL. Array is terminated by an entry set to NULL. The number of entries is stored in n_ports \since 0.9.16 */ member in struct:pa_sink_info
306 pa_source_port_info** ports; /**< Array of available ports, or NULL. Array is terminated by an entry set to NULL. The number of entries is stored in n_ports \since 0.9.16 */ member in struct:pa_source_info
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
barrier-thumb.d 5 # This test is only valid on ELF based ports.
mapmisc.d 4 # This test is only valid on EABI based ports.
  /bionic/libc/kernel/uapi/sound/
asequencer.h 239 int ports; member in struct:snd_seq_system_info
  /external/autotest/client/site_tests/usbpd_GFU/
usbpd_GFU.py 247 for port in self._usbpd.ports:
  /external/kernel-headers/original/uapi/sound/
asequencer.h 107 #define SNDRV_SEQ_EVENT_PORT_SUBSCRIBED 66 /* ports connected */
108 #define SNDRV_SEQ_EVENT_PORT_UNSUBSCRIBED 67 /* ports disconnected */
159 unsigned char port; /**< Port within client: 0..255, 255 = broadcast to all ports */
170 #define SNDRV_SEQ_ADDRESS_SUBSCRIBERS 254 /* send event to all subscribed ports */
171 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
314 int ports; /* maximum ports per client */ member in struct:snd_seq_system_info
358 int num_ports; /* RO: number of ports */
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 12 // two P2P clients. Clients have candidate ports for connecting, and
110 const std::vector<PortInterface*>& ports() { return ports_; } function in class:cricket::P2PTransportChannel
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 2786 int *ports, *nports; local
3245 int *ports; local
    [all...]
  /frameworks/av/include/media/
IAudioFlinger.h 230 /* List available audio ports and their attributes */
232 struct audio_port *ports) = 0;
237 /* Create an audio patch between several source and sink ports */
IAudioPolicyService.h 127 /* List available audio ports and their attributes */
131 struct audio_port *ports,
137 /* Create an audio patch between several source and sink ports */
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 203 struct audio_port *ports,
319 /* Create a patch between several source and sink ports */
  /hardware/qcom/msm8996/kernel-headers/sound/
asequencer.h 237 int ports; member in struct:snd_seq_system_info
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asequencer.h 106 #define SNDRV_SEQ_EVENT_PORT_SUBSCRIBED 66 /* ports connected */
107 #define SNDRV_SEQ_EVENT_PORT_UNSUBSCRIBED 67 /* ports disconnected */
158 unsigned char port; /**< Port within client: 0..255, 255 = broadcast to all ports */
169 #define SNDRV_SEQ_ADDRESS_SUBSCRIBERS 254 /* send event to all subscribed ports */
170 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
313 int ports; /* maximum ports per client */ member in struct:snd_seq_system_info
357 int num_ports; /* RO: number of ports */

Completed in 1342 milliseconds

<<11121314151617181920>>