/system/chre/platform/include/chre/platform/ |
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 | 34 #define CHRE_LOG(level, stream, format, ...) \ argument 40 #define LOGE(format, ...) CHRE_LOG(LOG_ERROR, stderr, format, ##__VA_ARGS__) argument 41 #define LOGW(format, ...) CHRE_LOG(LOG_WARN, stdout, format, ##__VA_ARGS__) argument 42 #define LOGI(format, ...) CHRE_LOG(LOG_INFO, stdout, format, ##__VA_ARGS__) argument 43 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, stdout, format, ##__VA_ARGS__) argument 49 #define LOGV(format, ...) chreLogNull(format, ##__VA_ARGS__) argument 51 #define LOGV(format, ...) CHRE_LOG(LOG_VERBOSE, stdout, format, ##__VA_ARGS__) argument
|
/system/unwinding/libbacktrace/ |
D | BacktraceAsyncSafeLog.h | 25 #define BACK_ASYNC_SAFE_LOGW(format, ...) \ argument 29 #define BACK_ASYNC_SAFE_LOGE(format, ...) \ argument 35 #define BACK_ASYNC_SAFE_LOGW(format, ...) argument 37 #define BACK_ASYNC_SAFE_LOGE(format, ...) argument
|
D | BacktraceLog.h | 25 #define BACK_LOGW(format, ...) \ argument 28 #define BACK_LOGE(format, ...) \ 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/libvintf/ |
D | MatrixInstance.cpp | 37 MatrixInstance::MatrixInstance(HalFormat format, FqInstance&& fqInstance, VersionRange&& range, in MatrixInstance() 45 MatrixInstance::MatrixInstance(HalFormat format, const FqInstance fqInstance, in MatrixInstance() 65 HalFormat MatrixInstance::format() const { in format() function in android::vintf::MatrixInstance
|
D | utils.cpp | 26 HalFormat format, std::string* appendedError) { in canConvertToFqInstance()
|
/system/unwinding/libunwindstack/ |
D | Log.cpp | 42 void log(uint8_t indent, const char* format, ...) { in log() 61 void log_async_safe(const char* format, ...) { in log_async_safe()
|
/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/bt/gd/common/ |
D | strings.h | 102 std::string StringFormat(const std::string& format, Args... args) { in StringFormat() 119 inline std::string StringFormatTime(const std::string& format, const struct std::tm& tm) { in StringFormatTime()
|
D | strings_test.cc | 221 std::string format("%Y-%m-%d %H:%M:%S"); in TEST() local 229 std::string format("%Y-%m-%d %H:%M:%S"); in TEST() local 237 std::string format("%Y-%m-%d %H:%M:%S"); in TEST() 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/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/media/audio_utils/ |
D | power.cpp | 34 constexpr inline bool isFormatSupported(audio_format_t format) { in isFormatSupported() 242 float audio_utils_compute_energy_mono(const void *buffer, audio_format_t format, size_t samples) in audio_utils_compute_energy_mono() 268 float audio_utils_compute_power_mono(const void *buffer, audio_format_t format, size_t samples) in audio_utils_compute_power_mono() 274 bool audio_utils_is_compute_power_format_supported(audio_format_t format) in audio_utils_is_compute_power_format_supported()
|
/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/keymaster/km_openssl/ |
D | asymmetric_key.cpp | 31 keymaster_error_t AsymmetricKey::formatted_key_material(keymaster_key_format_t format, in formatted_key_material()
|
/system/extras/simpleperf/ |
D | tracing.cpp | 195 for (const auto& format : ftrace_format_files) { in BinaryFormat() local 240 std::string format; in LoadFromBinary() local 341 TracingFormat format; in ParseTracingFormat() local 368 TracingFormat format = ParseTracingFormat(pair.second); in LoadTracingFormatsFromEventFiles() local 392 for (const auto& format : tracing_formats_) { in GetTracingFormatHavingId() local 405 for (const auto& format : tracing_formats_) { in GetTracingEventNameHavingId() local 632 TracingFormat format = ParseTracingFormat(data); in GetFieldNamesForTracepointEvent() local
|
/system/media/audio_utils/spdif/ |
D | SPDIFEncoder.cpp | 36 SPDIFEncoder::SPDIFEncoder(audio_format_t format) in SPDIFEncoder() 87 bool SPDIFEncoder::isFormatSupported(audio_format_t format) in isFormatSupported()
|
/system/media/audio_utils/fuzz/monoblend_fuzzer/ |
D | monoblend_fuzzer.cpp | 43 audio_format_t format = decideFormat(fuzzed_data.ConsumeIntegral<uint32_t>()); in LLVMFuzzerTestOneInput() local
|
/system/core/libsysutils/src/ |
D | NetlinkListener.cpp | 42 NetlinkListener::NetlinkListener(int socket, int format) : in NetlinkListener()
|
/system/logging/liblog/ |
D | log_time.cpp | 25 char* log_time::strptime(const char* s, const char* format) { in strptime()
|
/system/media/audio_utils/fuzz/ac3framescanner_fuzzer/ |
D | ac3framescanner_fuzzer.cpp | 27 explicit MySPDIFEncoder(audio_format_t format) in MySPDIFEncoder()
|