Home
last modified time | relevance | path

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

1234567

/aosp12/frameworks/wilhelm/src/
H A Dtrace.cpp33 void slTraceEnterGlobal(const char *function) in slTraceEnterGlobal()
41 void slTraceLeaveGlobal(const char *function, SLresult result) in slTraceLeaveGlobal()
60 void slTraceEnterInterface(const char *function) in slTraceEnterInterface()
86 void slTraceLeaveInterface(const char *function, SLresult result) in slTraceLeaveInterface()
133 void slTraceEnterInterfaceVoid(const char *function) in slTraceEnterInterfaceVoid()
141 void slTraceLeaveInterfaceVoid(const char *function) in slTraceLeaveInterfaceVoid()
/aosp12/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledLambda.java189 Consumer<? super A> function, in obtainRunnable()
206 Predicate<? super A> function, in obtainSupplier()
223 Function<? super A, ? extends R> function, in obtainSupplier()
253 Consumer<? super A> function, in obtainMessage()
274 BiConsumer<? super A, ? super B> function, in obtainRunnable()
292 BiPredicate<? super A, ? super B> function, in obtainSupplier()
328 BiConsumer<? super A, ? super B> function, in obtainConsumer()
346 BiPredicate<? super A, ? super B> function, in obtainPredicate()
442 BiConsumer<? super A, ? super B> function, in obtainConsumer()
509 BiConsumer<? super A, ? super B> function, in obtainMessage()
[all …]
/aosp12/build/make/tools/droiddoc/templates-pdk/
H A Dcustomizations.cs19 addLoadEvent(function() { in function() method
33 addLoadEvent(function() { in function() method
H A Dhead_tag.cs35 (function() { in function() method
/aosp12/libnativehelper/include_platform_header_only/nativehelper/
H A Djni_macros.h152 #define MAKE_JNI_NATIVE_METHOD(name, signature, function) \ argument
158 #define MAKE_JNI_FAST_NATIVE_METHOD(name, signature, function) \ argument
164 #define MAKE_JNI_CRITICAL_NATIVE_METHOD(name, signature, function) \ argument
175 #define MAKE_JNI_NATIVE_METHOD_AUTOSIG(name, function) \ argument
183 #define MAKE_JNI_FAST_NATIVE_METHOD_AUTOSIG(name, function) \ argument
190 #define MAKE_JNI_CRITICAL_NATIVE_METHOD_AUTOSIG(name, function) \ argument
260 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
270 #define _NATIVEHELPER_JNI_MAKE_METHOD_AUTOSIG(kind, name, function) \ argument
/aosp14/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledLambda.java177 Consumer<? super A> function, in obtainRunnable()
207 Consumer<? super A> function, in obtainMessage()
228 BiConsumer<? super A, ? super B> function, in obtainRunnable()
246 BiPredicate<? super A, ? super B> function, in obtainPredicate()
265 TriPredicate<? super A, ? super B, ? super C> function, in obtainPredicate()
324 BiPredicate<? super A, ? super B> function, in obtainPredicate()
355 BiConsumer<? super A, ? super B> function, in obtainMessage()
377 TriConsumer<? super A, ? super B, ? super C> function, in obtainRunnable()
409 TriConsumer<? super A, ? super B, ? super C> function, in obtainMessage()
432 QuadConsumer<? super A, ? super B, ? super C, ? super D> function, in obtainRunnable()
[all …]
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A Dconfig.json28 "function" : "reverse,park", string
42 "function" : "front,park", string
56 "function" : "right,park", string
70 "function" : "left, park", string
/aosp12/packages/apps/Camera2/src/com/android/camera/async/
H A DObservableCombiner.java63 final Function<List<I>, O> function) { in transform()
H A DObservables.java52 final Function<F, T> function) { in transform()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/util/
H A DArrayMapPerfTest.java77 BiFunction<Integer, Integer, Integer> function = (k, v) -> 2 * v; in testReplaceAll_Small() local
92 BiFunction<Integer, Integer, Integer> function = (k, v) -> 2 * v; in testReplaceAll_Large() local
/aosp12/bionic/tests/libs/
H A Drelocations.cpp29 extern "C" const char* function() { in function() function
/aosp12/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
H A 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()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A 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()
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/
H A 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()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A 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()
/aosp12/bionic/tools/versioner/src/
H A DSymbolDatabase.h31 function, enumerator
/aosp12/art/runtime/gc/allocator/
H A Ddlmalloc.cc52 static void art_heap_corruption(const char* function) { in art_heap_corruption()
56 static void art_heap_usage_error(const char* function, void* p) { in art_heap_usage_error()
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dfunction_thread.h28 FunctionThread(std::function<bool()> function) : function_(function){}; in FunctionThread()
/aosp12/hardware/interfaces/usb/gadget/1.1/default/lib/
H A DUsbGadgetUtils.cpp28 struct dirent* function; in unlinkFunctions() local
64 int linkFunction(const char* function, int index) { in linkFunction()
/aosp12/hardware/interfaces/usb/gadget/1.2/default/lib/
H A DUsbGadgetUtils.cpp28 struct dirent* function; in unlinkFunctions() local
64 int linkFunction(const char* function, int index) { in linkFunction()
/aosp12/system/core/usbd/
H A Dusbd.cpp43 std::string function = GetProperty("persist.sys.usb.config", ""); in main() local
/aosp12/system/core/init/
H A Dbuiltins.h35 BuiltinFunction function; member
/aosp14/system/core/init/
H A Dbuiltins.h35 BuiltinFunction function; member
/aosp12/system/netd/client/
H A DNetdClient.cpp414 extern "C" void netdClientInitAccept4(Accept4FunctionType* function) { in netdClientInitAccept4()
418 extern "C" void netdClientInitConnect(ConnectFunctionType* function) { in netdClientInitConnect()
422 extern "C" void netdClientInitSocket(SocketFunctionType* function) { in netdClientInitSocket()
426 extern "C" void netdClientInitSendmmsg(SendmmsgFunctionType* function) { in netdClientInitSendmmsg()
433 extern "C" void netdClientInitSendmsg(SendmsgFunctionType* function) { in netdClientInitSendmsg()
440 extern "C" void netdClientInitSendto(SendtoFunctionType* function) { in netdClientInitSendto()
447 extern "C" void netdClientInitNetIdForResolv(NetIdForResolvFunctionType* function) { in netdClientInitNetIdForResolv()
453 extern "C" void netdClientInitDnsOpenProxy(DnsOpenProxyType* function) { in netdClientInitDnsOpenProxy()
/aosp12/hardware/google/pixel/usb/
H A DUsbGadgetUtils.cpp29 struct dirent *function; in unlinkFunctions() local
68 int linkFunction(const char *function, int index) { in linkFunction()

1234567