Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dnative_handle_type_converters.cc16 case native::SerializedHandle_Type::PLATFORM_FILE: in Convert()
17 return IPC::MessageAttachment::Type::PLATFORM_FILE; in Convert()
36 case IPC::MessageAttachment::Type::PLATFORM_FILE: in Convert()
37 return native::SerializedHandle_Type::PLATFORM_FILE; in Convert()
Dipc_message_attachment_set.cc55 MessageAttachment::Type::PLATFORM_FILE); in num_descriptors()
66 if (attachment->GetType() == MessageAttachment::Type::PLATFORM_FILE && in AddAttachment()
74 case MessageAttachment::Type::PLATFORM_FILE: in AddAttachment()
Dipc_platform_file_attachment_posix.cc22 return Type::PLATFORM_FILE; in GetType()
32 DCHECK_EQ(attachment->GetType(), MessageAttachment::Type::PLATFORM_FILE); in GetPlatformFile()
Dipc_message_attachment.cc53 case Type::PLATFORM_FILE: { in TakeMojoHandle()
120 if (type == Type::PLATFORM_FILE) { in CreateFromMojoHandle()
Dipc_message_attachment.h25 PLATFORM_FILE, enumerator
Dipc_message_utils.cc553 MessageAttachment::Type::PLATFORM_FILE) { in Read()
734 MessageAttachment::Type::PLATFORM_FILE) { in Read()
965 MessageAttachment::Type::PLATFORM_FILE) { in Read()
982 MessageAttachment::Type::PLATFORM_FILE) { in Read()
Dipc_channel_mojo_unittest.cc445 IPC::MessageAttachment::Type::PLATFORM_FILE, in ReadReceivedFile()
/external/libchrome/mojo/public/interfaces/bindings/
Dnative_struct.mojom13 PLATFORM_FILE,