Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/
H A Dthread_safe_interface_ptr.h259 class ThreadSafeInterfacePtrBase
261 ThreadSafeInterfacePtrBase<InterfacePtrType>> {
266 explicit ThreadSafeInterfacePtrBase( in ThreadSafeInterfacePtrBase() function
274 static scoped_refptr<ThreadSafeInterfacePtrBase> Create( in Create()
278 return new ThreadSafeInterfacePtrBase(wrapper->CreateForwarder()); in Create()
285 static scoped_refptr<ThreadSafeInterfacePtrBase> Create( in Create()
290 return new ThreadSafeInterfacePtrBase(wrapper->CreateForwarder()); in Create()
299 ThreadSafeInterfacePtrBase<InterfacePtrType>>;
389 ~ThreadSafeInterfacePtrBase() {} in ~ThreadSafeInterfacePtrBase()
393 DISALLOW_COPY_AND_ASSIGN(ThreadSafeInterfacePtrBase);
[all …]