HomeSort by relevance Sort by last modified time
    Searched full:ept (Results 1 - 16 of 16) sorted by null

  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 58 struct usb_endpoint *ept; local
61 ept = alloc(sizeof(*ept));
63 ept->num = num;
64 ept->in = !!in;
65 ept->req = 0;
69 if(ept->in) {
70 ept->bit = EPT_TX(ept->num);
72 ept->bit = EPT_RX(ept->num)
265 struct usb_endpoint *ept; local
293 struct usb_endpoint *ept; local
387 struct usb_endpoint *ept; local
    [all...]
  /system/core/fastboot/
usb_linux.c 99 struct usb_endpoint_descriptor *ept; local
169 ept = (void*) ptr;
170 len -= ept->bLength;
171 ptr += ept->bLength;
173 if((ept->bmAttributes & 0x03) != 0x02)
176 if(ept->bEndpointAddress & 0x80) {
177 in = ept->bEndpointAddress;
179 out = ept->bEndpointAddress;
  /bootable/bootloader/legacy/include/boot/
usb.h 80 int usb_queue_req(struct usb_endpoint *ept, struct usb_request *req);
  /hardware/msm7k/libaudio/
AudioHardware.cpp 70 struct msm_snd_endpoint *ept; local
104 ept = mSndEndpoints;
111 for (int cnt = 0; cnt < mNumSndEndpoints; cnt++, ept++) {
112 ept->id = cnt;
113 snd_get_endpoint(cnt, ept);
115 if (!strcmp(ept->name, #desc)) { \
116 SND_DEVICE_##desc = ept->id; \
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
providex.php 92 'dte', 'env', 'ept', 'err', 'evn', 'evs', 'exp', 'ffn',
  /frameworks/base/tools/localize/
XLIFFFile.cpp 392 "ept", attrs, XMLNode::EXACT);
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 115 struct msm_bt_endpoint *ept; local
162 ept = mBTEndpoints;
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 29 "ept",
    [all...]
  /external/tcpdump/tests/
print-X.new 52 0x00d0: 6570 742d 5261 6e67 6573 3a20 6279 7465 ept-Ranges:.byte
print-XX.new 34 0x00e0: 6570 742d 4c61 6e67 7561 6765 3a20 656e ept-Language:.en
print-capX.out 52 0x00d0: 6570 742d 5261 6e67 6573 3a20 6279 7465 ept-Ranges:.byte
print-capXX.out 34 0x00e0: 6570 742d 4c61 6e67 7561 6765 3a20 656e ept-Language:.en
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_lexpos.utf     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_lexpos.utf     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf     [all...]
  /prebuilt/sdk/tools/linux/
aapt 

Completed in 279 milliseconds