Home
last modified time | relevance | path

Searched refs:server_handle (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_mojo_perftest.cc611 MojoHandle server_handle, client_handle; in TEST_P() local
612 CreateMessagePipe(&server_handle, &client_handle); in TEST_P()
621 RunPingPongServer(server_handle, "SingleProcess"); in TEST_P()
625 MojoHandle server_handle, client_handle; in TEST_P() local
626 CreateMessagePipe(&server_handle, &client_handle); in TEST_P()
634 RunPingPongServer(server_handle, "SingleProcess"); in TEST_P()
643 MojoHandle server_handle, client_handle; in TEST_P() local
644 CreateMessagePipe(&server_handle, &client_handle); in TEST_P()
653 RunInterfacePassingServer(server_handle, "SingleProcess", in TEST_P()
659 MojoHandle server_handle, client_handle; in TEST_P() local
[all …]
/external/libchrome/mojo/core/
Dmessage_pipe_perftest.cc132 MojoHandle server_handle, client_handle; in TEST_F() local
133 CreateMessagePipe(&server_handle, &client_handle); in TEST_F()
141 RunPingPongServer(server_handle); in TEST_F()