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

  /external/libchrome/mojo/core/
platform_handle_dispatcher.cc 13 scoped_refptr<PlatformHandleDispatcher> PlatformHandleDispatcher::Create(
15 return new PlatformHandleDispatcher(std::move(platform_handle));
18 PlatformHandle PlatformHandleDispatcher::TakePlatformHandle() {
22 Dispatcher::Type PlatformHandleDispatcher::GetType() const {
26 MojoResult PlatformHandleDispatcher::Close() {
35 void PlatformHandleDispatcher::StartSerialize(uint32_t* num_bytes,
43 bool PlatformHandleDispatcher::EndSerialize(void* destination,
53 bool PlatformHandleDispatcher::BeginTransit() {
61 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(PlatformHandle platform_handle);
48 ~PlatformHandleDispatcher() override;
55 DISALLOW_COPY_AND_ASSIGN(PlatformHandleDispatcher);

Completed in 298 milliseconds