OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentDataRole
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/hardware/usb/
UsbPortStatus.java
37
public UsbPortStatus(int currentMode, int currentPowerRole, int
currentDataRole
,
41
mCurrentDataRole =
currentDataRole
;
108
+ ",
currentDataRole
=" + UsbPort.dataRoleToString(mCurrentDataRole)
133
int
currentDataRole
= in.readInt();
135
return new UsbPortStatus(currentMode, currentPowerRole,
currentDataRole
,
/frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java
178
final int
currentDataRole
= portInfo.mUsbPortStatus.getCurrentDataRole();
180
if (
currentDataRole
== newDataRole && currentPowerRole == newPowerRole) {
199
|| (!canChangeDataRole &&
currentDataRole
!= newDataRole)) {
221
+ ",
currentDataRole
=" + UsbPort.dataRoleToString(
currentDataRole
)
266
if (
currentDataRole
!= newDataRole) {
428
final int
currentDataRole
= readCurrentDataRole(portDir);
433
currentDataRole
, canChangeDataRole, pw);
464
int
currentDataRole
, boolean canChangeDataRole,
482
currentPowerRole,
currentDataRole
);
[
all
...]
Completed in 86 milliseconds