/system/core/libpixelflinger/codeflinger/ |
H A D | ARMAssembler.cpp | 184 const char * const format = "generated %s (%d ins) at [%p:%p] in %lld ns\n"; local 185 ALOGI(format, name, int(pc()-base()), base(), pc(), duration); 197 printf(format, name, int(pc()-base()), base(), pc(), duration);
|
H A D | GGLAssembler.h | 234 memset(&format, 0, sizeof(GGLFormat)); 237 : reg_t(r, f), format(*fmt) { 240 reg_t::setTo(r, f); format = *fmt; 242 GGLFormat format; member in struct:android::GGLAssembler::pixel_t 243 inline int hi(int c) const { return format.c[c].h; } 244 inline int low(int c) const { return format.c[c].l; } 246 inline int size() const { return format.size*8; } 265 rhs.format.c[component].l, 266 rhs.format.c[component].h, 315 GGLFormat format; member in struct:android::GGLAssembler::texture_unit_t [all...] |
H A D | Arm64Assembler.cpp | 318 const char * const format = "generated %s (%d ins) at [%p:%p] in %ld ns\n"; local 319 ALOGI(format, name, int(pc()-base()), base(), pc(), duration); 326 printf(format, name, int(pc()-base()), base(), pc(), duration);
|
H A D | MIPSAssembler.cpp | 1411 const char * const format = "generated %s (%d ins) at [%p:%p] in %lld ns\n"; local 1412 ALOGI(format, name, int(pc()-base()), base(), pc(), duration);
|
/system/core/logd/ |
H A D | LogStatistics.h | 127 std::string format( function in class:LogHashtable 154 output += entry->format(stat, id); 247 std::string format(const LogStatistics &stat, log_id_t id) const; 307 std::string format(const LogStatistics &stat, log_id_t id) const; 370 std::string format(const LogStatistics &stat, log_id_t id) const; 401 std::string format(const LogStatistics &stat, log_id_t id) const; 472 std::string format(uid_t uid, pid_t pid, unsigned int logMask) const;
|
/system/netd/tests/ |
H A D | netd_test.cpp | 116 bool expectNetdResult(int expected, const char* sockname, const char* format, ...) { argument 119 va_start(args, format); 120 vsnprintf(command, sizeof(command), format, args);
|
/system/bt/btif/include/ |
H A D | btif_av_api.h | 196 tBTIF_AV_MEDIA_FEED_CFG_PCM pcm; /* Raw PCM feeding format */ 201 tBTIF_AV_CODEC_ID format; /* Media codec identifier */ member in struct:__anon580
|
/system/core/include/system/ |
H A D | window.h | 113 int format; member in struct:ANativeWindowBuffer 725 * native_window_set_buffers_geometry(..., int w, int h, int format) 726 * All buffers dequeued after this call will have the dimensions and format 735 int w, int h, int format) __deprecated; 739 int w, int h, int format) 742 w, h, format); 792 * native_window_set_buffers_format(..., int format) 793 * All buffers dequeued after this call will have the format specified. 795 * If the specified format is 0, the default buffer format wil 737 native_window_set_buffers_geometry( struct ANativeWindow* window, int w, int h, int format) argument 797 native_window_set_buffers_format( struct ANativeWindow* window, int format) argument [all...] |
/system/core/libbacktrace/ |
H A D | BacktraceOffline.cpp | 260 di.format = UNW_INFO_FORMAT_REMOTE_TABLE; 500 uint8_t format = encode & 0x0f; local 501 switch (format) {
|
/system/core/logcat/ |
H A D | logcat.cpp | 289 " -v <format> Sets the log print format, where <format> is:\n" 290 " --format=<format>\n" 309 " 'YYYY-MM-DD hh:mm:ss.mmm...' or 'sssss.mmm...' format\n" 332 " -P '<list> ...' set prune white and ~black list, using same format as\n" 354 "\nIf not specified with -v on command line, format is set from ANDROID_PRINTF_LOG\n" 360 static AndroidLogPrintFormat format; local 362 format [all...] |
/system/keymaster/ |
H A D | android_keymaster_test_utils.cpp | 205 keymaster_key_format_t format, 215 return device()->import_key(device(), ¶ms, format, &key, &blob_, &characteristics_); 612 keymaster_error_t Keymaster2Test::ExportKey(keymaster_key_format_t format, string* export_data) { argument 614 keymaster_error_t error = device()->export_key(device(), format, &blob_, &client_id_, 204 ImportKey(const AuthorizationSetBuilder& builder, keymaster_key_format_t format, const string& key_material) argument
|
/system/security/keystore/ |
H A D | IKeystoreService.cpp | 1064 keymaster_key_format_t format, const uint8_t *keyData, 1073 data.writeInt32(format); 1094 virtual void exportKey(const String16& name, keymaster_key_format_t format, argument 1105 data.writeInt32(format); 1709 keymaster_key_format_t format = static_cast<keymaster_key_format_t>(data.readInt32()); local 1716 int32_t ret = importKey(name, args, format, keyData, keyLength, uid, flags, 1728 keymaster_key_format_t format = static_cast<keymaster_key_format_t>(data.readInt32()); local 1733 exportKey(name, format, clientId.get(), appData.get(), uid, &result); 1063 importKey(const String16& name, const KeymasterArguments& params, keymaster_key_format_t format, const uint8_t *keyData, size_t keyLength, int uid, int flags, KeyCharacteristics* outCharacteristics) argument
|
H A D | key_store_service.cpp | 558 String8 prefix = String8::format("%u_", targetUid); 724 keymaster_key_format_t format, const uint8_t* keyData, 748 rc = device->import_key(device, &inParams, format, &input, &blob, 754 rc = fallback->import_key(fallback, &inParams, format, &input, &blob, 777 void KeyStoreService::exportKey(const String16& name, keymaster_key_format_t format, argument 808 rc = dev->export_key(dev, format, &key, clientId, appData, &output); 723 importKey(const String16& name, const KeymasterArguments& params, keymaster_key_format_t format, const uint8_t* keyData, size_t keyLength, int uid, int flags, KeyCharacteristics* outCharacteristics) argument
|
/system/bt/audio_a2dp_hw/ |
H A D | audio_a2dp_hw.c | 100 int format; member in struct:a2dp_config 198 ASSERTC(cfg.format == AUDIO_FORMAT_PCM_16_BIT, 199 "unsupported sample sz", cfg.format); 435 common->cfg.format = AUDIO_STREAM_DEFAULT_FORMAT; 438 INFO("got config %d %d", common->cfg.format, common->cfg.rate); 702 DEBUG("format 0x%x", out->common.cfg.format); 703 return out->common.cfg.format; 706 static int out_set_format(struct audio_stream *stream, audio_format_t format) argument 709 UNUSED(format); 935 in_set_format(struct audio_stream *stream, audio_format_t format) argument [all...] |
/system/core/fastboot/ |
H A D | fastboot.cpp | 336 " format[:[<fs type>][:[<size>]] <partition>\n" 354 " -w Erase userdata and cache (and format\n" 1428 fprintf(stderr, "******** Did you mean to fastboot format this %s partition?\n", 1436 } else if(!strncmp(*argv, "format", strlen("format"))) { 1442 * Parsing for: "format[:[type][:[size]]]" 1445 * format::0x4000000 userdata 1447 * format userdata 1448 * format:: userdata 1463 auto format local [all...] |
/system/core/liblog/ |
H A D | logprint.c | 51 AndroidLogPrintFormat format; member in struct:AndroidLogFormat_t 202 p_ret->format = FORMAT_BRIEF; 242 AndroidLogPrintFormat format) 244 switch (format) { 272 p_format->format = format; 285 static AndroidLogPrintFormat format; local 287 if (strcmp(formatString, "brief") == 0) format = FORMAT_BRIEF; 288 else if (strcmp(formatString, "process") == 0) format = FORMAT_PROCESS; 289 else if (strcmp(formatString, "tag") == 0) format 240 android_log_setPrintFormat( AndroidLogFormat *p_format, AndroidLogPrintFormat format) argument [all...] |
/system/core/libpixelflinger/include/pixelflinger/ |
H A D | pixelflinger.h | 23 #include <pixelflinger/format.h> 193 GGLubyte format; // pixel format member in struct:__anon1653 195 // these values are dependent on the used format
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
H A D | ggl_context.h | 352 GGLubyte format; member in struct:android::surface_t::__anon1657::__anon1658
|
/system/bt/bta/include/ |
H A D | bta_gatt_api.h | 158 tGATT_FORMAT format; member in struct:__anon346
|
/system/bt/stack/include/ |
H A D | gatt_api.h | 229 GATT_FORMAT_DUINT16, /* 0x18 IEEE-20601 format */ 243 tGATT_FORMAT format; member in struct:__anon1133 248 /* Characteristic Report reference Descriptor format 260 UINT8 format; member in struct:__anon1135 262 UINT8 lower_range[GATT_VALID_RANGE_MAX_SIZE]; /* in little endian format */
|
/system/core/adb/ |
H A D | sysdeps_win32.cpp | 2550 const char *format, va_list ap) 2553 // Internal function to format a UTF-8 string and write it to a Win32 console. 2556 const char *format, va_list ap) { 2562 android::base::StringAppendV(&output_utf8, format, ap); 2576 int adb_vfprintf(FILE *stream, const char *format, va_list ap) { argument 2582 return _console_vfprintf(console, stream, format, ap); 2588 return vfprintf(stream, format, ap); 2594 int adb_vprintf(const char *format, va_list ap) { argument 2595 return adb_vfprintf(stdout, format, ap); 2600 int adb_fprintf(FILE *stream, const char *format, argument 2555 _console_vfprintf(const HANDLE console, FILE* stream, const char *format, va_list ap) argument 2611 adb_printf(const char *format, ...) argument [all...] |
/system/media/audio/include/system/ |
H A D | audio.h | 257 /* MP3 sub format field definition : can use 11 LSBs in the same way as MP3 264 /* AMR NB/WB sub format field definition: specify frame block interleaving, 271 /* AAC sub format field definition: specify profile or bitrate for recording... */ 285 /* VORBIS sub format field definition: specify quality for recording... */ 291 /* Audio format is a 32-bit word that consists of: 292 * main format field (upper 8 bits) 293 * sub format field (lower 24 bits). 295 * The main format indicates the main codec type. The sub format field 296 * indicates options and parameters for each format 830 audio_format_t format; // audio format member in struct:__anon1820 864 audio_format_t format; member in struct:audio_config 892 audio_format_t format; member in struct:audio_config_base 1038 audio_format_t format; /* format if applicable */ member in struct:audio_port_config 1416 audio_is_valid_format(audio_format_t format) argument 1454 audio_get_main_format(audio_format_t format) argument 1462 audio_is_linear_pcm(audio_format_t format) argument 1477 audio_has_proportional_frames(audio_format_t format) argument 1484 audio_bytes_per_sample(audio_format_t format) argument [all...] |