HomeSort by relevance Sort by last modified time
    Searched defs:num_ports (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/hci/src/
userial.c 291 int num_ports = vendor_send_command(BT_VND_OP_USERIAL_OPEN, &fd_array); local
293 if (num_ports != 1) {
294 ALOGE("%s opened wrong number of ports: got %d, expected 1.", __func__, num_ports);
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 88 unsigned long num_ports; member in struct:__anon34059
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 2454 unsigned int num_ports; local
    [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 792 virtual status_t listAudioPorts(unsigned int *num_ports,
795 if (num_ports == NULL || *num_ports == 0 || ports == NULL) {
800 data.writeInt32(*num_ports);
806 *num_ports = (unsigned int)reply.readInt32();
807 reply.read(ports, *num_ports * sizeof(struct audio_port));
1292 unsigned int num_ports = data.readInt32(); local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asequencer.h 276 int num_ports; member in struct:snd_seq_client_info
  /external/kernel-headers/original/uapi/sound/
asequencer.h 357 int num_ports; /* RO: number of ports */ member in struct:snd_seq_client_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
asequencer.h 357 int num_ports; /* RO: number of ports */ member in struct:snd_seq_client_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asequencer.h 357 int num_ports; /* RO: number of ports */ member in struct:snd_seq_client_info

Completed in 298 milliseconds