Home
last modified time | relevance | path

Searched defs:function (Results 1 – 25 of 26) sorted by relevance

12

/packages/services/Car/cpp/evs/apps/default/
Dconfig.json30 "function" : "reverse,park", string
44 "function" : "front,park", string
58 "function" : "right,park", string
72 "function" : "left, park", string
DConfigManager.h30 std::string function = ""; // The expected use for this camera ("reverse", "left", "right") member
43 std::string function = ""; // The expected use for this display. member
DConfigManager.cpp143 const char *function = usageNode.asCString(); in initialize() local
/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
DUsbDetailsFunctionsController.java132 final long function = UsbBackend.usbFunctionsFromString(preference.getKey()); in onRadioButtonClicked() local
165 private boolean isClickEventIgnored(long function, long previousFunction) { in isClickEventIgnored()
169 private boolean isAccessoryMode(long function) { in isAccessoryMode()
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java288 private void throwEglException(String function) { in throwEglException()
292 public static void throwEglException(String function, int error) { in throwEglException()
297 public static void logEglErrorAsWarning(String tag, String function, int error) { in logEglErrorAsWarning()
301 public static String formatEglError(String function, int error) { in formatEglError()
/packages/apps/Camera2/src/com/android/camera/async/
DObservables.java52 final Function<F, T> function) { in transform()
DObservableCombiner.java63 final Function<List<I>, O> function) { in transform()
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
Dtracker.py238 def get_begins(self, app_phase, function): argument
241 def get_ends(self, app_phase, function): argument
/packages/services/Car/cpp/evs/support_library/
Dconfig.json19 "function" : "reverse, park", string
DConfigManager.cpp138 const char *function = usageNode.asCString(); in initialize() local
DConfigManager.h31 std::string function = ""; // The expected use for this camera ("reverse", "left", "right") member
/packages/modules/Bluetooth/system/test/headless/
Dinterface.h31 callback_function_t function; member
Dheadless.cc42 callback_function_t function) { in headless_add_callback()
52 callback_function_t function) { in headless_remove_callback()
/packages/modules/Bluetooth/system/btcore/src/
Dmodule.cc133 static bool call_lifecycle_function(module_lifecycle_fn function) { in call_lifecycle_function()
/packages/modules/GeoTZ/common/src/test/java/com/android/timezone/location/common/
DPiiLoggablesTest.java88 Function<PiiLoggable, String> function = PiiLoggables.toPiiStringFunction(); in toPiiStringFunction() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/usb/
DUsbDetailsFunctionsControllerTest.java309 final long function = UsbManager.FUNCTION_ACCESSORY | UsbManager.FUNCTION_AUDIO_SOURCE; in onRadioButtonClicked_functionMtp_inAccessoryCombinationsMode_doNothing() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DEmbeddingLookupTest.cpp129 void Set3DWeightMatrix(const std::function<float(int, int, int)>& function) { in Set3DWeightMatrix() argument
DHashtableLookupTest.cpp144 void SetHashtableValue(const std::function<float(uint32_t, uint32_t)>& function) { in SetHashtableValue() argument
/packages/services/Car/packages/ScriptExecutor/tests/functional/src/com/android/car/scriptexecutortest/functional/
DScriptExecutorFunctionalTest.java1013 String function, in runScriptAndWaitForResponse()
1023 private void runScriptAndWaitForError(String script, String function) in runScriptAndWaitForError()
/packages/modules/Bluetooth/tools/pdl/src/
Dparser.rs449 let function = parse_string(&mut children)?; in parse_grammar() localVariable
456 let function = parse_string(&mut children)?; in parse_grammar() localVariable
/packages/modules/Bluetooth/system/gd/rust/gddi/macros/
Dlib.rs16 let function: ItemFn = parse(item).expect("can only be applied to functions"); in provides() localVariable
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.h61 #define TRACE_CALL(function, ...) \ argument
/packages/modules/adb/tools/
Dcheck_ms_os_desc.cpp147 ms_os_desc_v1_function function; in check_ms_os_desc_v1() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java774 private boolean tetherUsbFunctionMatches(int function, int enabledType) { in tetherUsbFunctionMatches()
782 private void sendUsbBroadcast(boolean connected, boolean configured, int function) { in sendUsbBroadcast()
2814 private void forceUsbTetheringUse(final int function) { in forceUsbTetheringUse()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc217 bt_bond_function_t function; member
3512 bt_bond_function_t function, in btif_stats_add_bond_event()

12