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

  /external/dhcpcd/
net.h 85 struct in_addr gate; member in struct:rt
  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
digital_agc.c 315 int16_t gate, gain_adj; local
482 // Gate processing (lower gain during absence of speech)
494 gate = 1000 + zeros_fast - zeros - stt->vadNearend.stdShortTerm;
496 if (gate < 0)
502 gate = (int16_t)WEBRTC_SPL_RSHIFT_W32((int32_t)gate + tmp32, 3);
503 stt->gatePrevious = gate;
505 // gate < 0 -> no gate
506 // gate > 2500 -> max gat
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 45 #define NFA_HCI_ALLOCATE_GATE_EVT 0x03 /* A generic gate allocated to the application */
46 #define NFA_HCI_DEALLOCATE_GATE_EVT 0x04 /* A generic gate is released */
84 UINT8 local_gate; /* local gate id */
86 UINT8 dest_gate; /* Peer gate to which this pipe is connected */
111 UINT8 gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the application */ member in struct:__anon3590
119 tNFA_STATUS status; /* Status of response to allocate gate request */
120 UINT8 gate; /* The gate allocated to the application */ member in struct:__anon3591
126 tNFA_STATUS status; /* Status of response to deallocate gate request */
127 UINT8 gate; /* The gate deallocated from the application * member in struct:__anon3592
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 259 __u8 gate; member in struct:kvm_pit_channel_state
  /development/ndk/platforms/android-L/arch-x86/include/asm/
kvm.h 259 __u8 gate; member in struct:kvm_pit_channel_state
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
kvm.h 259 __u8 gate; member in struct:kvm_pit_channel_state
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 238 __u8 gate; member in struct:kvm_pit_channel_state
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 38 #define NFA_HCI_LAST_HOST_SPECIFIC_GATE 0xEF /* Lost host specific gate */
55 #define NFA_HCI_STATE_REMOVE_GATE 0x05 /* Removing all pipes prior to removing the gate */
78 NFA_HCI_API_GET_APP_GATE_PIPE_EVT, /* Get the list of gate and pipe associated to the application */
79 NFA_HCI_API_ALLOC_GATE_EVT, /* Allocate a dyanmic gate for the application */
80 NFA_HCI_API_DEALLOC_GATE_EVT, /* Deallocate a previously allocated gate to the application */
139 UINT8 gate; member in struct:__anon3733
147 UINT8 gate; member in struct:__anon3734
223 UINT8 gate; member in struct:__anon3742
295 tNFA_HCI_API_ALLOC_GATE gate_info; /* Allocate a dynamic gate to the application */
296 tNFA_HCI_API_DEALLOC_GATE gate_dealloc; /* Deallocate the gate allocated to the application *
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
kvm.h 238 __u8 gate; member in struct:kvm_pit_channel_state

Completed in 1307 milliseconds