HomeSort by relevance Sort by last modified time
    Searched refs:adb_handle (Results 1 - 7 of 7) sorted by null

  /development/host/windows/usb/api/
adb_object_handle.h 141 @param[in] adb_handle ADB handle to the object
146 static AdbObjectHandle* Lookup(ADBAPIHANDLE adb_handle);
158 ADBAPIHANDLE adb_handle() const { function in class:AdbObjectHandle
170 return (NULL != adb_handle());
190 @param[in] adb_handle API handle for the object
195 obj_class* LookupObject(ADBAPIHANDLE adb_handle) {
197 AdbObjectHandle* adb_object = AdbObjectHandle::Lookup(adb_handle);
adb_io_completion.h 113 return (NULL != parent_io_object()) ? parent_io_object()->adb_handle() :
adb_api.h 215 @param[in] adb_handle Handle to interface enumerator object obtained via
231 ADBWIN_API bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
238 @param[in] adb_handle Handle to interface enumerator object obtained via
243 ADBWIN_API bool __cdecl AdbResetInterfaceEnum(ADBAPIHANDLE adb_handle);
597 @param[in] adb_handle ADB handle previously opened with one of the API calls
601 ADBWIN_API bool __cdecl AdbCloseHandle(ADBAPIHANDLE adb_handle);
adb_api.cpp 69 bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
79 LookupObject<AdbInterfaceEnumObject>(adb_handle);
91 bool __cdecl AdbResetInterfaceEnum(ADBAPIHANDLE adb_handle) {
94 LookupObject<AdbInterfaceEnumObject>(adb_handle);
520 bool __cdecl AdbCloseHandle(ADBAPIHANDLE adb_handle) {
522 AdbObjectHandle* adb_object = AdbObjectHandle::Lookup(adb_handle);
adb_endpoint_object.h 207 return (NULL != parent_interface()) ? parent_interface()->adb_handle() :
adb_object_handle.cpp 113 AdbObjectHandleMap::iterator found = the_map.find(adb_handle());
  /system/core/adb/client/
usb_windows.cpp 460 static void _adb_close_handle(ADBAPIHANDLE adb_handle) {
461 if (!AdbCloseHandle(adb_handle)) {
462 D("AdbCloseHandle(%p) failed: %s", adb_handle,

Completed in 212 milliseconds