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

1 2

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
eventmanager.h 51 ///@note See comment for Detach.
75 void Detach(EventHandler* pHandler) { SWR_ASSERT(0); }
  /frameworks/native/services/vr/virtual_touchpad/
VirtualTouchpadClient.cpp 16 Detach();
40 status_t Detach() {
44 status_t status = service_->detach().transactionError();
VirtualTouchpadEvdev.cpp 87 status_t VirtualTouchpadEvdev::Detach() {
  /external/lzma/CPP/Windows/
DLL.h 39 HMODULE Detach()
Handle.h 27 HANDLE Detach()
Registry.h 23 HKEY Detach()
PropVariant.cpp 286 HRESULT CPropVariant::Detach(PROPVARIANT *pDest) throw()
Thread.h 27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
Shell.h 34 LPITEMIDLIST Detach()
Window.h 68 HWND Detach()
  /external/webrtc/webrtc/base/
socketstream.cc 35 AsyncSocket* SocketStream::Detach() {
stream.cc 220 StreamInterface* StreamAdapterInterface::Detach() {
  /system/core/libunwindstack/tests/
MemoryRemoteTest.cpp 65 static bool Detach(pid_t pid) {
93 ASSERT_TRUE(Detach(pid));
134 ASSERT_TRUE(Detach(pid));
164 ASSERT_TRUE(Detach(pid));
  /system/core/libunwindstack/tools/
unwind.cpp 54 static bool Detach(pid_t pid) {
159 Detach(pid);
  /external/libchrome/base/threading/
platform_thread_posix.cc 213 void PlatformThread::Detach(PlatformThreadHandle thread_handle) {
  /external/libchrome/base/win/
scoped_comptr.h 64 Interface* Detach() {
  /external/lzma/CPP/Windows/Control/
ImageList.h 27 HIMAGELIST Detach()
47 return BOOLToBool(ImageList_Destroy(Detach()));
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 30 // return obj.Detach();
60 // Foo* createFoo() { FooPtr obj = new Foo(); return obj.Detach(); }
263 T* Detach() {
  /external/v8/src/
handles.cc 191 DeferredHandles* DeferredHandleScope::Detach() {
192 DeferredHandles* deferred = impl_->Detach(prev_limit_);
  /external/lzma/CPP/Common/
MyCom.h 44 T* Detach()
146 BSTR Detach()
  /frameworks/native/services/vr/bufferhubd/
buffer_hub.h 116 void Detach() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 154 Interface *Detach() throw() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
client.h 201 InterfaceType *Detach() throw() {
  /external/libchrome/dbus/
object_proxy.cc 211 void ObjectProxy::Detach() {
618 // Store the match rule, so that we can remove this in Detach().
648 // Store the match rule, so that we can remove this in Detach().
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp     [all...]

Completed in 1866 milliseconds

1 2