OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UsbEndpoint
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java
33
public class
UsbEndpoint
implements Parcelable {
41
*
UsbEndpoint
should only be instantiated by UsbService implementation
44
public
UsbEndpoint
(int address, int attributes, int maxPacketSize, int interval) {
133
return "
UsbEndpoint
[mAddress=" + mAddress + ",mAttributes=" + mAttributes +
137
public static final Parcelable.Creator<
UsbEndpoint
> CREATOR =
138
new Parcelable.Creator<
UsbEndpoint
>() {
139
public
UsbEndpoint
createFromParcel(Parcel in) {
144
return new
UsbEndpoint
(address, attributes, maxPacketSize, interval);
147
public
UsbEndpoint
[] newArray(int size) {
148
return new
UsbEndpoint
[size]
[
all
...]
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
Completed in 40 milliseconds