/aosp12/frameworks/wilhelm/src/ |
H A D | trace.cpp | 33 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 D | PooledLambda.java | 189 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 D | customizations.cs | 19 addLoadEvent(function() { in function() method 33 addLoadEvent(function() { in function() method
|
H A D | head_tag.cs | 35 (function() { in function() method
|
/aosp12/libnativehelper/include_platform_header_only/nativehelper/ |
H A D | jni_macros.h | 152 #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 D | config.json | 28 "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 D | ObservableCombiner.java | 63 final Function<List<I>, O> function) { in transform()
|
H A D | Observables.java | 52 final Function<F, T> function) { in transform()
|
/aosp12/bionic/tests/libs/ |
H A D | relocations.cpp | 29 extern "C" const char* function() { in function() function
|
/aosp12/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/ |
H A D | UsbDetailsFunctionsController.java | 132 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 D | BlockingGLTextureView.java | 288 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 D | BlockingGLTextureView.java | 288 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 D | SymbolDatabase.h | 31 function, enumerator
|
/aosp12/art/runtime/gc/allocator/ |
H A D | dlmalloc.cc | 52 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 D | function_thread.h | 28 FunctionThread(std::function<bool()> function) : function_(function){}; in FunctionThread()
|
/aosp12/hardware/interfaces/usb/gadget/1.1/default/lib/ |
H A D | UsbGadgetUtils.cpp | 28 struct dirent* function; in unlinkFunctions() local 64 int linkFunction(const char* function, int index) { in linkFunction()
|
/aosp12/system/core/usbd/ |
H A D | usbd.cpp | 43 std::string function = GetProperty("persist.sys.usb.config", ""); in main() local
|
/aosp12/system/core/init/ |
H A D | builtins.h | 35 BuiltinFunction function; member
|
/aosp12/hardware/interfaces/usb/gadget/1.2/default/lib/ |
H A D | UsbGadgetUtils.cpp | 28 struct dirent* function; in unlinkFunctions() local 64 int linkFunction(const char* function, int index) { in linkFunction()
|
/aosp12/system/netd/client/ |
H A D | NetdClient.cpp | 414 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 D | UsbGadgetUtils.cpp | 29 struct dirent *function; in unlinkFunctions() local 68 int linkFunction(const char *function, int index) { in linkFunction()
|
/aosp12/bionic/libc/bionic/ |
H A D | assert.cpp | 39 void __assert2(const char* file, int line, const char* function, const char* failed_expression) { in __assert2()
|
H A D | NetdClient.cpp | 31 static void netdClientInitFunction(void* handle, const char* symbol, FunctionType* function) { in netdClientInitFunction()
|
/aosp12/system/extras/simpleperf/ |
H A D | workload.cpp | 38 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 D | CaptureTimer.cpp | 31 void CaptureTimer::setTimeout(TimeoutCallback function, std::chrono::milliseconds delay) { in setTimeout()
|