HomeSort by relevance Sort by last modified time
    Searched full:shared_buffer (Results 1 - 13 of 13) sorted by null

  /external/libmojo/mojo/edk/system/
shared_buffer_dispatcher.cc 87 scoped_refptr<PlatformSharedBuffer> shared_buffer;
89 shared_buffer =
92 shared_buffer =
95 if (!shared_buffer)
98 *result = CreateInternal(std::move(shared_buffer));
104 const scoped_refptr<PlatformSharedBuffer>& shared_buffer,
106 if (!shared_buffer)
109 *result = CreateInternal(shared_buffer);
149 scoped_refptr<PlatformSharedBuffer> shared_buffer(
153 if (!shared_buffer) {
    [all...]
shared_buffer_dispatcher.h 51 // Create a |SharedBufferDispatcher| from |shared_buffer|.
53 const scoped_refptr<PlatformSharedBuffer>& shared_buffer,
92 scoped_refptr<PlatformSharedBuffer> shared_buffer) {
94 new SharedBufferDispatcher(std::move(shared_buffer)));
98 scoped_refptr<PlatformSharedBuffer> shared_buffer);
shared_buffer_dispatcher_unittest.cc 119 EXPECT_EQ(Dispatcher::Type::SHARED_BUFFER, dispatcher->GetType());
156 EXPECT_EQ(Dispatcher::Type::SHARED_BUFFER, dispatcher->GetType());
202 EXPECT_EQ(Dispatcher::Type::SHARED_BUFFER, dispatcher2->GetType());
231 EXPECT_EQ(Dispatcher::Type::SHARED_BUFFER, dispatcher2->GetType());
dispatcher.cc 165 case Type::SHARED_BUFFER:
dispatcher.h 58 SHARED_BUFFER,
multiprocess_message_pipe_unittest.cc 301 MojoHandle shared_buffer; local
303 MojoCreateSharedBuffer(&options, 100, &shared_buffer));
311 shared_buffer,
343 CHECK_EQ(MojoMapBuffer(shared_buffer, 0, 100, &buffer,
    [all...]
core.cc 308 if (!dispatcher || dispatcher->GetType() != Dispatcher::Type::SHARED_BUFFER)
    [all...]
  /external/libmojo/mojo/public/interfaces/bindings/tests/
test_unions.mojom 50 handle<shared_buffer> f_shared_buffer;
test_structs.mojom 53 handle<shared_buffer> f21;
54 handle<shared_buffer>? f22;
  /frameworks/av/media/libmedia/
IMediaSource.cpp 47 SHARED_BUFFER,
152 if (buftype == SHARED_BUFFER || buftype == SHARED_BUFFER_INDEX) {
155 buftype == SHARED_BUFFER ? "SHARED_BUFFER" : "SHARED_BUFFER_INDEX",
158 if (buftype == SHARED_BUFFER) {
398 reply->writeInt32(SHARED_BUFFER);
401 ALOGV("SHARED_BUFFER(%p) %llu",
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
parser_unittest.py 562 < shared_buffer
579 ast.StructField('e', None, None, 'handle<shared_buffer>',
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
parser.py 302 'shared_buffer'):
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
translate.py 67 'handle<shared_buffer>': 'h:s'}

Completed in 131 milliseconds