| /system/unwinding/libunwindstack/ |
| D | LogAndroid.cpp | 39 static void LogWithPriority(int priority, uint8_t indent, const char* format, va_list args) { in LogWithPriority() 49 void Info(const char* format, ...) { in Info() 56 void Info(uint8_t indent, const char* format, ...) { in Info() 63 void Error(const char* format, ...) { in Error() 70 void Fatal(const char* format, ...) { in Fatal() 79 void AsyncSafe(const char* format, ...) { in AsyncSafe() 86 void AsyncSafe(const char* format, ...) { in AsyncSafe()
|
| D | LogStdout.cpp | 31 static void PrintToStdout(uint8_t indent, const char* format, va_list args) { in PrintToStdout() 43 void Info(const char* format, ...) { in Info() 50 void Info(uint8_t indent, const char* format, ...) { in Info() 57 void Error(const char* format, ...) { in Error() 64 void Fatal(const char* format, ...) { in Fatal() 72 void AsyncSafe(const char* format, ...) { in AsyncSafe()
|
| /system/chre/platform/include/chre/platform/ |
| D | tagged_log.h | 75 #define TLOGE(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 80 #define TLOGW(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 85 #define TLOGI(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 90 #define TLOGD(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 95 #define TLOGV(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument
|
| D | log.h | 75 #define LOGE(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 80 #define LOGW(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 85 #define LOGI(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 90 #define LOGD(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 95 #define LOGV(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument
|
| /system/chre/host/common/include/chre_host/ |
| D | log.h | 43 #define LOGE(format, ...) \ argument 46 #define LOGW(format, ...) \ argument 49 #define LOGI(format, ...) \ argument 52 #define LOGD(format, ...) \ argument 60 #define LOGV(format, ...) chreLogNull(format, ##__VA_ARGS__) argument 62 #define LOGV(format, ...) \ argument
|
| /system/extras/simpleperf/doc/ |
| D | sample_filter.md | 19 ### clock command 29 ### global time filter commands 49 ### process time filter commands 70 ### thread time filter commands
|
| /system/chre/util/include/chre/util/nanoapp/ |
| D | tagged_log.h | 43 #define TLOGV(format, ...) LOGV("%s " format, LOG_TAG, ##__VA_ARGS__) argument 44 #define TLOGD(format, ...) LOGD("%s " format, LOG_TAG, ##__VA_ARGS__) argument 45 #define TLOGI(format, ...) LOGI("%s " format, LOG_TAG, ##__VA_ARGS__) argument 46 #define TLOGW(format, ...) LOGW("%s " format, LOG_TAG, ##__VA_ARGS__) argument 47 #define TLOGE(format, ...) LOGE("%s " format, LOG_TAG, ##__VA_ARGS__) argument
|
| /system/chre/chpp/include/chpp/ |
| D | log.h | 59 #define CHPP_LOGE(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 64 #define CHPP_LOGW(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 69 #define CHPP_LOGI(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument 74 #define CHPP_LOGD(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) argument
|
| /system/media/audio_utils/include/audio_utils/ |
| D | SimpleLog.h | 67 void log(const char *format, ...) in log() 88 void log(int64_t nowNs, const char *format, ...) in log() 105 void logv(int64_t nowNs, const char *format, va_list args) in logv()
|
| D | sndfile.h | 42 int format; member 87 static inline audio_format_t SF_format_to_audio_format (int format) { in SF_format_to_audio_format()
|
| /system/media/audio_utils/spdif/ |
| D | SPDIFFrameScanner.cpp | 35 static int getDataTypeForAudioFormat(audio_format_t format) { in getDataTypeForAudioFormat() 47 SPDIFFrameScanner::SPDIFFrameScanner(audio_format_t format) in SPDIFFrameScanner()
|
| D | SPDIFDecoder.cpp | 29 SPDIFDecoder::SPDIFDecoder(audio_format_t format) in SPDIFDecoder() 38 bool SPDIFDecoder::isFormatSupported(audio_format_t format) { in isFormatSupported()
|
| D | SPDIFEncoder.cpp | 33 SPDIFEncoder::SPDIFEncoder(audio_format_t format) in SPDIFEncoder() 84 bool SPDIFEncoder::isFormatSupported(audio_format_t format) in isFormatSupported()
|
| /system/libvintf/ |
| D | MatrixInstance.cpp | 37 MatrixInstance::MatrixInstance(HalFormat format, ExclusiveTo exclusiveTo, FqInstance&& fqInstance, in MatrixInstance() 45 MatrixInstance::MatrixInstance(HalFormat format, ExclusiveTo exclusiveTo, in MatrixInstance() 65 HalFormat MatrixInstance::format() const { in format() function in android::vintf::MatrixInstance
|
| /system/media/audio_utils/ |
| D | power.cpp | 32 constexpr inline bool isFormatSupported(audio_format_t format) { in isFormatSupported() 251 float audio_utils_compute_energy_mono(const void *buffer, audio_format_t format, size_t samples) in audio_utils_compute_energy_mono() 278 audio_format_t format, in audio_utils_accumulate_energy() 313 float audio_utils_compute_power_mono(const void *buffer, audio_format_t format, size_t samples) in audio_utils_compute_power_mono() 319 bool audio_utils_is_compute_power_format_supported(audio_format_t format) in audio_utils_is_compute_power_format_supported()
|
| D | tinysndfile.c | 152 unsigned format = little2u(&fmt[0]); in sf_open_read() local 436 unsigned format = handle->info.format & SF_FORMAT_SUBMASK; in sf_readf_short() local 485 unsigned format = handle->info.format & SF_FORMAT_SUBMASK; in sf_readf_float() local 532 unsigned format = handle->info.format & SF_FORMAT_SUBMASK; in sf_readf_int() local
|
| /system/libbase/ |
| D | stringprintf.cpp | 26 void StringAppendV(std::string* dst, const char* format, va_list ap) { in StringAppendV() 77 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF()
|
| /system/media/audio_utils/fuzz/format_fuzzer/ |
| D | format_fuzzer.cpp | 26 static bool is_common_src_format(audio_format_t format) { in is_common_src_format() 30 static bool is_common_dst_format(audio_format_t format) { in is_common_dst_format()
|
| /system/extras/libfec/ |
| D | fec_private.h | 183 #define __log(func, type, format, args...) \ argument 189 #define __log(func, type, format, args...) \ argument 195 #define debug(format, args...) argument 197 #define debug(format, args...) __log(DEBUG, "debug", format, ##args) argument 200 #define warn(format, args...) __log(WARNING, "warning", format, ##args) argument 201 #define error(format, args...) __log(ERROR, "error", format, ##args) argument
|
| /system/extras/simpleperf/ |
| D | tracing.cpp | 192 for (const auto& format : ftrace_format_files) { in BinaryFormat() local 238 std::string format = DetachFile(reader); in LoadFromBinary() local 345 TracingFormat format; in ParseTracingFormat() local 374 TracingFormat format = ParseTracingFormat(pair.second); in LoadTracingFormatsFromEventFiles() local 402 for (const auto& format : tracing_formats_) { in GetTracingFormatHavingId() local 414 for (const auto& format : tracing_formats_) { in GetTracingEventNameHavingId() local 641 TracingFormat format = ParseTracingFormat(data); in GetFieldNamesForTracepointEvent() local
|
| /system/media/audio_utils/tests/ |
| D | format_tests.cpp | 27 static bool is_common_src_format(audio_format_t format) { in is_common_src_format() 31 static bool is_common_dst_format(audio_format_t format) { in is_common_dst_format()
|
| /system/chre/util/nanoapp/ |
| D | audio.cc | 21 const char *getChreAudioFormatString(uint8_t format) { in getChreAudioFormatString()
|
| /system/keymaster/key_blob_utils/ |
| D | auth_encrypted_key_blob.cpp | 51 KmErrorOr<Buffer> BuildDerivationInfo(const AuthEncryptedBlobFormat format, // in BuildDerivationInfo() 92 KmErrorOr<Buffer> DeriveAesGcmKeyEncryptionKey(const AuthEncryptedBlobFormat format, // in DeriveAesGcmKeyEncryptionKey() 130 const AuthEncryptedBlobFormat format, // in AesGcmEncryptKey() 303 EncryptKey(const KeymasterKeyBlob& plaintext, AuthEncryptedBlobFormat format, in EncryptKey()
|
| /system/chre/platform/tinysys/include/chre/target_platform/ |
| D | fatal_error.h | 33 #define CHRE_HANDLE_FATAL_ERROR(format, ...) \ argument
|
| /system/chre/platform/linux/include/chre/target_platform/ |
| D | fatal_error.h | 28 #define CHRE_HANDLE_FATAL_ERROR(format, ...) \ argument
|