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

1 2 3 4 5 6 7 8 910

  /external/webrtc/webrtc/video/
payload_router.h 66 void AddRef() { ++ref_count_; }
  /external/libchrome/base/
callback_internal.cc 12 void BindStateBase::AddRef() {
  /external/libchrome/base/memory/
ref_counted.cc 30 void RefCountedThreadSafeBase::AddRef() const {
ref_counted_delete_on_message_loop.h 46 void AddRef() const {
47 subtle::RefCountedThreadSafeBase::AddRef();
  /external/swiftshader/src/D3D8/
Direct3DPixelShader8.cpp 53 unsigned long Direct3DPixelShader8::AddRef()
57 return Unknown::AddRef();
Direct3DVertexDeclaration8.cpp 53 unsigned long Direct3DVertexDeclaration8::AddRef()
57 return Unknown::AddRef();
Direct3DVertexShader8.cpp 69 unsigned long Direct3DVertexShader8::AddRef()
73 return Unknown::AddRef();
Unknown.cpp 39 AddRef();
50 unsigned long Unknown::AddRef()
Direct3DBaseTexture8.cpp 43 AddRef();
54 unsigned long Direct3DBaseTexture8::AddRef()
58 return Direct3DResource8::AddRef();
Direct3DIndexBuffer8.cpp 43 AddRef();
54 unsigned long Direct3DIndexBuffer8::AddRef()
58 return Direct3DResource8::AddRef();
  /external/swiftshader/src/D3D9/
Direct3DPixelShader9.cpp 52 AddRef();
63 unsigned long Direct3DPixelShader9::AddRef()
67 return Unknown::AddRef();
88 this->device->AddRef();
Direct3DVertexShader9.cpp 52 AddRef();
63 unsigned long Direct3DVertexShader9::AddRef()
67 return Unknown::AddRef();
88 this->device->AddRef();
Unknown.cpp 37 AddRef();
48 unsigned long Unknown::AddRef()
Direct3DQuery9.cpp 57 AddRef();
68 unsigned long Direct3DQuery9::AddRef()
72 return Unknown::AddRef();
93 this->device->AddRef();
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.h 41 void AddRef() { ++ref_count_; }
full_screen_chrome_window_detector.h 37 void AddRef() { ++ref_count_; }
  /development/host/windows/usb/api/
adb_api_instance.h 76 LONG AddRef() {
  /external/pdfium/core/fpdfapi/page/
cpdf_countedobject.h 32 T* AddRef() {
  /external/webrtc/webrtc/audio/
audio_state.cc 45 int AudioState::AddRef() const {
  /external/webrtc/webrtc/base/
refcount.h 23 virtual int AddRef() const = 0;
98 virtual int AddRef() const {
  /external/webrtc/webrtc/modules/desktop_capture/x11/
shared_x_display.h 51 void AddRef() { ++ref_count_; }
  /external/webrtc/webrtc/modules/desktop_capture/
shared_desktop_frame.cc 26 virtual int32_t AddRef() {
  /external/webrtc/webrtc/voice_engine/
voice_engine_impl.cc 36 self->AddRef(); // First reference. Released in VoiceEngine::Delete.
42 int VoiceEngineImpl::AddRef() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mimeinfo.h 60 ULONG (WINAPI *AddRef)(IMimeInfo *This);
70 #define IMimeInfo_AddRef(This) (This)->lpVtbl->AddRef(This)
simpdc.h 47 ULONG (WINAPI *AddRef)(ISimpleDataConverter *This);
58 #define ISimpleDataConverter_AddRef(This) (This)->lpVtbl->AddRef(This)

Completed in 1025 milliseconds

1 2 3 4 5 6 7 8 910