/frameworks/av/media/codec2/core/include/ |
D | _C2MacroUtils.h | 80 #define _C2_MAP_64(fn, arg, head, ...) fn(head, arg), _C2_MAP_63(fn, arg, ##__VA_ARGS__) argument 81 #define _C2_MAP_63(fn, arg, head, ...) fn(head, arg), _C2_MAP_62(fn, arg, ##__VA_ARGS__) argument 82 #define _C2_MAP_62(fn, arg, head, ...) fn(head, arg), _C2_MAP_61(fn, arg, ##__VA_ARGS__) argument 83 #define _C2_MAP_61(fn, arg, head, ...) fn(head, arg), _C2_MAP_60(fn, arg, ##__VA_ARGS__) argument 84 #define _C2_MAP_60(fn, arg, head, ...) fn(head, arg), _C2_MAP_59(fn, arg, ##__VA_ARGS__) argument 85 #define _C2_MAP_59(fn, arg, head, ...) fn(head, arg), _C2_MAP_58(fn, arg, ##__VA_ARGS__) argument 86 #define _C2_MAP_58(fn, arg, head, ...) fn(head, arg), _C2_MAP_57(fn, arg, ##__VA_ARGS__) argument 87 #define _C2_MAP_57(fn, arg, head, ...) fn(head, arg), _C2_MAP_56(fn, arg, ##__VA_ARGS__) argument 88 #define _C2_MAP_56(fn, arg, head, ...) fn(head, arg), _C2_MAP_55(fn, arg, ##__VA_ARGS__) argument 89 #define _C2_MAP_55(fn, arg, head, ...) fn(head, arg), _C2_MAP_54(fn, arg, ##__VA_ARGS__) argument [all …]
|
/frameworks/opt/net/wifi/libwifi_hal/ |
D | wifi_hal_fallback.cpp | 19 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn *fn) { in init_wifi_vendor_hal_func_table()
|
/frameworks/minikin/tools/ |
D | mk_hyb_file.py | 275 def load(fn): argument 285 def load_chr(fn): argument 305 def load_hyp(hyph, fn): argument 427 def verify_file_sorted(lines, fn): argument
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 395 ForEachFunc_t fn = mtls->kernel; in walk_general_foreach() local 422 ForEachFunc_t fn = mtls->kernel; in walk_2d_foreach() local 447 ForEachFunc_t fn = mtls->kernel; in walk_1d_foreach() local 544 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_1d_reduce() local 583 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_2d_reduce() local 622 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_3d_reduce() local 692 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in launchReduceSerial() local 898 ForEachFunc_t fn = mtls->kernel; in launchForEach() local
|
/frameworks/libs/native_bridge_support/overriding/libc/ |
D | malloc_init.cpp | 38 static fn_t fn = reinterpret_cast<fn_t>( in malloc_info_impl() local
|
D | __cxa_thread_atexit_impl.cpp | 26 thread_atexit_fn_t fn; member
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | ToastTest.java | 57 private static String readFile(String fn) { in readFile()
|
/frameworks/minikin/app/ |
D | HyphTool.cpp | 13 Hyphenator* loadHybFile(const char* fn, int minPrefix, int minSuffix, const char* language) { in loadHybFile()
|
/frameworks/rs/ |
D | rsDriverLoader.cpp | 51 static bool LoadHalTable(Context *rsc, HalQueryHal fn, bool loadGraphics) { in LoadHalTable()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 55 #define CLOG_ERROR_IF(cond, fn, err, fmt, ...) \ argument 58 #define CLOG_ERROR(fn, err, fmt, ...) CLOG_ERROR_IF(true, fn, err, fmt, ##__VA_ARGS__) argument 59 #define CLOG_IF_ERROR(fn, err, fmt, ...) \ argument 62 #define CLOGI_(level, fn, fmt, ...) \ argument 64 #define CLOGD_(level, fn, fmt, ...) \ argument 67 #define CLOG_LIFE(fn, fmt, ...) CLOGI_(ADebug::kDebugLifeCycle, fn, fmt, ##__VA_ARGS__) argument 68 #define CLOG_STATE(fn, fmt, ...) CLOGI_(ADebug::kDebugState, fn, fmt, ##__VA_ARGS__) argument 69 #define CLOG_CONFIG(fn, fmt, ...) CLOGI_(ADebug::kDebugConfig, fn, fmt, ##__VA_ARGS__) argument 70 #define CLOG_INTERNAL(fn, fmt, ...) CLOGD_(ADebug::kDebugInternalState, fn, fmt, ##__VA_ARGS__) argument 72 #define CLOG_DEBUG_IF(cond, fn, fmt, ...) \ argument [all …]
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | BinderThreadPriorityTest.java | 97 String fn = "/proc/" + Process.myPid() + "/task/" + Process.myTid() + "/cgroup"; in getSchedulerGroup() local
|
/frameworks/compile/libbcc/include/bcc/ |
D | Script.h | 82 void setLinkRuntimeCallback(RSLinkRuntimeCallback fn) { in setLinkRuntimeCallback()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
D | TokenBucketTest.java | 172 void assertThrow(Fn fn) { in assertThrow()
|
/frameworks/rs/driver/ |
D | rsdShader.cpp | 173 const char *fn = e->mHal.state.fieldNames[field]; in appendAttributes() local 283 const char *fn = e->mHal.state.fieldNames[field]; in appendUserConstants() local
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 1580 #define THUNK_NATIVE_F(fn) \ argument 1586 #define THUNK_NATIVE_F_F(fn) \ argument 1592 #define THUNK_NATIVE_F_FP(fn) \ argument 1598 #define THUNK_NATIVE_F_I(fn) \ argument 1689 #define HN_FUNC_HN(fn) \ argument 1707 #define HN_FUNC_HN_HN(fn) \ argument 1728 #define HN_FUNC_HN_H(fn) \ argument 1743 #define HN_FUNC_HN_HN_HN(fn) \ argument 1768 #define HN_FUNC_HN_IN(fn) \ argument 1786 #define H_FUNC_HN(fn) \ argument [all …]
|
/frameworks/base/cmds/screencap/ |
D | screencap.cpp | 170 const char* fn = NULL; in main() local
|
/frameworks/base/tools/bit/ |
D | make.cpp | 257 string fn = module.installed[i]; in read_modules() local
|
/frameworks/base/tests/net/java/android/net/ |
D | ConnectivityManagerTest.java | 335 static void mustFail(Runnable fn) { in mustFail()
|
/frameworks/base/tests/net/java/android/net/nsd/ |
D | NsdManagerTest.java | 318 public void mustFail(Runnable fn) { in mustFail()
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | RecurrenceProcessorTest.java | 100 String fn = "/tmp/trace/" + this.getClass().getName().replace('$', '_'); in verifyRecurrence() local
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicCompositeStream.cpp | 1378 for (const auto& fn : mFrameNumberMap) { in findTimestampInNsLocked() local 1626 for (const auto& fn : mFrameNumberMap) { in onResultError() local
|
/frameworks/ml/nn/runtime/ |
D | VersionedInterfaces.cpp | 831 const std::function<Return<T_Return>(const sp<T_IDevice>&)>& fn, in callProtected() 866 const std::function<Return<T_Return>(const sp<T_IDevice>&)>& fn, in callProtected() 874 const char* context, const std::function<Return<T_Return>(const sp<T_IDevice>&)>& fn, in recoverable()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.cpp | 356 void Scheduler::withPrimaryDispSync(std::function<void(DispSync&)> const& fn) { in withPrimaryDispSync()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NsdService.java | 541 NsdService(Context ctx, NsdSettings settings, Handler handler, DaemonConnectionSupplier fn) { in NsdService()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 1117 BootAnimation::Animation* BootAnimation::loadAnimation(const String8& fn) in loadAnimation()
|