Home
last modified time | relevance | path

Searched refs:SyncResponseInfo (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h123 struct SyncResponseInfo { struct
125 explicit SyncResponseInfo(bool* in_response_received);
126 ~SyncResponseInfo();
134 DISALLOW_COPY_AND_ASSIGN(SyncResponseInfo); argument
137 using SyncResponseMap = std::map<uint64_t, std::unique_ptr<SyncResponseInfo>>;
Dthread_safe_interface_ptr.h136 auto response = base::MakeRefCounted<SyncResponseInfo>(); in AcceptWithResponder()
170 struct SyncResponseInfo struct
171 : public base::RefCountedThreadSafe<SyncResponseInfo> {
178 friend class base::RefCountedThreadSafe<SyncResponseInfo>; argument
185 explicit SyncResponseSignaler(scoped_refptr<SyncResponseInfo> response) in SyncResponseSignaler()
204 scoped_refptr<SyncResponseInfo> response_;
213 std::vector<SyncResponseInfo*> pending_responses;
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc116 InterfaceEndpointClient::SyncResponseInfo::SyncResponseInfo( in SyncResponseInfo() function in mojo::InterfaceEndpointClient::SyncResponseInfo
120 InterfaceEndpointClient::SyncResponseInfo::~SyncResponseInfo() {} in ~SyncResponseInfo()
281 request_id, std::make_unique<SyncResponseInfo>(&response_received))); in AcceptWithResponder()