HomeSort by relevance Sort by last modified time
    Searched refs:pipe_ (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 112 pipe_(NULL),
159 DisconnectNamedPipe(pipe_);
172 if (pipe_) {
173 CloseHandle(pipe_);
242 pipe_ = CreateNamedPipe(pipe_name_.c_str(),
250 if (pipe_ == INVALID_HANDLE_VALUE) {
284 if (pipe_) {
285 CloseHandle(pipe_);
286 pipe_ = NULL;
308 bool success = ConnectNamedPipe(pipe_, &overlapped_) != FALSE
    [all...]
crash_generation_server.h 233 HANDLE pipe_; member in class:google_breakpad::CrashGenerationServer
  /external/drm_hwcomposer/
drmcrtc.h 53 unsigned pipe_; member in class:android::DrmCrtc
drmcrtc.cpp 32 pipe_(pipe),
62 return pipe_;
  /external/mesa3d/src/gallium/targets/pipe-loader/
Makefile 8 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/
d3d11_objects.h 107 GalliumD3D11Object<ID3D11##name, struct pipe_##gallium>::~GalliumD3D11Object() \
110 pipe_##gallium##_reference(&object, 0); \

Completed in 308 milliseconds