HomeSort by relevance Sort by last modified time
    Searched refs:adb_handle (Results 1 - 6 of 6) 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 234 @param[in] adb_handle Handle to interface enumerator object obtained via
250 ADBWIN_API bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
257 @param[in] adb_handle Handle to interface enumerator object obtained via
262 ADBWIN_API bool __cdecl AdbResetInterfaceEnum(ADBAPIHANDLE adb_handle);
616 @param[in] adb_handle ADB handle previously opened with one of the API calls
620 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());

Completed in 479 milliseconds