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

  /external/libchrome/mojo/core/
platform_wrapper_unittest.cc 139 MojoSharedBufferGuid mojo_guid;
141 mojo_guid.high = guid.GetHighForSerialization();
142 mojo_guid.low = guid.GetLowForSerialization();
147 &os_buffer, 1, kMessage.size(), &mojo_guid,
155 WriteMessageRaw(MessagePipeHandle(h), &mojo_guid, sizeof(mojo_guid),
176 MojoSharedBufferGuid mojo_guid; local
180 &num_handles, &size, &mojo_guid, &access_mode));
184 base::UnguessableToken::Deserialize(mojo_guid.high, mojo_guid.low)
    [all...]
  /external/libchrome/mojo/public/cpp/system/
platform_handle.cc 88 MojoSharedBufferGuid mojo_guid = {guid.GetHighForSerialization(), local
92 platform_handles, num_platform_handles, region.GetSize(), &mojo_guid,
109 MojoSharedBufferGuid mojo_guid; local
113 &num_platform_handles, &size, &mojo_guid, &access_mode);
177 base::UnguessableToken::Deserialize(mojo_guid.high, mojo_guid.low));
296 MojoSharedBufferGuid mojo_guid; local
300 &num_platform_handles, &num_bytes, &mojo_guid, &access_mode);
317 base::UnguessableToken::Deserialize(mojo_guid.high, mojo_guid.low)
    [all...]

Completed in 1316 milliseconds