Searched defs:functions (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/tests/UsbManagerTests/lib/src/com/android/server/usblib/ |
D | UsbManagerTestLib.java | 57 private void setCurrentFunctions(long functions) { in setCurrentFunctions() 65 private void setCurrentFunctionsSys(long functions) { in setCurrentFunctionsSys() 69 private void testSetGetCurrentFunctions_Matched(long functions) { in testSetGetCurrentFunctions_Matched() 74 private void testGetCurrentFunctionsMock_Matched(long functions) { in testGetCurrentFunctionsMock_Matched() 84 private void testSetCurrentFunctionsMock_Matched(long functions) { in testSetCurrentFunctionsMock_Matched() 98 public void testSetCurrentFunctionsSysEx(long functions) throws Exception { in testSetCurrentFunctionsSysEx() 108 public void testSetCurrentFunctionsEx(long functions) throws Exception { in testSetCurrentFunctionsEx()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 445 long functions = getCurrentFunctions(); in resetAccessoryHandshakeTimeoutHandler() local 464 long functions = UsbManager.FUNCTION_NONE; in startAccessoryMode() local 821 protected void updateUsbStateBroadcastIfNeeded(long functions) { in updateUsbStateBroadcastIfNeeded() 909 long getAppliedFunctions(long functions) { in getAppliedFunctions() 1035 long functions = (Long) msg.obj; in handleMessage() local 1179 protected boolean isUsbDataTransferActive(long functions) { in isUsbDataTransferActive() 1431 long functions) { in dumpFunctions() 1496 protected abstract void setEnabledFunctions(long functions, boolean forceRestart); in setEnabledFunctions() 1727 protected String applyAdbFunction(String functions) { in applyAdbFunction() 1742 String functions = null; in trySetEnabledFunctions() local [all …]
|
D | UsbService.java | 608 public void setCurrentFunctions(long functions) { in setCurrentFunctions() 616 public void setCurrentFunction(String functions, boolean usbDataUnlocked) { in setCurrentFunction() 633 public void setScreenUnlockedFunctions(long functions) { in setScreenUnlockedFunctions()
|
/frameworks/base/tests/UsbTests/src/com/android/server/usb/ |
D | UsbManagerNoPermTest.java | 84 public void assertSettableFunctions(boolean settable, long functions) { in assertSettableFunctions()
|
D | UsbHandlerTest.java | 101 protected void setEnabledFunctions(long functions, boolean force) { in setEnabledFunctions()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbManager.java | 1013 public void setCurrentFunctions(@UsbFunctionMode long functions) { in setCurrentFunctions() 1032 public void setCurrentFunction(String functions, boolean usbDataUnlocked) { in setCurrentFunction() 1078 public void setScreenUnlockedFunctions(long functions) { in setScreenUnlockedFunctions() 1475 public static boolean areSettableFunctions(long functions) { in areSettableFunctions() 1489 public static String usbFunctionsToString(long functions) { in usbFunctionsToString() 1525 public static long usbFunctionsFromString(String functions) { in usbFunctionsFromString()
|
D | IUsbManager.aidl | 114 void setCurrentFunctions(long functions); in setCurrentFunctions() 131 void setScreenUnlockedFunctions(long functions); in setScreenUnlockedFunctions()
|
/frameworks/rs/script_api/ |
D | GenerateDocumentation.cpp | 291 const map<string, Function*>& functions, in writeSummaryTables() 644 const auto& functions = specFile.getDocumentedFunctions(); in writeDetailedDocumentationFile() local
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_layers.cpp | 118 void SetupFuncMaps(FunctionTable& functions, char const* const* entries, EGLFuncPointer* curr, in SetupFuncMaps()
|
/frameworks/base/services/core/java/com/android/server/adb/ |
D | AdbService.java | 190 private static boolean containsFunction(String functions, String function) { in containsFunction()
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 755 const ASurfaceControlFunctions& functions = in onSurfaceStatsAvailable() local
|