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

1 2

  /external/libmojo/mojo/public/cpp/bindings/
interface_id.h 13 using InterfaceId = uint32_t;
22 const InterfaceId kMasterInterfaceId = 0x00000000;
23 const InterfaceId kInvalidInterfaceId = 0xFFFFFFFF;
25 inline bool IsMasterInterfaceId(InterfaceId id) {
29 inline bool IsValidInterfaceId(InterfaceId id) {
pipe_control_message_handler_delegate.h 17 virtual bool OnPeerAssociatedEndpointClosed(InterfaceId id) = 0;
18 virtual bool OnAssociatedEndpointClosedBeforeSent(InterfaceId id) = 0;
scoped_interface_endpoint_handle.h 39 InterfaceId id() const { return id_; }
46 InterfaceId release();
56 InterfaceId id,
60 InterfaceId id_;
pipe_control_message_proxy.h 22 void NotifyPeerEndpointClosed(InterfaceId id);
23 void NotifyEndpointClosedBeforeSent(InterfaceId id);
associated_group_controller.h 43 InterfaceId id) = 0;
46 virtual void CloseEndpointHandle(InterfaceId id, bool is_local) = 0;
75 InterfaceId id,
  /external/libmojo/mojo/public/cpp/bindings/lib/
multiplex_router.h 73 InterfaceId id) override;
74 void CloseEndpointHandle(InterfaceId id, bool is_local) override;
144 bool OnPeerAssociatedEndpointClosed(InterfaceId id) override;
145 bool OnAssociatedEndpointClosedBeforeSent(InterfaceId id) override;
180 bool ProcessFirstSyncMessageForEndpoint(InterfaceId id);
204 InterfaceEndpoint* FindOrInsertEndpoint(InterfaceId id, bool* inserted);
220 std::map<InterfaceId, scoped_refptr<InterfaceEndpoint>> endpoints_;
225 std::map<InterfaceId, std::deque<Task*>> sync_message_tasks_;
associated_group_controller.cc 27 InterfaceId id,
scoped_interface_endpoint_handle.cc 52 InterfaceId ScopedInterfaceEndpointHandle::release() {
53 InterfaceId result = id_;
63 InterfaceId id,
pipe_control_message_proxy.cc 48 void PipeControlMessageProxy::NotifyPeerEndpointClosed(InterfaceId id) {
61 void PipeControlMessageProxy::NotifyEndpointClosedBeforeSent(InterfaceId id) {
multiplex_router.cc 34 InterfaceEndpoint(MultiplexRouter* router, InterfaceId id)
46 InterfaceId id() const { return id_; }
220 const InterfaceId id_;
359 InterfaceId id) {
378 void MultiplexRouter::CloseEndpointHandle(InterfaceId id, bool is_local) {
410 const InterfaceId id = handle.id();
430 const InterfaceId id = handle.id();
501 InterfaceId id = task->message->interface_id();
519 bool MultiplexRouter::OnPeerAssociatedEndpointClosed(InterfaceId id) {
544 bool MultiplexRouter::OnAssociatedEndpointClosedBeforeSent(InterfaceId id)
    [all...]
bindings_internal.h 131 InterfaceId interface_id;
138 InterfaceId interface_id;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Common.c 152 UINT8 InterfaceId[8];
175 CopyMem (InterfaceId, MacAddr, 3);
176 InterfaceId[3] = 0xFF;
177 InterfaceId[4] = 0xFE;
178 CopyMem (&InterfaceId[5], &MacAddr->Addr[3], 3);
180 Byte = (UINT8) (InterfaceId[0] & IP6_U_BIT);
182 InterfaceId[0] &= ~IP6_U_BIT;
184 InterfaceId[0] |= IP6_U_BIT;
190 return AllocateCopyPool (IpSb->InterfaceIdLen, InterfaceId);
213 EFI_IP6_CONFIG_INTERFACE_ID InterfaceId;
    [all...]
Ip6NvData.h 61 CHAR16 InterfaceId[INTERFACE_ID_STR_STORAGE]; ///< alternative interface id
Ip6ConfigImpl.h 169 EFI_IP6_CONFIG_INTERFACE_ID InterfaceId; ///< alternative interface id
Ip6Driver.c 181 if (IpSb->InterfaceId != NULL) {
182 FreePool (IpSb->InterfaceId);
185 IpSb->InterfaceId = NULL;
330 IpSb->InterfaceId = NULL;
Ip6Config.vfr 90 string varid = IP6_CONFIG_IFR_NVDATA.InterfaceId,
Ip6ConfigNv.c 254 Parse InterfaceId in string format and convert it to EFI_IP6_CONFIG_INTERFACE_ID.
290 // The InterfaceId format is X:X:X:X, the number of X should not exceed 8.
291 // If the number of X is less than 8, zero is appended to the InterfaceId.
932 ZeroMem (&Ip6NvData->InterfaceId, DataSize);
937 &Ip6NvData->InterfaceId
943 Ip6ConvertInterfaceIdToString (IfrNvData->InterfaceId, &Ip6NvData->InterfaceId);
    [all...]
Ip6Impl.h 212 UINT8 *InterfaceId;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kcom.h 68 REFIID InterfaceId,
76 REFIID InterfaceId,
94 REFIID InterfaceId,
132 COMDDKMETHOD STDMETHODIMP NonDelegatedQueryInterface(REFIID InterfaceId, PVOID* Interface);
135 COMDDKMETHOD STDMETHODIMP IndirectedQueryInterface(REFIID InterfaceId, PVOID* Interface);
140 STDMETHOD(QueryInterface)(THIS_ REFIID InterfaceId, PVOID* Interface) PURE; \
146 STDMETHODIMP NonDelegatedQueryInterface( REFIID InterfaceId, PVOID* Interface); \
147 STDMETHODIMP QueryInterface( REFIID InterfaceId, PVOID* Interface); \
152 STDMETHODIMP Class::QueryInterface( REFIID InterfaceId, PVOID* Interface) { \
153 return m_UnknownOuter->QueryInterface(InterfaceId, Interface);
    [all...]
rpcdcep.h 39 typedef RPC_STATUS RPC_ENTRY RPC_FORWARD_FUNCTION(UUID *InterfaceId,RPC_VERSION *InterfaceVersion,UUID *ObjectId,unsigned char *Rpcpro,void **ppDestEndpoint);
95 RPC_SYNTAX_IDENTIFIER InterfaceId;
107 RPC_SYNTAX_IDENTIFIER InterfaceId;
dbgeng.h 73 STDAPI DebugConnect(PCSTR RemoteOptions,REFIID InterfaceId,PVOID *Interface);
74 STDAPI DebugCreate(REFIID InterfaceId,PVOID *Interface);
79 STDMETHOD(QueryInterface)(THIS_ REFIID InterfaceId,PVOID *Interface) PURE;
118 STDMETHOD(QueryInterface)(THIS_ REFIID InterfaceId,PVOID *Interface) PURE;
206 STDMETHOD(QueryInterface)(THIS_ REFIID InterfaceId,PVOID *Interface) PURE;
277 STDMETHOD(QueryInterface)(THIS_ REFIID InterfaceId,PVOID *Interface) PURE;
338 STDMETHOD(QueryInterface)(THIS_ REFIID InterfaceId,PVOID *Interface) PURE;
404 STDMETHOD(QueryInterface)(THIS_ REFIID InterfaceId,PVOID *Interface) PURE;
    [all...]
vsmgmt.h 299 STDMETHOD_(HRESULT,GetProviderMgmtInterface)(THIS_ VSS_ID ProviderId,REFIID InterfaceId,IUnknown **ppItf) PURE;
309 #define IVssSnapshotMgmt_GetProviderMgmtInterface(This,ProviderId,InterfaceId,ppItf) (This)->lpVtbl->GetProviderMgmtInterface(This,ProviderId,InterfaceId,ppItf)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
punknown.h 68 REFIID InterfaceId, \
drmk.h 94 REFIID InterfaceId,
swenum.h 10 GUID InterfaceId;

Completed in 540 milliseconds

1 2