Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 102) sorted by relevance

12345

/system/chre/platform/include/chre/platform/
Dlog.h75 #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/
Dlog.h34 #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/
DBacktraceAsyncSafeLog.h25 #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
DBacktraceLog.h25 #define BACK_LOGW(format, ...) \ argument
28 #define BACK_LOGE(format, ...) \ argument
/system/chre/chpp/include/chpp/
Dlog.h59 #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/
DSimpleLog.h67 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()
Dsndfile.h42 int format; member
87 static inline audio_format_t SF_format_to_audio_format (int format) { in SF_format_to_audio_format()
/system/libvintf/
DMatrixInstance.cpp37 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
Dutils.cpp26 HalFormat format, std::string* appendedError) { in canConvertToFqInstance()
/system/unwinding/libunwindstack/
DLog.cpp42 void log(uint8_t indent, const char* format, ...) { in log()
61 void log_async_safe(const char* format, ...) { in log_async_safe()
/system/libbase/
Dstringprintf.cpp26 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/
Dstrings.h102 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()
Dstrings_test.cc221 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/
Dformat_tests.cpp27 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/
Daudio.cc21 const char *getChreAudioFormatString(uint8_t format) { in getChreAudioFormatString()
/system/media/audio_utils/fuzz/format_fuzzer/
Dformat_fuzzer.cpp26 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/
Dpower.cpp34 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/
Dfec_private.h183 #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/
Dasymmetric_key.cpp31 keymaster_error_t AsymmetricKey::formatted_key_material(keymaster_key_format_t format, in formatted_key_material()
/system/extras/simpleperf/
Dtracing.cpp195 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/
DSPDIFEncoder.cpp36 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/
Dmonoblend_fuzzer.cpp43 audio_format_t format = decideFormat(fuzzed_data.ConsumeIntegral<uint32_t>()); in LLVMFuzzerTestOneInput() local
/system/core/libsysutils/src/
DNetlinkListener.cpp42 NetlinkListener::NetlinkListener(int socket, int format) : in NetlinkListener()
/system/logging/liblog/
Dlog_time.cpp25 char* log_time::strptime(const char* s, const char* format) { in strptime()
/system/media/audio_utils/fuzz/ac3framescanner_fuzzer/
Dac3framescanner_fuzzer.cpp27 explicit MySPDIFEncoder(audio_format_t format) in MySPDIFEncoder()

12345