/frameworks/native/libs/binder/trusty/include_mock/ |
D | trusty_log.h | 22 #define TLOGD(fmt, ...) printf(fmt, ##__VA_ARGS__) argument 23 #define TLOGI(fmt, ...) printf(fmt, ##__VA_ARGS__) argument 24 #define TLOGW(fmt, ...) printf(fmt, ##__VA_ARGS__) argument 25 #define TLOGE(fmt, ...) printf(fmt, ##__VA_ARGS__) argument 26 #define TLOGC(fmt, ...) printf(fmt, ##__VA_ARGS__) argument 28 #define _tlog(fmt, ...) printf(fmt, ##__VA_ARGS__) argument 29 #define _vtlog(fmt, args) vprintf(fmt, args) argument
|
/frameworks/native/libs/gui/include/gui/ |
D | TraceUtils.h | 24 #define ATRACE_FORMAT(fmt, ...) \ argument 30 #define ATRACE_FORMAT_INSTANT(fmt, ...) \ argument 33 #define ALOGE_AND_TRACE(fmt, ...) \ argument 48 static void atraceFormatBegin(const char* fmt, ...) { in atraceFormatBegin() 60 static void instantFormat(const char* fmt, ...) { in instantFormat()
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | Result.cpp | 26 Error::Error(const char* fmt, ...) { in Error() 34 Error::Error(const Error& parent, const char* fmt, ...) : msg_(parent.msg_) { in Error()
|
D | RawPrintVisitor.cpp | 156 void RawPrintVisitor::print(uint8_t value, const char* fmt, ...) { in print() 169 void RawPrintVisitor::print(uint16_t value, const char* fmt, ...) { in print() 181 void RawPrintVisitor::print(uint32_t value, const char* fmt, ...) { in print() 193 void RawPrintVisitor::print(const std::string& value, bool print_value, const char* fmt, ...) { in print()
|
/frameworks/av/media/libnblog/ |
D | Writer.cpp | 88 void Writer::logf(const char *fmt, ...) in logf() 110 void Writer::logFormat(const char *fmt, log_hash_t hash, ...) in logFormat() 191 void Writer::logvf(const char *fmt, va_list ap) in logvf() 208 void Writer::logStart(const char *fmt) in logStart() 233 void Writer::logVFormat(const char *fmt, log_hash_t hash, va_list argp) in logVFormat()
|
/frameworks/base/tools/aapt/ |
D | IndentPrinter.h | 20 void print(const char* fmt, ...) { in print() 28 void println(const char* fmt, ...) { in println()
|
D | SourcePos.cpp | 114 SourcePos::error(const char* fmt, ...) const in error() argument 124 SourcePos::warning(const char* fmt, ...) const in warning() argument 134 SourcePos::printf(const char* fmt, ...) const in printf() argument
|
/frameworks/native/libs/binder/ |
D | Utils.h | 28 #define PLOGE(fmt, ...) \ argument 33 #define PLOGF(fmt, ...) \ argument
|
D | OS_non_android_linux.cpp | 54 LIBBINDER_EXPORTED int __android_log_print(int /*prio*/, const char* /*tag*/, const char* fmt, in __android_log_print()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 55 #define CLOGW(fmt, ...) ALOGW("[%p:%s] " fmt, mHandle, mName, ##__VA_ARGS__) argument 57 #define CLOG_ERROR_IF(cond, fn, err, fmt, ...) \ argument 60 #define CLOG_ERROR(fn, err, fmt, ...) CLOG_ERROR_IF(true, fn, err, fmt, ##__VA_ARGS__) argument 61 #define CLOG_IF_ERROR(fn, err, fmt, ...) \ argument 64 #define CLOGI_(level, fn, fmt, ...) \ argument 66 #define CLOGD_(level, fn, fmt, ...) \ argument 69 #define CLOG_LIFE(fn, fmt, ...) CLOGI_(ADebug::kDebugLifeCycle, fn, fmt, ##__VA_ARGS__) argument 70 #define CLOG_STATE(fn, fmt, ...) CLOGI_(ADebug::kDebugState, fn, fmt, ##__VA_ARGS__) argument 71 #define CLOG_CONFIG(fn, fmt, ...) CLOGI_(ADebug::kDebugConfig, fn, fmt, ##__VA_ARGS__) argument 72 #define CLOG_INTERNAL(fn, fmt, ...) CLOGD_(ADebug::kDebugInternalState, fn, fmt, ##__VA_ARGS__) argument [all …]
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OfflineSession.cpp | 199 void Camera3OfflineSession::setErrorState(const char *fmt, ...) { in setErrorState() 212 void Camera3OfflineSession::setErrorStateLocked(const char *fmt, ...) { in setErrorStateLocked() 221 void Camera3OfflineSession::setErrorStateLockedV(const char *fmt, va_list args) { in setErrorStateLockedV()
|
/frameworks/av/media/tests/benchmark/tests/ |
D | MuxerTest.cpp | 34 static MUXER_OUTPUT_T getMuxerOutFormat(string fmt) { in getMuxerOutFormat() 59 string fmt = GetParam().second; in TEST_P() local
|
/frameworks/base/tools/validatekeymaps/ |
D | Main.cpp | 51 static void log(const char* fmt, ...) { in log() 61 static void error(const char* fmt, ...) { in error()
|
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/ |
D | NativeMuxer.cpp | 44 const char *fmt = env->GetStringUTFChars(jFormat, nullptr); in Java_com_android_media_benchmark_library_Native_Mux() local 167 MUXER_OUTPUT_T getMuxerOutFormat(const char *fmt) { in getMuxerOutFormat()
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GesturesLogging.cpp | 42 void gestures_log(int verb, const char* fmt, ...) { in gestures_log()
|
/frameworks/native/libs/binder/rust/sys/ |
D | lib.rs | 42 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
D | PowerUtil.java | 177 DateFormat fmt = DateFormat.getInstanceForSkeleton(skeleton); in getDateTimeStringFromMs() local 191 DateFormat fmt = DateFormat.getInstanceForSkeleton(skeleton); in getRegularTimeRemainingShortString() local 237 DateFormat fmt = DateFormat.getInstanceForSkeleton(skeleton); in getTargetTimeShortString() local
|
/frameworks/av/drm/libmediadrm/interface/mediadrm/ |
D | DrmUtils.h | 85 static inline int formatBuffer(char *buf, size_t size, const char *fmt, First first, Args... args) { in formatBuffer() 90 void LogToBuffer(android_LogPriority level, const char *fmt, Args... args) { in LogToBuffer() 106 void LogToBuffer(android_LogPriority level, const uint8_t uuid[16], const char *fmt, Args... args) { in LogToBuffer()
|
/frameworks/native/libs/debugstore/rust/src/ |
D | event_type.rs | 31 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
|
/frameworks/av/media/module/libmediatranscoding/ |
D | TranscodingLogger.cpp | 78 static inline int32_t getInt32(AMediaFormat* fmt, const char* key, int32_t defaultValue = -1) { in getInt32() 88 static inline const char* getString(AMediaFormat* fmt, const char* key, in getString()
|
/frameworks/wilhelm/src/desktop/ |
D | SDL.cpp | 47 SDL_AudioSpec fmt; in SDL_open() local
|
/frameworks/native/vulkan/libvulkan/ |
D | debug_report.h | 100 #define DEBUG_REPORT_LOGGER_PRINTF(fmt, args) \ argument 150 #define DEBUG_REPORT_LOGGER_VPRINTF(fmt) \ argument
|
/frameworks/native/libs/nativewindow/rust/src/ |
D | surface.rs | 75 fn fmt(&self, f: &mut Formatter) -> fmt::Result { in fmt() method 140 fn fmt(&self, f: &mut Formatter) -> fmt::Result { in fmt() method
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_utils_SurfaceUtils.cpp | 99 int32_t fmt = 0; in SurfaceUtils_nativeDetectSurfaceType() local 117 int32_t fmt = 0; in SurfaceUtils_nativeDetectSurfaceDataspace() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 561 FormatBuf fmt; in walk_1d_reduce() local 600 FormatBuf fmt; in walk_2d_reduce() local 635 FormatBuf fmt; in walk_3d_reduce() local 785 FormatBuf fmt; in launchReduceParallel() local 804 FormatBuf fmt; in launchReduceParallel() local 813 FormatBuf fmt; in launchReduceParallel() local
|