HomeSort by relevance Sort by last modified time
    Searched refs:Detach (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/sfntly/cpp/src/sfntly/table/
generic_table_builder.cc 28 return table.Detach();
36 return builder.Detach();
table_based_table_builder.cc 45 return table.Detach();
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
eventmanager.h 51 ///@note See comment for Detach.
75 void Detach(EventHandler* pHandler) { SWR_ASSERT(0); }
  /external/lzma/CPP/Windows/
Handle.h 27 HANDLE Detach()
DLL.h 39 HMODULE Detach()
Thread.h 27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
  /external/pdfium/core/fxge/dib/
cfx_bitmapstorer.h 34 RetainPtr<CFX_DIBitmap> Detach();
  /device/google/cuttlefish_common/host/libs/usbip/
vhci_instrument.h 50 // Detach disconnects virtual USB device.
52 bool Detach();
  /external/sfntly/cpp/src/sfntly/table/bitmap/
simple_bitmap_glyph.cc 42 return glyph.Detach();
index_sub_table_format2.cc 38 return output.Detach();
98 return it.Detach();
126 return output.Detach();
149 return output.Detach();
169 return output.Detach();
176 return output.Detach();
272 return output.Detach();
ebsc_table.cc 73 return builder.Detach();
87 return output.Detach();
index_sub_table_format1.cc 101 return it.Detach();
108 return output.Detach();
131 return output.Detach();
152 return output.Detach();
159 return output.Detach();
299 return output.Detach();
index_sub_table_format3.cc 102 return it.Detach();
121 return output.Detach();
144 return output.Detach();
164 return output.Detach();
171 return output.Detach();
295 return output.Detach();
index_sub_table_format5.cc 68 return output.Detach();
121 return it.Detach();
128 return output.Detach();
151 return output.Detach();
171 return output.Detach();
178 return output.Detach();
344 return output.Detach();
  /frameworks/native/services/vr/virtual_touchpad/include/
VirtualTouchpad.h 38 virtual status_t Detach() = 0;
VirtualTouchpadClient.h 17 status_t Detach() override;
  /frameworks/native/services/vr/virtual_touchpad/
VirtualTouchpadClient.cpp 16 Detach();
40 status_t Detach() {
44 status_t status = service_->detach().transactionError();
DvrVirtualTouchpadClient.cpp 30 return FromC(client)->Detach();
VirtualTouchpadEvdev.h 21 status_t Detach() override;
33 // Must be called only between construction (or Detach()) and Attach().
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_thread.cc 37 t1.Detach();
  /external/sfntly/cpp/src/sample/subtly/
subsetter.cc 65 return font_subset.Detach();
utils.cc 34 return fonts[0].Detach();
42 return builders[0].Detach();
  /external/webrtc/webrtc/base/
socketstream.h 28 AsyncSocket* Detach();
  /external/lzma/CPP/Windows/Control/
ImageList.h 27 HIMAGELIST Detach()
47 return BOOLToBool(ImageList_Destroy(Detach()));
  /external/lzma/CPP/7zip/Common/
StreamBinder.cpp 78 *inStream = inStreamLoc.Detach();
82 *outStream = outStreamLoc.Detach();

Completed in 666 milliseconds

1 2 3 4 5 6