| /system/nfc/src/adaptation/ |
| D | NfcAdaptation.cpp | 158 const char* func = "NfcAdaptation::Initialize"; in Initialize() local 248 const char* func = "NfcAdaptation::Finalize"; in Finalize() local 295 const char* func = "NfcAdaptation::NFCA_TASK"; in NFCA_TASK() local 312 const char* func = "NfcAdaptation::Thread"; in Thread() local 351 const char* func = "NfcAdaptation::InitializeHalDeviceContext"; in InitializeHalDeviceContext() local 384 const char* func = "NfcAdaptation::HalInitialize"; in HalInitialize() local 399 const char* func = "NfcAdaptation::HalTerminate"; in HalTerminate() local 414 const char* func = "NfcAdaptation::HalOpen"; in HalOpen() local 430 const char* func = "NfcAdaptation::HalClose"; in HalClose() local 447 const char* func = "NfcAdaptation::HalDeviceContextCallback"; in HalDeviceContextCallback() local [all …]
|
| /system/extras/simpleperf/ |
| D | SampleComparator.h | 85 void AddCompareFunction(compare_sample_func_t func) { in AddCompareFunction() 95 for (const auto& func : compare_v_) { in operator() local 105 for (const auto& func : compare_v_) { in IsSameSample() local
|
| D | SampleDisplayer.h | 199 display_sample_func_t func; member 206 void AddDisplayFunction(const std::string& name, display_sample_func_t func) { in AddDisplayFunction() 225 void AddExclusiveDisplayFunction(exclusive_display_sample_func_t func) { in AddExclusiveDisplayFunction()
|
| /system/extras/micro_bench/ |
| D | micro_bench.cpp | 82 void_func_t func; member 393 int benchmarkMemset(const char *name, const command_data_t &cmd_data, void_func_t func) { in benchmarkMemset() 400 int benchmarkMemsetCold(const char *name, const command_data_t &cmd_data, void_func_t func) { in benchmarkMemsetCold() 407 int benchmarkMemcpy(const char *name, const command_data_t &cmd_data, void_func_t func) { in benchmarkMemcpy() 418 int benchmarkMemcpyCold(const char *name, const command_data_t &cmd_data, void_func_t func) { in benchmarkMemcpyCold() 429 int benchmarkMemmoveBackwards(const char *name, const command_data_t &cmd_data, void_func_t func) { in benchmarkMemmoveBackwards() 463 int benchmarkStrcmp(const char *name, const command_data_t &cmd_data, void_func_t func) { in benchmarkStrcmp() 476 int benchmarkStrcmpCold(const char *name, const command_data_t &cmd_data, void_func_t func) { in benchmarkStrcmpCold() 493 int benchmarkStrlen(const char *name, const command_data_t &cmd_data, void_func_t func) { in benchmarkStrlen() 507 int benchmarkStrlenCold(const char *name, const command_data_t &cmd_data, void_func_t func) { in benchmarkStrlenCold() [all …]
|
| /system/core/libutils/ |
| D | misc.cpp | 73 void (*func)() = nullptr; in get_report_sysprop_change_func() local 91 static auto func = get_report_sysprop_change_func(); in report_sysprop_change() local
|
| /system/libhidl/transport/include/hidl/ |
| D | HidlPassthroughSupport.h | 42 auto func = gBsConstructorMap.get(myDescriptor, nullptr); in wrapPassthrough() local
|
| /system/tools/hidl/utils/ |
| D | Formatter.cpp | 45 Formatter &Formatter::indent(size_t level, std::function<void(void)> func) { in indent() 52 Formatter &Formatter::indent(std::function<void(void)> func) { in indent() 56 Formatter &Formatter::block(std::function<void(void)> func) { in block()
|
| /system/core/libmemunreachable/ |
| D | ScopedAlarm.h | 30 ScopedAlarm(std::chrono::microseconds us, std::function<void()> func) { in ScopedAlarm()
|
| D | PtracerThread.cpp | 70 PtracerThread::PtracerThread(const std::function<int()>& func) : child_pid_(0) { in PtracerThread()
|
| /system/core/base/ |
| D | quick_exit.cpp | 38 int at_quick_exit(void (*func)()) { in at_quick_exit()
|
| /system/extras/libfec/ |
| D | fec_process.cpp | 25 read_func func; member 44 read_func func) in process()
|
| /system/tools/hidl/utils/include/hidl-util/ |
| D | Formatter.h | 155 std::function<void(const typename std::iterator_traits<I>::value_type &)> func) { in join()
|
| /system/update_engine/update_manager/ |
| D | real_system_provider.cc | 52 base::Callback<bool(T* res)> func) in RetryPollVariable()
|
| D | generic_variables.h | 138 CallCopyVariable(const std::string& name, base::Callback<T(void)> func) in CallCopyVariable() 142 base::Callback<T(void)> func) in CallCopyVariable()
|
| /system/core/toolbox/ |
| D | toolbox.c | 13 int (*func)(int, char**); member
|
| /system/core/adb/ |
| D | fdevent.h | 45 fd_func func; member
|
| D | fdevent.cpp | 123 fdevent* fdevent_create(int fd, fd_func func, void* arg) { in fdevent_create() 142 void fdevent_install(fdevent* fde, int fd, fd_func func, void* arg) { in fdevent_install()
|
| /system/sepolicy/tools/sepolicy-analyze/ |
| D | sepolicy-analyze.c | 20 int (*func) (int argc, char **argv, policydb_t *policydb); member
|
| /system/libhwbinder/include/hwbinder/ |
| D | BpHwBinder.h | 84 IBinder::object_cleanup_func func; member
|
| /system/libhwbinder/ |
| D | Debug.cpp | 151 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() 162 debugPrintFunc func, void* cookie) in printHexData()
|
| D | BpHwBinder.cpp | 46 IBinder::object_cleanup_func func) in attach() 230 object_cleanup_func func) in attachObject()
|
| /system/bt/osi/src/ |
| D | thread.cc | 58 thread_fn func; member 126 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post()
|
| /system/core/liblog/ |
| D | logger_read.c | 119 #define LOGGER_FUNCTION(logger, def, func, args...) \ argument 176 #define LOGGER_LIST_FUNCTION(logger_list, def, func, args...) \ argument
|
| /system/core/libsuspend/ |
| D | autosuspend_wakeup_count.c | 104 void (*func)(bool success) = wakeup_func; in suspend_thread_func() local
|
| /system/extras/tests/memtest/ |
| D | memtest.cpp | 76 int (*func)(int argc, char** argv); member
|