/device/google/contexthub/util/nanotool/ |
D | log.cpp | 43 #define LOG_EX_VARARGS(level, format) \ argument 51 void Log::Error(const char *format, ...) { in Error() 55 void Log::Warn(const char *format, ...) { in Warn() 59 void Log::Info(const char *format, ...) { in Info() 63 void Log::Debug(const char *format, ...) { in Debug() 122 void Log::LogEx(LogLevel level, const char *format, va_list arg_list) { in LogEx() 144 void PrintfLogger::Output(const char *format, va_list arg_list) { in Output()
|
/device/google/gs201/fingerprint/fpc1540/fp_tool/ |
D | fp_test.cpp | 8 #define LOGI(format,...) ALOGI(TAG format,##__VA_ARGS__) argument 9 #define LOGD(format,...) ALOGD(TAG format,##__VA_ARGS__) argument 10 #define LOGE(format,...) ALOGE(TAG format,##__VA_ARGS__) argument 11 #define CLOGI(format,...) printf(TAG format,##__VA_ARGS__) argument 12 #define CLOGD(format,...) printf(TAG format,##__VA_ARGS__) argument 13 #define CLOGE(format,...) printf(TAG format,##__VA_ARGS__) argument 15 #define LOGI_BOTH(format,...) { \ argument
|
/device/google/gs101/fingerprint/fpc1540/fp_tool/ |
D | fp_test.cpp | 8 #define LOGI(format,...) ALOGI(TAG format,##__VA_ARGS__) argument 9 #define LOGD(format,...) ALOGD(TAG format,##__VA_ARGS__) argument 10 #define LOGE(format,...) ALOGE(TAG format,##__VA_ARGS__) argument 11 #define CLOGI(format,...) printf(TAG format,##__VA_ARGS__) argument 12 #define CLOGD(format,...) printf(TAG format,##__VA_ARGS__) argument 13 #define CLOGE(format,...) printf(TAG format,##__VA_ARGS__) argument 15 #define LOGI_BOTH(format,...) { \ argument
|
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/ |
D | nano_calibration.cc | 60 #define NANO_CAL_LOGD(tag, format, ...) \ argument 62 #define NANO_CAL_LOGW(tag, format, ...) \ argument 64 #define NANO_CAL_LOGE(tag, format, ...) \ argument 67 #define NANO_CAL_LOGD(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 68 #define NANO_CAL_LOGW(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 69 #define NANO_CAL_LOGE(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 74 #define NANO_CAL_LOGI(tag, format, ...) \ argument
|
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | vp8only_encoder_factory.cpp | 29 for (auto& format : inner_->GetSupportedFormats()) { in GetSupportedFormats() local 38 const webrtc::SdpVideoFormat& format) { in CreateVideoEncoder()
|
/device/generic/goldfish-opengl/system/hals/ |
D | allocator3.cpp | 115 PixelFormat format; in allocateImpl() local 251 const PixelFormat format, in allocateImpl2() 296 PixelFormat* format) { in getBufferFormat() 314 const PixelFormat format, in allocateCb() 393 uint32_t resolve_drm_format(const PixelFormat format) { in resolve_drm_format()
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/firmware/ |
D | 60-edk2-arm.json | 10 "format": "raw" string 14 "format": "raw" string
|
D | 60-edk2-aarch64.json | 10 "format": "raw" string 14 "format": "raw" string
|
D | 60-edk2-i386.json | 10 "format": "raw" string 14 "format": "raw" string
|
D | 60-edk2-x86_64.json | 10 "format": "raw" string 14 "format": "raw" string
|
D | 50-edk2-i386-secure.json | 10 "format": "raw" string 14 "format": "raw" string
|
D | 50-edk2-x86_64-secure.json | 10 "format": "raw" string 14 "format": "raw" string
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/firmware/ |
D | 60-edk2-aarch64.json | 10 "format": "raw" string 14 "format": "raw" string
|
D | 60-edk2-arm.json | 10 "format": "raw" string 14 "format": "raw" string
|
D | 60-edk2-i386.json | 10 "format": "raw" string 14 "format": "raw" string
|
D | 50-edk2-i386-secure.json | 10 "format": "raw" string 14 "format": "raw" string
|
D | 60-edk2-x86_64.json | 10 "format": "raw" string 14 "format": "raw" string
|
D | 50-edk2-x86_64-secure.json | 10 "format": "raw" string 14 "format": "raw" string
|
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
D | YUVConverter.cpp | 31 FrameworkFormat format, in getPlanarYUVSizes() 72 FrameworkFormat format, in getYUVSizes() 91 static void getPlanarYUVOffsets(int width, int height, FrameworkFormat format, in getPlanarYUVOffsets() 135 static void getYUVOffsets(int width, int height, FrameworkFormat format, in getYUVOffsets() 380 YUVConverter::YUVConverter(int width, int height, FrameworkFormat format) : mFormat(format){ in YUVConverter()
|
/device/google/contexthub/firmware/os/algos/calibration/util/ |
D | cal_log.h | 47 # define CAL_DEBUG_LOG(tag, format, ...) \ argument 55 # define CAL_DEBUG_LOG(tag, format, ...) \ argument
|
/device/google/cuttlefish/host/libs/location/ |
D | StringParse.h | 45 int SscanfWithCLocale(const char* string, const char* format, Args... args) { in SscanfWithCLocale()
|
D | StringParse.cpp | 29 extern "C" int SscanfWithCLocale(const char* string, const char* format, ...) { in SscanfWithCLocale()
|
/device/google/cuttlefish/common/libs/utils/ |
D | result.cpp | 74 fmt::format_context::iterator StackTraceEntry::format( in format() function in cuttlefish::StackTraceEntry 243 fmt::formatter<cuttlefish::StackTraceError>::format( in format() function in fmt::formatter::StackTraceError
|
/device/google/cuttlefish/host/libs/wayland/ |
D | wayland_dmabuf.cpp | 72 uint32_t format, in linux_buffer_params_create() 93 uint32_t format, in linux_buffer_params_create_immed()
|
/device/google/atv/audio_proxy/service/ |
D | AudioUtil.cpp | 21 audio_format_t format = static_cast<audio_format_t>(config.format); in computeFrameSize() local
|