OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endpoints
(Results
101 - 125
of
590
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/native/services/vr/performanced/
main.cpp
35
// We need to be able to create
endpoints
with full perms.
/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
SpeedMeasurementController.java
169
// Setup bulk
endpoints
.
185
throw new IllegalStateException("Unable to find bulk
endpoints
");
225
// Setup bulk
endpoints
.
241
throw new IllegalStateException("Unable to find bulk
endpoints
");
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h
82
std::vector<RangeEndpoint>
Endpoints
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
gadgetfs.h
13
* may activate
endpoints
as it handles SET_CONFIGURATION setup events,
/system/bt/stack/include/
avdt_api.h
395
uint8_t num_seps; /* Number of stream
endpoints
*/
427
*
endpoints
and for the AVDT_DiscoverReq() and AVDT_GetCapReq() functions.
436
*
endpoints
and not applicable for SRC
endpoints
.
591
* the stream
endpoints
on the peer device. (Please note
694
* Description Start one or more stream
endpoints
. This initiates the
696
*
endpoints
must previously be opened. When the streams
711
* Description Suspend one or more stream
endpoints
. This suspends the
713
*
endpoints
must previously be open and started. When the
[
all
...]
/development/host/windows/usb/api/
adb_interface.h
81
(default?) bulk write and read
endpoints
respectively.
94
(default?) bulk write and read
endpoints
respectively.
adb_legacy_interface.h
91
(default?) bulk write and read
endpoints
respectively.
104
(default?) bulk write and read
endpoints
respectively.
/development/samples/USB/AdbTest/src/com/android/adb/
AdbDevice.java
56
// look for our bulk
endpoints
68
throw new IllegalArgumentException("not all
endpoints
found");
/device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp
114
// Finds the first bulk IN and bulk OUT
endpoints
187
Serial.println("can't find accessory
endpoints
");
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbDesc.h
45
// setting has several
endpoints
.
57
USB_ENDPOINT_DESC **
Endpoints
;
/external/google-breakpad/src/common/windows/
omap.cc
414
// Get the unique set of interval
endpoints
.
415
std::set<DWORD>
endpoints
;
local
417
endpoints
.insert(mapping[i].rva_original);
418
endpoints
.insert(mapping[i].rva_original +
423
// Use the
endpoints
to initialize the secondary search structure for the
425
eim.resize(
endpoints
.size());
426
std::set<DWORD>::const_iterator it =
endpoints
.begin();
427
for (size_t i = 0; it !=
endpoints
.end(); ++it, ++i) {
/external/guava/guava/src/com/google/common/collect/
ContiguousSet.java
148
* Returns a range, closed on both ends, whose
endpoints
are the minimum and maximum values
159
* <p>Note that this method will return ranges with unbounded
endpoints
if {@link BoundType#OPEN}
Completed in 710 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>