Home
last modified time | relevance | path

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

123456

/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
/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()
/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()
/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/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
/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/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()
/aosp12/bionic/libc/bionic/
H A Dassert.cpp39 void __assert2(const char* file, int line, const char* function, const char* failed_expression) { in __assert2()
H A DNetdClient.cpp31 static void netdClientInitFunction(void* handle, const char* symbol, FunctionType* function) { in netdClientInitFunction()
/aosp12/system/extras/simpleperf/
H A Dworkload.cpp38 std::unique_ptr<Workload> Workload::CreateWorkload(const std::function<void()>& function) { in CreateWorkload()
56 Workload::Workload(const std::vector<std::string>& args, const std::function<void()>& function) in Workload()
/aosp12/frameworks/native/libs/renderengine/skia/debug/
H A DCaptureTimer.cpp31 void CaptureTimer::setTimeout(TimeoutCallback function, std::chrono::milliseconds delay) { in setTimeout()

123456