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

  /development/host/windows/usb/api/
adb_legacy_interface.h 126 @param[in] endpoint_name Endpoint file name.
139 ADBAPIHANDLE OpenEndpoint(const wchar_t* endpoint_name,
adb_legacy_interface.cpp 217 std::wstring endpoint_name; local
223 endpoint_name = DEVICE_BULK_READ_PIPE_NAME;
228 endpoint_name = DEVICE_BULK_WRITE_PIPE_NAME;
241 return OpenEndpoint(endpoint_name.c_str(), endpoint_id, endpoint_index,
246 const wchar_t* endpoint_name,
270 endpoint_path += endpoint_name;

Completed in 452 milliseconds