/aosp12/frameworks/base/tests/UsbManagerTests/lib/src/com/android/server/usblib/ |
H A 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()
|
/aosp12/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/ |
H A D | UsbBackend.java | 87 public void setCurrentFunctions(long functions) { in setCurrentFunctions() 95 public void setDefaultUsbFunctions(long functions) { in setDefaultUsbFunctions() 99 public boolean areFunctionsSupported(long functions) { in areFunctionsSupported() 164 public static String usbFunctionsToString(long functions) { in usbFunctionsToString() 169 public static long usbFunctionsFromString(String functions) { in usbFunctionsFromString() 200 private boolean areFunctionDisallowed(long functions) { in areFunctionDisallowed() 206 private boolean areFunctionsDisallowedBySystem(long functions) { in areFunctionsDisallowedBySystem() 213 boolean areFunctionsDisallowedByNonAdminUser(long functions) { in areFunctionsDisallowedByNonAdminUser()
|
H A D | UsbDetailsTranscodeMtpController.java | 63 protected void refresh(boolean connected, long functions, int powerRole, int dataRole) { in refresh() 93 private static boolean isDeviceInFileTransferMode(long functions, int dataRole) { in isDeviceInFileTransferMode()
|
H A D | UsbConnectionBroadcastReceiver.java | 60 long functions = UsbManager.FUNCTION_NONE; in onReceive() local 138 void onUsbConnectionChanged(boolean connected, long functions, int powerRole, int dataRole); in onUsbConnectionChanged()
|
H A D | UsbDefaultFragment.java | 164 long functions = UsbBackend.usbFunctionsFromString(key); in setDefaultKey() local 215 private void refresh(long functions) { in refresh()
|
H A D | UsbDetailsController.java | 63 protected abstract void refresh(boolean connected, long functions, int powerRole, int dataRole); in refresh()
|
H A D | UsbDetailsHeaderController.java | 50 protected void refresh(boolean connected, long functions, int powerRole, int dataRole) { in refresh()
|
H A D | UsbDetailsPowerRoleController.java | 69 protected void refresh(boolean connected, long functions, int powerRole, int dataRole) { in refresh()
|
H A D | UsbDetailsDataRoleController.java | 68 protected void refresh(boolean connected, long functions, int powerRole, int dataRole) { in refresh()
|
H A D | ConnectedUsbDeviceUpdater.java | 121 public static int getSummary(long functions, int power) { in getSummary()
|
/aosp12/hardware/interfaces/usb/gadget/1.1/default/ |
H A D | UsbGadget.cpp | 77 static V1_0::Status validateAndSetVidPid(uint64_t functions) { in validateAndSetVidPid() 134 V1_0::Status UsbGadget::setupFunctions(uint64_t functions, in setupFunctions() 175 Return<void> UsbGadget::setCurrentUsbFunctions(uint64_t functions, in setCurrentUsbFunctions()
|
/aosp12/hardware/interfaces/usb/gadget/1.2/default/ |
H A D | UsbGadget.cpp | 128 static V1_0::Status validateAndSetVidPid(uint64_t functions) { in validateAndSetVidPid() 191 V1_0::Status UsbGadget::setupFunctions(uint64_t functions, in setupFunctions() 232 Return<void> UsbGadget::setCurrentUsbFunctions(uint64_t functions, in setCurrentUsbFunctions()
|
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | UsbDeviceManager.java | 429 long functions = getCurrentFunctions(); in resetAccessoryHandshakeTimeoutHandler() local 448 long functions = UsbManager.FUNCTION_NONE; in startAccessoryMode() local 870 long getAppliedFunctions(long functions) { in getAppliedFunctions() 993 long functions = (Long) msg.obj; in handleMessage() local 1380 long functions) { in dumpFunctions() 1676 protected String applyAdbFunction(String functions) { in applyAdbFunction() 1691 String functions = null; in trySetEnabledFunctions() local 1752 private String getPersistProp(boolean functions) { in getPersistProp() 2047 UsbGadgetCallback(int request, long functions, in UsbGadgetCallback() 2233 public void setCurrentFunctions(long functions) { in setCurrentFunctions() [all …]
|
H A D | UsbService.java | 600 public void setCurrentFunctions(long functions) { in setCurrentFunctions() 608 public void setCurrentFunction(String functions, boolean usbDataUnlocked) { in setCurrentFunction() 625 public void setScreenUnlockedFunctions(long functions) { in setScreenUnlockedFunctions()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/server/ |
H A D | firebase.json | 2 "functions": { object
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/server/functions/ |
H A D | index.js | 3 const functions = require('firebase-functions'); constant
|
/aosp12/frameworks/base/core/java/android/hardware/usb/ |
H A D | UsbManager.java | 992 public void setCurrentFunctions(@UsbFunctionMode long functions) { in setCurrentFunctions() 1011 public void setCurrentFunction(String functions, boolean usbDataUnlocked) { in setCurrentFunction() 1057 public void setScreenUnlockedFunctions(long functions) { in setScreenUnlockedFunctions() 1303 public static boolean areSettableFunctions(long functions) { in areSettableFunctions() 1317 public static String usbFunctionsToString(long functions) { in usbFunctionsToString() 1353 public static long usbFunctionsFromString(String functions) { in usbFunctionsFromString()
|
H A D | IUsbManager.aidl | 113 void setCurrentFunctions(long functions); in setCurrentFunctions() 130 void setScreenUnlockedFunctions(long functions); in setScreenUnlockedFunctions()
|
/aosp12/hardware/interfaces/tests/hash/1.0/default/ |
H A D | Hash.cpp | 15 Return<void> Hash::functions() { in functions() function in android::hardware::tests::hash::V1_0::implementation::Hash
|
/aosp12/frameworks/base/tests/UsbTests/src/com/android/server/usb/ |
H A D | UsbManagerNoPermTest.java | 84 public void assertSettableFunctions(boolean settable, long functions) { in assertSettableFunctions()
|
/aosp12/system/bt/main/ |
H A D | bte_logmsg.cc | 235 for (tBTTRC_FUNC_MAP* functions = &bttrc_set_level_map[0]; in load_levels_from_config() local
|
/aosp12/build/soong/androidmk/parser/ |
H A D | scope.go | 30 functions map[string]func([]string) []string member
|
/aosp12/hardware/interfaces/usb/gadget/1.1/default/lib/ |
H A D | UsbGadgetUtils.cpp | 126 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled, in addGenericAndroidFunctions()
|
/aosp12/hardware/interfaces/usb/gadget/1.2/default/lib/ |
H A D | UsbGadgetUtils.cpp | 126 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled, in addGenericAndroidFunctions()
|
/aosp12/hardware/google/pixel/usb/ |
H A D | UsbGadgetUtils.cpp | 139 Status addGenericAndroidFunctions(MonitorFfs *monitorFfs, uint64_t functions, bool *ffsEnabled, in addGenericAndroidFunctions()
|