Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 102) sorted by relevance

12345

/frameworks/native/cmds/lshal/
DTimeout.h32 explicit BackgroundTaskState(std::function<void(void)> &&func) in BackgroundTaskState()
64 bool timeout(std::chrono::duration<R, P> delay, std::function<void(void)> &&func) { in timeout()
82 timeoutIPC(std::chrono::duration<R, P> wait, const sp<I> &interfaceObject, Function &&func, in timeoutIPC()
99 timeoutIPC(const sp<I> &interfaceObject, Function &&func, Args &&... args) { in timeoutIPC()
/frameworks/rs/tests/lldb/tests/harness/
Ddecorators.py44 def __call__(self, func): argument
75 def wimpy(func): argument
91 def __call__(self, func): argument
130 def __call__(self, func): argument
/frameworks/base/tools/aapt2/cmd/
DCommand.cpp56 auto func = [value, flags](const StringPiece& arg) -> bool { in AddRequiredFlag() local
66 auto func = [value, flags](const StringPiece& arg) -> bool { in AddRequiredFlagList() local
76 auto func = [value, flags](const StringPiece& arg) -> bool { in AddOptionalFlag() local
86 auto func = [value, flags](const StringPiece& arg) -> bool { in AddOptionalFlagList() local
96 auto func = [value](const StringPiece& arg) -> bool { in AddOptionalFlagList() local
106 auto func = [value](const StringPiece& arg) -> bool { in AddOptionalSwitch() local
/frameworks/base/cmds/idmap2/libidmap2/
DCommandLineOptions.cpp41 auto func = [value](const std::string& arg ATTRIBUTE_UNUSED) -> void { *value = true; }; in OptionalFlag() local
50 auto func = [value](const std::string& arg) -> void { *value = arg; }; in MandatoryOption() local
59 auto func = [value](const std::string& arg) -> void { value->push_back(arg); }; in MandatoryOption() local
68 auto func = [value](const std::string& arg) -> void { *value = arg; }; in OptionalOption() local
77 auto func = [value](const std::string& arg) -> void { value->push_back(arg); }; in OptionalOption() local
/frameworks/rs/rsov/compiler/spirit/
Dbuilder.cpp32 FunctionDefinition *func, const char *name) { in MakeEntryPointDefinition()
43 FunctionInst *func = MakeFunction(retType, ctrl, funcType); in MakeFunctionDefinition() local
/frameworks/base/libs/hwui/thread/
DWorkQueue.h83 void postAt(nsecs_t time, F&& func) { in postAt()
88 void postDelayed(nsecs_t delay, F&& func) { in postDelayed()
93 void post(F&& func) { in post()
/frameworks/wilhelm/src/
Dassert.cpp30 void __assert2(const char *file, int line, const char *func, const char *failedexpr) in __assert2()
/frameworks/base/services/tests/servicestests/src/com/android/server/textservices/
DLazyIntToIntMapTest.java42 final IntUnaryOperator func = mock(IntUnaryOperator.class); in testLaziness() local
/frameworks/rs/cpp/
DRenderScript.cpp276 void RS::setErrorHandler(ErrorHandlerFunc_t func) { in setErrorHandler()
280 void RS::setMessageHandler(MessageHandlerFunc_t func) { in setMessageHandler()
/frameworks/native/opengl/libagl/
Dstate.cpp226 void glStencilFunc(GLenum func, GLint /*ref*/, GLuint /*mask*/) { in glStencilFunc()
249 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc()
544 void glDepthFunc(GLenum func) { in glDepthFunc()
554 void glAlphaFuncx(GLenum func, GLclampx ref) { in glAlphaFuncx()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_agree.rs47 volatile type func##_rand_##abbrev##1_##abbrev##1; \ typedef
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dmath_agree.rs31 volatile type func##_rand_##abbrev##1_##abbrev##1; \ typedef
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath_agree.rs49 volatile type func##_rand_##abbrev##1_##abbrev##1; \ typedef
/frameworks/base/tests/backup/
Dbackup_helper_test.cpp32 test_func func; member
/frameworks/native/libs/binder/
DDebug.cpp150 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode()
161 debugPrintFunc func, void* cookie) in printHexData()
/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/
DBasePerfTest.java92 protected void runPerfFunction(LongSupplier func) { in runPerfFunction()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dwriter_test.js49 function assertFails(func) { argument
/frameworks/base/cmds/incidentd/src/
DReporter.cpp206 void ReportBatch::forEachPersistedRequest(const function<void (const sp<ReportRequest>&)>& func) { in forEachPersistedRequest()
213 void ReportBatch::forEachStreamingRequest(const function<void (const sp<ReportRequest>&)>& func) { in forEachStreamingRequest()
221 const function<void (const sp<IIncidentReportStatusListener>&)>& func) { in forEachListener()
239 const function<void (const sp<IIncidentReportStatusListener>&)>& func) { in forEachListener()
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.h24 CPUClosure(const Closure* closure, RsdCpuScriptImpl* si, ExpandFuncTy func) : in CPUClosure()
/frameworks/native/cmds/servicemanager/
Dbinder.h26 void (*func)(struct binder_state *bs, void *ptr); member
/frameworks/base/libs/hwui/renderthread/
DCacheManager.cpp88 virtual void add(std::function<void(void)> func) override { CommonPool::post(std::move(func)); } in add()
/frameworks/native/libs/binder/include/binder/
DBpBinder.h104 IBinder::object_cleanup_func func; member
/frameworks/ml/nn/common/operations/
DLogicalAndOr.cpp37 bool compute(const std::function<bool(bool, bool)>& func, const bool8* aData, const Shape& aShape, in compute() argument
/frameworks/rs/rsov/compiler/
DGlobalAllocSPIRITPass.cpp142 FunctionInst *func = in transform() local
/frameworks/native/cmds/dumpstate/
Dutils.cpp332 for_each_pid_func *func = (for_each_pid_func*) arg; in for_each_pid_helper() local
336 void for_each_pid(for_each_pid_func func, const char *header) { in for_each_pid()
349 for_each_tid_func *func = (for_each_tid_func *) arg; in for_each_tid_helper() local
399 void for_each_tid(for_each_tid_func func, const char *header) { in for_each_tid()

12345