Home
last modified time | relevance | path

Searched refs:pipe_ (Results 1 – 23 of 23) sorted by relevance

/external/openscreen/platform/impl/
Dscoped_pipe.h33 ScopedPipe() : pipe_(Traits::kInvalidValue) {} in ScopedPipe()
34 explicit ScopedPipe(PipeType pipe) : pipe_(pipe) {} in ScopedPipe()
36 ScopedPipe(ScopedPipe&& other) : pipe_(other.release()) {} in ScopedPipe()
38 if (pipe_ != Traits::kInvalidValue) in ~ScopedPipe()
43 if (pipe_ != Traits::kInvalidValue)
45 pipe_ = other.release();
49 PipeType get() const { return pipe_; } in get()
51 PipeType pipe = pipe_; in release()
52 pipe_ = Traits::kInvalidValue; in release()
57 return pipe_ == other.pipe_;
[all …]
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.cc112 pipe_(NULL), in CrashGenerationServer()
159 DisconnectNamedPipe(pipe_); in ~CrashGenerationServer()
172 if (pipe_) { in ~CrashGenerationServer()
173 CloseHandle(pipe_); in ~CrashGenerationServer()
242 pipe_ = CreateNamedPipe(pipe_name_.c_str(), in Start()
250 if (pipe_ == INVALID_HANDLE_VALUE) { in Start()
284 if (pipe_) { in HandleErrorState()
285 CloseHandle(pipe_); in HandleErrorState()
286 pipe_ = NULL; in HandleErrorState()
308 bool success = ConnectNamedPipe(pipe_, &overlapped_) != FALSE; in HandleInitialState()
[all …]
Dcrash_generation_server.h233 HANDLE pipe_; variable
/external/webrtc/call/
Ddegraded_call.cc28 pipe_(clock, std::move(network_behavior)) {} in FakeNetworkPipeOnTaskQueue()
35 pipe_.SendRtp(packet, length, options, transport); in SendRtp()
42 pipe_.SendRtcp(packet, length, transport); in SendRtcp()
48 pipe_.AddActiveTransport(transport); in AddActiveTransport()
53 pipe_.RemoveActiveTransport(transport); in RemoveActiveTransport()
57 pipe_.Process(); in Process()
58 auto time_to_next = pipe_.TimeUntilNextProcess(); in Process()
Ddegraded_call.h123 FakeNetworkPipe pipe_; variable
/external/libchrome/mojo/public/cpp/bindings/tests/
Dtest_native_types.h52 void set_pipe(mojo::ScopedMessagePipeHandle pipe) { pipe_ = std::move(pipe); } in set_pipe()
53 mojo::ScopedMessagePipeHandle PassPipe() const { return std::move(pipe_); } in PassPipe()
57 mutable mojo::ScopedMessagePipeHandle pipe_; variable
Dtest_native_types.cc28 : message_(message), pipe_(std::move(pipe)) {} in TestNativeStructWithAttachments()
/external/openscreen/cast/streaming/
Dsession_messager_unittest.cc90 pipe_(kSenderId, kReceiverId),
91 receiver_messager_(pipe_.right(),
94 sender_messager_(pipe_.left(),
119 MessagePipe pipe_; member in openscreen::cast::SessionMessagerTest
338 pipe_.right()->ReceiveMessage(kCastWebrtcNamespace, R"({ in TEST_F()
356 pipe_.left()->ReceiveMessage(kCastWebrtcNamespace, R"({ in TEST_F()
376 pipe_.left()->ReceiveMessage(kCastWebrtcNamespace, R"({ in TEST_F()
523 pipe_.right()->ReceiveMessage("urn:x-cast:com.google.cast.virtualreality", in TEST_F()
531 pipe_.left()->ReceiveMessage("urn:x-cast:com.google.cast.virtualreality", R"({ in TEST_F()
/external/libchrome/mojo/public/cpp/system/
Dscope_to_message_pipe.cc25 : pipe_(std::move(pipe)), in MessagePipeScoperBase()
40 unowned_scoper->pipe_.get(), MOJO_HANDLE_SIGNAL_PEER_CLOSED, in StartWatchingPipe()
Dscope_to_message_pipe.h30 ScopedMessagePipeHandle pipe_;
DREADME.md241 : pipe_(std::move(pipe)),
245 watcher_.Watch(pipe_.get(), MOJO_HANDLE_SIGNAL_READABLE,
256 result = mojo::ReadMessageNew(pipe_.get(), &message, &num_bytes, nullptr,
263 mojo::ScopedMessagePipeHandle pipe_;
/external/drm_hwcomposer/drm/
DDrmCrtc.cpp30 : drm_(drm), id_(c->crtc_id), pipe_(pipe), display_(-1), mode_(&c->mode) { in DrmCrtc()
59 return pipe_; in pipe()
DDrmCrtc.h54 unsigned pipe_; variable
/external/mesa3d/src/gallium/auxiliary/target-helpers/
Ddrm_helper.h37 …PUBLIC DEFINE_DRM_DRIVER_DESCRIPTOR(driver_descriptor, driver, driconf, driconf_count, pipe_##driv…
46 …DEFINE_DRM_DRIVER_DESCRIPTOR(driver##_driver_descriptor, driver, driconf, driconf_count, pipe_##dr…
50 pipe_##driver##_create_screen(int fd, const struct pipe_screen_config *config) \
59 driconf_count, pipe_##driver##_create_screen)
/external/mesa3d/src/gallium/targets/pipe-loader/
Dmeson.build75 'pipe_@0@'.format(x[1]),
76 'pipe_@0@.c'.format(x[1]),
/external/libchrome/mojo/core/test/
Dmojo_test_base.h43 MojoHandle pipe() const { return pipe_.get().value(); } in pipe()
53 ScopedMessagePipeHandle pipe_; variable
Dmojo_test_base.cc68 pipe_ = helper_.StartChild(client_name, launch_type); in ClientController()
/external/libchrome/ipc/
Dipc_channel_mojo.cc120 pipe_(handle.get()), in ChannelMojo()
163 pipe_, std::move(sender), std::move(receiver), this)); in Connect()
Dipc_channel_mojo.h126 const mojo::MessagePipeHandle pipe_; in COMPONENT_EXPORT() local
/external/mesa3d/docs/relnotes/
D10.2.rst61 gpu driver(svga), whereas now it loads a shared pipe_*.so driver.
/external/mesa3d/src/gallium/frontends/nine/
DREADME53 libd3dadapter9.so. This library loads pipe_[driver].so drivers on demand and
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c168 const struct pipe_##name##_state *state) \
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c585 const struct pipe_##sname##_state *state) \