Searched refs:function (Results 276 - 300 of 395) sorted by relevance

<<111213141516

/frameworks/base/tools/aapt2/util/
H A DUtil.cpp40 const StringPiece& str, char sep, const std::function<char(char)>& f) {
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.cpp185 std::function<void*(size_t)> alloc) {
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_3DLUT.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f:
H A DrsCpuIntrinsics_advsimd_Convolve.S26 #define ENTRY(f) .text; .align 2; .globl f; .type f,#function; f:
/frameworks/av/media/libstagefright/bqhelper/
H A DGraphicBufferSource.cpp166 std::function<void(AcquiredBuffer *)> onReleased,
262 std::function<void(AcquiredBuffer *)> mOnReleased;
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp316 std::function<void (void *, void *, void *, size_t,
342 std::function<void (void *, bool, signed, signed, signed, signed, signed, signed)>
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java925 * Registers a CustomFunction callback as a function that can be called from
928 * @param name the name of the sqlite3 function
929 * @param numArgs the number of arguments for the function
930 * @param function callback to call when the function is executed
933 public void addCustomFunction(String name, int numArgs, CustomFunction function) { argument
935 SQLiteCustomFunction wrapper = new SQLiteCustomFunction(name, numArgs, function);
2305 * A callback interface for a custom sqlite3 function.
2306 * This can be used to create a function that can be called from
/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp35 std::function<void(const RecordedOp&)> opReceiver) {
45 std::function<void(const RecordedOp& op)> opValidator) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java44 import com.android.internal.util.function.TriConsumer;
60 import java.util.function.Consumer;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java51 import java.util.function.Consumer;
52 import java.util.function.Predicate;
/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp261 jclass jElementClass, std::function<JavaRef<jobject>(JNIEnv*, const T&)> converter) {
274 std::function<JavaRef<jobject>(JNIEnv*, const T&)>(converter));
/frameworks/base/services/robotests/src/com/android/server/backup/
H A DPerformBackupTaskTest.java606 private static void agentOnBackupDo(BackupAgent agent, BackupAgentOnBackup function) argument
608 doAnswer(function).when(agent).onBackup(any(), any(), any());
/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp584 const std::function<void(const ResourceName&)>& on_create_reference) {
645 const std::function<void(const ResourceName&)>& on_create_reference) {
/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp96 typedef std::function<std::string (const char *Key, const std::string &Name)> DiagnosticDescriptionType;
178 "duplicate function definition for '%0(%1)' for '#pragma rs %2(%3)' (%4, %5)")
189 // Either the identifier lookup failed, or we never found the function definition.
191 "could not find function definition for '%0(%1)' for '#pragma rs %2(%3)'")
348 "%0 parameter '%1' (type '%2') must not be pointer to function type")
684 std::function<std::string ()> UnlessOutConverter;
/frameworks/ml/nn/runtime/
H A DExecutionPlan.cpp74 typedef std::function<void(uint32_t)> OperationReadyCallback;
333 std::function<uint32_t(uint32_t)> fromModelGetInputOrOutputOperandIndex,
768 // This function uses a heuristic approach to partitioning the graph.
820 // This helper function enqueues the operation on the appropriate queue.
828 // This helper function finds a device that has operations ready to process.
832 // other devices. This function returns -1 if all queues are empty.
/frameworks/native/libs/math/include/math/
H A DTVecHelpers.h544 friend inline CONSTEXPR VECTOR<T> PURE apply(VECTOR<T> v, const std::function<T(T)>& f) {
567 friend inline CONSTEXPR VECTOR<R> PURE map(VECTOR<T> v, const std::function<R(T)>& f) {
/frameworks/native/libs/vr/libpdx/
H A Dclient_tests.cpp127 void OnConnectCallback(std::function<void(MockClientChannel*)> callback) {
135 std::function<void(MockClientChannel*)> on_connect_callback_;
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp144 errs() << "Missing function definitions.\n";
616 T *findOrCreate(std::function<bool(T *)> criteria, std::function<T *()> factory,
646 // Check if this is function scoped
649 Module::errs() << ") has function scope in global section.\n";
/frameworks/rs/rsov/driver/
H A DrsovScript.cpp721 std::function<void(const std::string &)> each,
722 std::function<void(const std::vector<const std::string> &)>
/frameworks/base/services/print/java/com/android/server/print/
H A DUserState.java29 import static com.android.internal.util.function.pooled.PooledLambda.obtainMessage;
84 import com.android.internal.util.function.pooled.PooledLambda;
97 import java.util.function.IntSupplier;
/frameworks/base/cmds/statsd/src/
H A DStatsLogProcessor.cpp78 const std::function<bool(const ConfigKey&)>& sendBroadcast)
/frameworks/base/core/java/android/app/
H A DUiAutomation.java52 import com.android.internal.util.function.pooled.PooledLambda;
/frameworks/base/core/java/com/android/internal/util/
H A DArrayUtils.java586 @NonNull java.util.function.Predicate<T> predicate) {
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLayout.java52 import java.util.function.Consumer;
/frameworks/base/graphics/java/android/graphics/
H A DColor.java34 import java.util.function.DoubleUnaryOperator;

Completed in 968 milliseconds

<<111213141516