Home
last modified time | relevance | path

Searched refs:AdbObjectHandleMap (Results 1 – 2 of 2) sorted by relevance

/development/host/windows/usb/api/
Dadb_object_handle.cpp28 AdbObjectHandleMap the_map;
113 AdbObjectHandleMap::iterator found = the_map.find(adb_handle()); in CloseHandle()
155 AdbObjectHandleMap::iterator found = the_map.find(adb_hndl); in Lookup()
Dadb_object_handle.h185 typedef std::map< ADBAPIHANDLE, AdbObjectHandle* > AdbObjectHandleMap; typedef