Searched refs:AdbObjectHandleMap (Results 1 – 2 of 2) sorted by relevance
28 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()
185 typedef std::map< ADBAPIHANDLE, AdbObjectHandle* > AdbObjectHandleMap; typedef