/external/openscreen/platform/impl/ |
D | scoped_pipe.h | 33 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/ |
D | crash_generation_server.cc | 112 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 …]
|
D | crash_generation_server.h | 233 HANDLE pipe_; variable
|
/external/webrtc/call/ |
D | degraded_call.cc | 28 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()
|
D | degraded_call.h | 123 FakeNetworkPipe pipe_; variable
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | test_native_types.h | 52 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
|
D | test_native_types.cc | 28 : message_(message), pipe_(std::move(pipe)) {} in TestNativeStructWithAttachments()
|
/external/openscreen/cast/streaming/ |
D | session_messager_unittest.cc | 90 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/ |
D | scope_to_message_pipe.cc | 25 : pipe_(std::move(pipe)), in MessagePipeScoperBase() 40 unowned_scoper->pipe_.get(), MOJO_HANDLE_SIGNAL_PEER_CLOSED, in StartWatchingPipe()
|
D | scope_to_message_pipe.h | 30 ScopedMessagePipeHandle pipe_;
|
D | README.md | 241 : 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/ |
D | DrmCrtc.cpp | 30 : drm_(drm), id_(c->crtc_id), pipe_(pipe), display_(-1), mode_(&c->mode) { in DrmCrtc() 59 return pipe_; in pipe()
|
D | DrmCrtc.h | 54 unsigned pipe_; variable
|
/external/mesa3d/src/gallium/auxiliary/target-helpers/ |
D | drm_helper.h | 37 …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/ |
D | meson.build | 75 'pipe_@0@'.format(x[1]), 76 'pipe_@0@.c'.format(x[1]),
|
/external/libchrome/mojo/core/test/ |
D | mojo_test_base.h | 43 MojoHandle pipe() const { return pipe_.get().value(); } in pipe() 53 ScopedMessagePipeHandle pipe_; variable
|
D | mojo_test_base.cc | 68 pipe_ = helper_.StartChild(client_name, launch_type); in ClientController()
|
/external/libchrome/ipc/ |
D | ipc_channel_mojo.cc | 120 pipe_(handle.get()), in ChannelMojo() 163 pipe_, std::move(sender), std::move(receiver), this)); in Connect()
|
D | ipc_channel_mojo.h | 126 const mojo::MessagePipeHandle pipe_; in COMPONENT_EXPORT() local
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.rst | 61 gpu driver(svga), whereas now it loads a shared pipe_*.so driver.
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | README | 53 libd3dadapter9.so. This library loads pipe_[driver].so drivers on demand and
|
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 168 const struct pipe_##name##_state *state) \
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 585 const struct pipe_##sname##_state *state) \
|