| /system/security/keystore/ |
| D | keystore_aidl_hidl_marshalling_utils.h | 39 inline android::status_t nullable(Fn fn, const NullOr<Arg>& arg, android::Parcel* out) { in nullable() 49 inline android::status_t nullable(Fn fn, Arg&& arg, android::Parcel* out) { in nullable()
|
| /system/netd/libnetdutils/include/netdutils/ |
| D | Misc.h | 40 explicit Cleanup(FnT fn) : mFn(fn) {} in Cleanup() 56 Cleanup<FnT> makeCleanup(FnT fn) { in makeCleanup()
|
| /system/bt/vendor_libs/test_vendor_lib/model/devices/ |
| D | polled_socket.h | 34 #define WHILE_EINTR(fn) \ argument
|
| /system/bt/common/ |
| D | utils.h | 21 #define RUN_NO_INTR(fn) \ argument
|
| /system/bt/gd/os/ |
| D | utils.h | 21 #define RUN_NO_INTR(fn) \ argument
|
| /system/core/libcutils/ |
| D | load_file.cpp | 24 void *load_file(const char *fn, unsigned *_sz) in load_file()
|
| D | canned_fs_config.cpp | 44 int load_canned_fs_config(const char* fn) { in load_canned_fs_config()
|
| /system/extras/perfprofd/ |
| D | perfprofd_threaded_handler.h | 103 template <typename ConfigFn> bool StartProfiling(ConfigFn fn, std::string* error_msg) { in StartProfiling() 174 void RunOnConfig(Fn& fn) { in RunOnConfig()
|
| /system/core/libmemunreachable/ |
| D | Binder.cpp | 38 std::function<ssize_t(size_t, uintptr_t*)> fn) { in BinderReferencesToVector()
|
| /system/extras/sound/ |
| D | playwav.c | 154 int wav_play(const char *fn) in wav_play() 193 int wav_rec(const char *fn, unsigned channels, unsigned rate) in wav_rec() 297 int mp3_play(const char *fn) in mp3_play() 333 const char *fn = 0; in main() local
|
| /system/apex/apexd/ |
| D | apexd_utils.h | 86 Status WalkDir(const std::string& path, Fn fn) { in WalkDir() 104 FilterFn fn) { in ReadDir()
|
| D | apexd_prepostinstall.cpp | 56 Status StageFnInstall(const std::vector<ApexFile>& apexes, Fn fn, in StageFnInstall() 135 int RunFnInstall(char** in_argv, Fn fn, const char* name) { in RunFnInstall()
|
| /system/core/libutils/ |
| D | Threads.cpp | 213 static bool doCreateThread(android_thread_func_t fn, void* arg, android_thread_id_t *id) in doCreateThread() 249 int androidCreateRawThreadEtc(android_thread_func_t fn, in androidCreateRawThreadEtc() 269 int androidCreateThread(android_thread_func_t fn, void* arg) in androidCreateThread() 274 int androidCreateThreadGetID(android_thread_func_t fn, void *arg, android_thread_id_t *id) in androidCreateThreadGetID()
|
| /system/netd/server/ |
| D | NetlinkListener.cpp | 94 Status NetlinkListener::subscribe(uint16_t type, const DispatchFn& fn) { in subscribe() 115 const auto& fn = findWithDefault(mDispatchMap, nlmsg.nlmsg_type, kDefaultDispatchFn); in run() local
|
| D | NFLogListener.cpp | 151 const auto& fn = findWithDefault(mDispatchMap, ntohs(nfmsg.res_id), kDefaultDispatchFn); in NFLogListener() local 175 Status NFLogListener::subscribe(uint16_t nfLogGroup, const DispatchFn& fn) { in subscribe() 180 uint16_t nfLogGroup, uint32_t copyRange, const DispatchFn& fn) { in subscribe()
|
| /system/core/adb/ |
| D | adb_utils.h | 80 void PopAll(Fn fn) { in PopAll()
|
| /system/bt/osi/include/ |
| D | osi.h | 56 #define OSI_NO_INTR(fn) \ argument
|
| /system/core/libunwindstack/include/unwindstack/ |
| D | Regs.h | 103 virtual void IterateRegisters(std::function<void(const char*, uint64_t)> fn) override { in IterateRegisters()
|
| /system/core/libbacktrace/ |
| D | backtrace_benchmarks.cpp | 153 static void CreateBacktrace(benchmark::State& state, BacktraceMap* map, BacktraceCreateFn fn) { in CreateBacktrace()
|
| /system/core/libunwindstack/ |
| D | RegsArm64.cpp | 72 void RegsArm64::IterateRegisters(std::function<void(const char*, uint64_t)> fn) { in IterateRegisters()
|
| D | RegsMips64.cpp | 73 void RegsMips64::IterateRegisters(std::function<void(const char*, uint64_t)> fn) { in IterateRegisters()
|
| D | RegsX86_64.cpp | 73 void RegsX86_64::IterateRegisters(std::function<void(const char*, uint64_t)> fn) { in IterateRegisters()
|
| D | RegsMips.cpp | 73 void RegsMips::IterateRegisters(std::function<void(const char*, uint64_t)> fn) { in IterateRegisters()
|
| D | RegsX86.cpp | 72 void RegsX86::IterateRegisters(std::function<void(const char*, uint64_t)> fn) { in IterateRegisters()
|
| D | RegsArm.cpp | 95 void RegsArm::IterateRegisters(std::function<void(const char*, uint64_t)> fn) { in IterateRegisters()
|