Home
last modified time | relevance | path

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

/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/drm_hwcomposer/
Ddrmcrtc.cpp32 pipe_(pipe), in DrmCrtc()
65 return pipe_; in pipe()
Ddrmcrtc.h54 unsigned pipe_; variable
/external/mesa3d/src/gallium/targets/pipe-loader/
DMakefile8 PIPE_PREFIX ?= pipe_
147 $(PIPE_TARGETS_CC): $(PIPE_PREFIX)%.so: pipe_%.o $(PIPE_LIBS) $$(%_LIBS)
154 $(PIPE_TARGETS_CXX): $(PIPE_PREFIX)%.so: pipe_%.o $(PIPE_LIBS) $$(%_LIBS)
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_objects.h107 GalliumD3D11Object<ID3D11##name, struct pipe_##gallium>::~GalliumD3D11Object() \
110 pipe_##gallium##_reference(&object, 0); \