Searched refs:format (Results 1 - 25 of 61) sorted by last modified time

123

/system/vold/
H A DAndroid.mk59 LOCAL_CFLAGS := -Werror=format
H A DExt4.cpp70 int Ext4::format(const char *fsPath) { function in class:Ext4
H A DExt4.h26 static int format(const char *fsPath);
H A DFat.cpp154 int Fat::format(const char *fsPath, unsigned int numSectors) { function in class:Fat
H A DFat.h29 static int format(const char *fsPath, unsigned int numSectors);
H A DVolume.cpp254 if (Fat::format(devicePath, 0)) {
255 SLOGE("Failed to format (%s)", strerror(errno));
H A DVolumeManager.cpp383 formatStatus = Ext4::format(dmDevice);
385 formatStatus = Fat::format(dmDevice, numImgSectors);
389 SLOGE("ASEC fs format failed (%s)", strerror(errno));
/system/bluetooth/data/
H A Dauto_pairing.conf1 // Do NOT change this file format without updating the parsing logic in
H A Dblacklist.conf1 // Do NOT change this file format without updating the parsing logic in
/system/core/adb/
H A Dadb_auth_host.c62 /* Convert OpenSSL RSA private key to android pre-computed RSAPublicKey format */
262 const char *format, *home; local
272 format = "%s\\%s";
277 format = "%s/%s";
282 if (snprintf(android_dir, sizeof(android_dir), format, home,
293 return snprintf(filename, len, format, android_dir, ADB_KEY_FILE);
H A Dusb_vendors.c245 int build_path(char* buff, size_t len, const char* format, const char* home) argument
247 if (snprintf(buff, len, format, home, ANDROID_PATH, ANDROID_ADB_INI) >= (signed)len) {
H A Dutils.c72 buff_add (char* buff, char* buffEnd, const char* format, ... ) argument
82 va_start(args, format);
83 nn = vsnprintf( buff, avail, format, args);
88 * but they will also do that if the format spec is
H A Dutils.h56 char* buff_add (char* buff, char* buffEnd, const char* format, ... );
/system/core/debuggerd/
H A Dutility.h33 __attribute__ ((format(printf, 3, 4)));
/system/core/include/android/
H A Dlog.h101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
/system/core/include/cutils/
H A Dklog.h24 __attribute__ ((format(printf, 2, 3)));
H A Dlogprint.h59 AndroidLogPrintFormat format);
103 * Splits a wire-format buffer into an AndroidLogEntry
106 * Returns 0 on success and -1 on invalid wire format (entry will be
H A Dtztime.h52 size_t strftime_tz(char *s, size_t max, const char *format, const struct tm *tm, const struct strftime_locale *locale);
/system/core/include/pixelflinger/
H A Dpixelflinger.h23 #include <pixelflinger/format.h>
193 GGLubyte format; // pixel format member in struct:__anon318
195 // these values are dependent on the used format
/system/core/include/private/pixelflinger/
H A Dggl_context.h350 uint8_t format; member in struct:android::surface_t::__anon322::__anon323
/system/core/include/system/
H A Daudio.h100 /* MP3 sub format field definition : can use 11 LSBs in the same way as MP3
107 /* AMR NB/WB sub format field definition: specify frame block interleaving,
114 /* AAC sub format field definition: specify profile or bitrate for recording... */
119 /* VORBIS sub format field definition: specify quality for recording... */
124 /* Audio format consists in a main format field (upper 8 bits) and a sub format
127 * The main format indicates the main codec type. The sub format field
128 * indicates options and parameters for each format
508 audio_is_valid_format(audio_format_t format) argument
529 audio_is_linear_pcm(audio_format_t format) argument
534 audio_bytes_per_sample(audio_format_t format) argument
[all...]
H A Dwindow.h106 int format; member in struct:ANativeWindowBuffer
677 * native_window_set_buffers_geometry(..., int w, int h, int format)
678 * All buffers dequeued after this call will have the dimensions and format
687 int w, int h, int format)
690 w, h, format);
740 * native_window_set_buffers_format(..., int format)
741 * All buffers dequeued after this call will have the format specified.
743 * If the specified format is 0, the default buffer format will be used.
747 int format)
685 native_window_set_buffers_geometry( struct ANativeWindow* window, int w, int h, int format) argument
745 native_window_set_buffers_format( struct ANativeWindow* window, int format) argument
[all...]
/system/core/include/sysutils/
H A DNetlinkEvent.h41 bool decode(char *buffer, int size, int format = NetlinkListener::NETLINK_FORMAT_ASCII);
H A DNetlinkListener.h37 NetlinkListener(int socket, int format);
39 NetlinkListener(int socket, int format = NETLINK_FORMAT_ASCII);
/system/core/libcutils/
H A Dprivate.h252 const char * scheck P((const char * string, const char * format));

Completed in 5968 milliseconds

123