Home
last modified time | relevance | path

Searched refs:ref_count_ (Results 1 – 7 of 7) sorted by relevance

/development/host/windows/usb/api/
Dadb_object_handle.cpp39 ref_count_(1) { in AdbObjectHandle()
44 ATLASSERT(0 == ref_count_); in ~AdbObjectHandle()
49 ATLASSERT(ref_count_ > 0); in AddRef()
50 return InterlockedIncrement(&ref_count_); in AddRef()
54 ATLASSERT(ref_count_ > 0); in Release()
55 LONG ret = InterlockedDecrement(&ref_count_); in Release()
Dadb_api_instance.h77 return InterlockedIncrement(&ref_count_); in AddRef()
87 LONG ret = InterlockedDecrement(&ref_count_); in Release()
107 LONG ref_count_; variable
Dadb_api_instance.cpp34 : ref_count_(1) { in AdbApiInstance()
Dadb_object_handle.h181 LONG ref_count_; variable
/development/host/windows/usb/winusb/
Dadb_winusb_io_completion.cpp37 ATLASSERT(ref_count_ > 0); in Release()
38 LONG ret = InterlockedDecrement(&ref_count_); in Release()
Dadb_winusb_endpoint_object.cpp38 ATLASSERT(ref_count_ > 0); in Release()
39 LONG ret = InterlockedDecrement(&ref_count_); in Release()
Dadb_winusb_interface.cpp44 ATLASSERT(ref_count_ > 0); in Release()
45 LONG ret = InterlockedDecrement(&ref_count_); in Release()