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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
FramebufferData.h 59 void detachObject(int idx);
  /frameworks/native/include/binder/
Binder.h 54 virtual void detachObject(const void* objectID);
IBinder.h 145 virtual void detachObject(const void* objectID) = 0;
BpBinder.h 57 virtual void detachObject(const void* objectID);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 45 detachObject(i);
61 detachObject(idx);
101 void FramebufferData::detachObject(int idx) {
  /frameworks/native/libs/binder/
Binder.cpp 166 void BBinder::detachObject(const void* objectID)
BpBinder.cpp 301 void BpBinder::detachObject(const void* objectID)
  /frameworks/base/core/jni/
android_util_Binder.cpp 572 val->detachObject(&gBinderProxyOffsets);
    [all...]

Completed in 80 milliseconds