HomeSort by relevance Sort by last modified time
    Searched refs:PlatformHandleDispatcher (Results 1 - 5 of 5) sorted by null

  /external/libmojo/mojo/edk/system/
platform_handle_dispatcher.cc 14 scoped_refptr<PlatformHandleDispatcher> PlatformHandleDispatcher::Create(
16 return new PlatformHandleDispatcher(std::move(platform_handle));
19 ScopedPlatformHandle PlatformHandleDispatcher::PassPlatformHandle() {
23 Dispatcher::Type PlatformHandleDispatcher::GetType() const {
27 MojoResult PlatformHandleDispatcher::Close() {
36 void PlatformHandleDispatcher::StartSerialize(uint32_t* num_bytes,
44 bool PlatformHandleDispatcher::EndSerialize(void* destination,
54 bool PlatformHandleDispatcher::BeginTransit() {
62 void PlatformHandleDispatcher::CompleteTransitAndClose()
    [all...]
platform_handle_dispatcher.h 18 class MOJO_SYSTEM_IMPL_EXPORT PlatformHandleDispatcher : public Dispatcher {
20 static scoped_refptr<PlatformHandleDispatcher> Create(
38 static scoped_refptr<PlatformHandleDispatcher> Deserialize(
47 PlatformHandleDispatcher(ScopedPlatformHandle platform_handle);
48 ~PlatformHandleDispatcher() override;
55 DISALLOW_COPY_AND_ASSIGN(PlatformHandleDispatcher);
platform_handle_dispatcher_unittest.cc 40 scoped_refptr<PlatformHandleDispatcher> dispatcher =
41 PlatformHandleDispatcher::Create(std::move(h));
76 scoped_refptr<PlatformHandleDispatcher> dispatcher =
77 PlatformHandleDispatcher::Create(
101 dispatcher = static_cast<PlatformHandleDispatcher*>(
dispatcher.cc 178 return PlatformHandleDispatcher::Deserialize(
core.cc 220 PlatformHandleDispatcher::Create(std::move(platform_handle)));
236 PlatformHandleDispatcher* phd =
237 static_cast<PlatformHandleDispatcher*>(d.get());
    [all...]

Completed in 640 milliseconds