HomeSort by relevance Sort by last modified time
    Searched refs:EndPoint (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/libchrome/sandbox/linux/syscall_broker/
broker_channel.h 20 typedef base::ScopedFD EndPoint;
21 static void CreatePair(EndPoint* reader, EndPoint* writer);
broker_host.h 25 BrokerChannel::EndPoint ipc_channel);
32 const BrokerChannel::EndPoint ipc_channel_;
broker_channel.cc 17 void BrokerChannel::CreatePair(EndPoint* reader, EndPoint* writer) {
broker_client.h 34 BrokerChannel::EndPoint ipc_channel,
57 const BrokerChannel::EndPoint ipc_channel_;
broker_process.cc 63 BrokerChannel::EndPoint ipc_reader;
64 BrokerChannel::EndPoint ipc_writer;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciSched.h 56 // Endpoint attributes
59 UINT8 EndPoint;
190 @param EndPoint EndPoint Address.
209 IN UINT8 EndPoint,
224 @param EndPoint EndPoint Address.
236 IN UINT8 EndPoint,
UhciQueue.h 71 UINT32 EndPoint : 4;
246 @param EndPoint Endpoint Number.
262 IN UINT8 EndPoint,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassCbi.c 67 EFI_USB_ENDPOINT_DESCRIPTOR EndPoint;
72 // Allocate the CBI context for USB_CBI_PROTOCOL and 3 endpoint descriptors.
98 // Locate and save the bulk-in, bulk-out, and interrupt endpoint
101 Status = UsbIo->UsbGetEndpointDescriptor (UsbIo, Index, &EndPoint);
106 if (USB_IS_BULK_ENDPOINT (EndPoint.Attributes)) {
110 if (USB_IS_IN_ENDPOINT (EndPoint.EndpointAddress) &&
114 CopyMem(UsbCbi->BulkInEndpoint, &EndPoint, sizeof (EndPoint));;
117 if (USB_IS_OUT_ENDPOINT (EndPoint.EndpointAddress) &&
121 CopyMem(UsbCbi->BulkOutEndpoint, &EndPoint, sizeof (EndPoint));
    [all...]
UsbMassBot.c 53 EFI_USB_ENDPOINT_DESCRIPTOR EndPoint;
58 // Allocate the BOT context for USB_BOT_PROTOCOL and two endpoint descriptors.
83 // Locate and save the first bulk-in and bulk-out endpoint
86 Status = UsbIo->UsbGetEndpointDescriptor (UsbIo, Index, &EndPoint);
88 if (EFI_ERROR (Status) || !USB_IS_BULK_ENDPOINT (EndPoint.Attributes)) {
92 if (USB_IS_IN_ENDPOINT (EndPoint.EndpointAddress) &&
96 CopyMem(UsbBot->BulkInEndpoint, &EndPoint, sizeof (EndPoint));
99 if (USB_IS_OUT_ENDPOINT (EndPoint.EndpointAddress) &&
103 CopyMem (UsbBot->BulkOutEndpoint, &EndPoint, sizeof(EndPoint));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Io.h 137 @param EndPoint The local/remote UDP access point
146 UDP_END_POINT *EndPoint,
181 @param EndPoint The local/remote UDP access point
190 UDP_END_POINT *EndPoint,
Dhcp4Io.c 951 @param EndPoint The local/remote UDP access point
960 UDP_END_POINT *EndPoint,
1124 @param EndPoint The local/remote UDP access point
1133 UDP_END_POINT *EndPoint,
1177 UDP_END_POINT EndPoint;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DxeUdpIoLib.c 173 UDP_END_POINT EndPoint;
178 ZeroMem (&EndPoint, sizeof(UDP_END_POINT));
237 EndPoint.LocalPort = ((EFI_UDP4_SESSION_DATA *) Session)->DestinationPort;
238 EndPoint.RemotePort = ((EFI_UDP4_SESSION_DATA *) Session)->SourcePort;
241 &EndPoint.LocalAddr,
247 &EndPoint.RemoteAddr,
252 EndPoint.LocalAddr.Addr[0] = NTOHL (EndPoint.LocalAddr.Addr[0]);
253 EndPoint.RemoteAddr.Addr[0] = NTOHL (EndPoint.RemoteAddr.Addr[0]);
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
SyncStorageEngineTest.java 65 SyncStorageEngine.EndPoint endPoint = new SyncStorageEngine.EndPoint(account, "auth1", 0);
66 SyncStatusInfo info = engine.getStatusByAuthority(endPoint);
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncOperationTest.java 137 SyncStorageEngine.EndPoint ep = new SyncStorageEngine.EndPoint(new Account("name", "type"),
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 90 const SlotIndex EndPoint;
94 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
96 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
115 return EndPoint.isDead();
144 SlotIndex endPoint() const {
145 return EndPoint;
506 SlotIndex EndPoint;
510 EndPoint = I->end;
515 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 89 const SlotIndex EndPoint;
93 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
95 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
114 return EndPoint.isDead();
143 SlotIndex endPoint() const {
144 return EndPoint;
535 SlotIndex EndPoint;
539 EndPoint = I->end;
544 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 89 const SlotIndex EndPoint;
93 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
95 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
114 return EndPoint.isDead();
143 SlotIndex endPoint() const {
144 return EndPoint;
535 SlotIndex EndPoint;
539 EndPoint = I->end;
544 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 89 const SlotIndex EndPoint;
93 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
95 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
114 return EndPoint.isDead();
143 SlotIndex endPoint() const {
144 return EndPoint;
535 SlotIndex EndPoint;
539 EndPoint = I->end;
544 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 89 const SlotIndex EndPoint;
93 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
95 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
114 return EndPoint.isDead();
143 SlotIndex endPoint() const {
144 return EndPoint;
535 SlotIndex EndPoint;
539 EndPoint = I->end;
544 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 89 const SlotIndex EndPoint;
93 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
95 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
114 return EndPoint.isDead();
143 SlotIndex endPoint() const {
144 return EndPoint;
535 SlotIndex EndPoint;
539 EndPoint = I->end;
544 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 89 const SlotIndex EndPoint;
93 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
95 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
114 return EndPoint.isDead();
143 SlotIndex endPoint() const {
144 return EndPoint;
535 SlotIndex EndPoint;
539 EndPoint = I->end;
544 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 89 const SlotIndex EndPoint;
93 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
95 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
114 return EndPoint.isDead();
143 SlotIndex endPoint() const {
144 return EndPoint;
535 SlotIndex EndPoint;
539 EndPoint = I->end;
544 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 89 const SlotIndex EndPoint;
93 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
95 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
114 return EndPoint.isDead();
143 SlotIndex endPoint() const {
144 return EndPoint;
535 SlotIndex EndPoint;
539 EndPoint = I->end;
544 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 68 public final SyncStorageEngine.EndPoint target;
104 this(new SyncStorageEngine.EndPoint(account, provider, userId), owningUid, owningPackage,
108 private SyncOperation(SyncStorageEngine.EndPoint info, int owningUid, String owningPackage,
120 public SyncOperation(SyncStorageEngine.EndPoint info, int owningUid, String owningPackage,
288 SyncStorageEngine.EndPoint target =
289 new SyncStorageEngine.EndPoint(account, provider, userId);
304 final SyncStorageEngine.EndPoint other = toRun.target;
SyncStorageEngine.java 164 public static class EndPoint {
165 public final static EndPoint USER_ALL_PROVIDER_ALL_ACCOUNTS_ALL =
166 new EndPoint(null, null, UserHandle.USER_ALL);
171 public EndPoint(Account account, String provider, int userId) {
178 * An Endpoint for a sync matches if it targets the same sync adapter for the same user.
180 * @param spec the Endpoint to match. If the spec has null fields, they indicate a wildcard
183 public boolean matchesSpec(EndPoint spec) {
251 final EndPoint target;
285 AuthorityInfo(EndPoint info, int id) {
342 public void onSyncRequest(EndPoint info, int reason, Bundle extras)
    [all...]

Completed in 902 milliseconds

1 2 3