/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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 */
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_file.c | 926 int *ports; local 930 ports = cred->req_conn_capab_port[i]; 931 if (ports) { 933 for (j = 0; ports[j] != -1; j++) { 935 ports[j]); [all...] |
/external/autotest/client/tests/kvm/tests/ |
virtio_console.py | 28 console ports. Details of each test can be found on the docstrings for the 704 ports. 705 Ports are allocated by 2 per 1 virtio-serial-pci device starting with 743 # Spread serial ports between multiple PCI devices (2 per each dev) [all...] |
/external/opencv3/modules/videoio/src/ |
cap_avfoundation.mm | 488 NSArray* ports = mCaptureDeviceInput.ports; 489 CMFormatDescriptionRef format = [[ports objectAtIndex:0] formatDescription]; [all...] |
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyInterfaceImpl.cpp | 587 struct audio_port *ports, 595 return mAudioPolicyManager->listAudioPorts(role, type, num_ports, ports, generation);
|
/libcore/ojluni/src/main/java/java/net/ |
HttpCookie.java | 401 * @param ports a <tt>String</tt> specify the port list, which is 406 public void setPortlist(String ports) { 407 portlist = ports; [all...] |
/external/libnl/include/linux/ |
rtnetlink.h | 387 } ports; member in union:rta_session::__anon16652
|
/external/selinux/libsemanage/src/ |
pywrap-test.py | 13 -p for ports\n\ 52 self.ports = False 68 return (self.all or self.users or self.modules or self.seusers or self.ports or self.fcontexts or self.interfaces or self.booleans or self.abooleans or self.writeuser or self.writeseuser or self.writeport or self.writefcontext or self.writeinterface or self.writeboolean or self.writeaboolean or self.nodes or self.writenode) 77 if (self.ports or self.all): 190 print "Testing ports..." 194 raise Error("Could not list ports") 198 print "No ports found!" [all...] |
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderVP8.cpp | 140 ports[INPORT_INDEX]->ReturnAllRetainedBuffers();
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
componentbase.h | 281 /* ports */ 285 PortBase **ports; member in class:ComponentBase 289 /* ports big lock, must be held when accessing all ports at one time */ 359 virtual void Work(void); /* handle this->ports, hold ports_block */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
rtnetlink.h | 394 } ports; member in union:rta_session::__anon37764
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
rtnetlink.h | 394 } ports; member in union:rta_session::__anon39731
|
/external/webrtc/webrtc/p2p/client/ |
portallocator_unittest.cc | 168 turn_server.ports.push_back( 172 turn_server.ports.push_back( 240 // Check if all ports allocated have send-buffer size |expected|. If 344 for (relay_port = server_config.ports.begin(); 345 relay_port != server_config.ports.end(); ++relay_port) { 453 // Tests that we allocator session not trying to allocate ports for every 250ms. 524 // When the same interfaces are added again, new candidates/ports should be 551 // When the same interfaces are added again, new candidates/ports should not 599 // All ports should have unset send-buffer sizes. 614 // Test that we restrict client ports appropriately when a port range is set [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
IntentFilterTest.java | [all...] |
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
gui.py | [all...] |
/external/webrtc/webrtc/p2p/base/ |
p2ptransportchannel_unittest.cc | [all...] |
/bionic/libc/kernel/uapi/linux/ |
rtnetlink.h | 399 } ports; member in union:rta_session::__anon873
|
/development/ndk/platforms/android-21/include/linux/ |
rtnetlink.h | 370 } ports; member in union:rta_session::__anon1976
|
/development/ndk/platforms/android-3/include/linux/ |
rtnetlink.h | 309 } ports; member in union:rta_session::__anon2388
|
/external/iproute2/include/linux/ |
rtnetlink.h | 441 } ports; member in union:rta_session::__anon13311
|
/external/kernel-headers/original/uapi/linux/ |
rtnetlink.h | 439 } ports; member in union:rta_session::__anon14365
|
/frameworks/av/include/media/ |
AudioSystem.h | 297 /* List available audio ports and their attributes */ 301 struct audio_port *ports, 307 /* Create an audio patch between several source and sink ports */
|
/frameworks/base/media/java/android/media/ |
AudioSystem.java | 706 public static native int listAudioPorts(ArrayList<AudioPort> ports, int[] generation); [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_Utils.c | 428 VPP_DPRINT(":: Ports Available in Fill_LCMLInitParams %ld\n ",pComponentPrivate->NumofOutputPort);
741 int ports;
local 758 for (ports = 0; ports < NUM_OF_VPP_PORTS; ports++)
760 pComponentPrivate->sCompPorts[ports].pPortDef.bEnabled = OMX_TRUE;
784 for (ports = 0; ports < NUM_OF_VPP_PORTS; ports++) {
789 ports,
[all...] |