OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdbObjectHandleMap
(Results
1 - 2
of
2
) sorted by null
/development/host/windows/usb/api/
adb_object_handle.cpp
28
AdbObjectHandleMap
the_map;
30
/// Locker for the
AdbObjectHandleMap
instance
113
AdbObjectHandleMap
::iterator found = the_map.find(adb_handle());
155
AdbObjectHandleMap
::iterator found = the_map.find(adb_hndl);
adb_object_handle.h
51
AdbObjectHandleMap
that maps association between valid ADBAPIHANDLE and
57
AdbObjectHandleMap
instance, object is referenced and then handle is
60
AdbObjectHandleMap
to find an object that is associated with the handle.
113
to the
AdbObjectHandleMap
.
123
In this call object is deleted from the
AdbObjectHandleMap
.
138
in the
AdbObjectHandleMap
.
185
typedef std::map< ADBAPIHANDLE, AdbObjectHandle* >
AdbObjectHandleMap
;
188
types from the
AdbObjectHandleMap
Completed in 25 milliseconds