Home
last modified time | relevance | path

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

12345678910

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DLog.java30 public void debug(String format, Object... args) { in debug()
36 public void info(String format, Object... args) { in info()
41 public void error(String format, Object... args) { in error()
46 public void exception(Throwable t, String format, Object... args) { in exception()
DLogAbortException.java24 public LogAbortException(String format, Object... args) { in LogAbortException()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DSimpleFrame.java37 SimpleFrame(FrameFormat format, FrameManager frameManager) { in SimpleFrame()
44 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE); in wrapObject() local
50 private void initWithFormat(FrameFormat format) { in initWithFormat()
134 MutableFrameFormat format = getFormat().mutableCopy(); in setFormatObjectClass() local
144 FrameFormat format = getFormat(); in setGenericObjectValue() local
DSimpleFrameManager.java37 public Frame newFrame(FrameFormat format) { in newFrame()
42 public Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId) { in newBoundFrame()
59 private Frame createNewFrame(FrameFormat format) { in createNewFrame()
DCachedFrameManager.java44 public Frame newFrame(FrameFormat format) { in newFrame()
54 public Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId) { in newBoundFrame()
130 private Frame findAvailableFrame(FrameFormat format, int bindingType, long bindingId) { in findAvailableFrame()
DFrameManager.java31 public abstract Frame newFrame(FrameFormat format); in newFrame()
33 public abstract Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId); in newBoundFrame()
/frameworks/support/volley/src/com/android/volley/
DVolleyLog.java32 public static void v(String format, Object... args) { in v()
38 public static void d(String format, Object... args) { in d()
42 public static void e(String format, Object... args) { in e()
46 public static void wtf(String format, Object... args) { in wtf()
50 public static void wtf(Throwable tr, String format, Object... args) { in wtf()
58 private static String buildMessage(String format, Object... args) { in buildMessage()
/frameworks/av/services/audioflinger/
DNBAIO.h114 virtual NBAIO_Format format() const { return mNegotiated ? mFormat : Format_Invalid; } in format() function
117 NBAIO_Port(NBAIO_Format format) : mNegotiated(false), mFormat(format), in NBAIO_Port()
202 NBAIO_Sink(NBAIO_Format format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0) { } in NBAIO_Port() argument
284 NBAIO_Source(NBAIO_Format format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0) { } in NBAIO_Port() argument
DNBAIO.cpp25 size_t Format_frameSize(NBAIO_Format format) in Format_frameSize()
40 size_t Format_frameBitShift(NBAIO_Format format) in Format_frameBitShift()
55 unsigned Format_sampleRate(NBAIO_Format format) in Format_sampleRate()
70 unsigned Format_channelCount(NBAIO_Format format) in Format_channelCount()
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
DResponseData.java36 public abstract void format(ByteArrayOutputStream buf); in format() method in ResponseData
59 public void format(ByteArrayOutputStream buf) { in format() method in SelectItemResponseData
98 public void format(ByteArrayOutputStream buf) { in format() method in GetInkeyInputResponseData
168 public void format(ByteArrayOutputStream buf) { in format() method in LanguageResponseData
206 public void format(ByteArrayOutputStream buf) { in format() method in DTTZResponseData
/frameworks/base/core/java/android/nfc/tech/
DNdefFormatable.java94 public void format(NdefMessage firstMessage) throws IOException, FormatException { in format() method in NdefFormatable
120 /*package*/ void format(NdefMessage firstMessage, boolean makeReadOnly) throws IOException, in format() method in NdefFormatable
/frameworks/base/core/java/com/android/internal/os/
DLoggingPrintStream.java168 public PrintStream format(String format, Object... args) { in format() method in LoggingPrintStream
173 public PrintStream printf(String format, Object... args) { in printf()
178 public PrintStream printf(Locale l, String format, Object... args) { in printf()
185 public synchronized PrintStream format( in format() method in LoggingPrintStream
186 Locale l, String format, Object... args) { in format()
/frameworks/native/opengl/tests/include/
DEGLUtils.h79 int32_t format, in selectConfigForPixelFormat()
128 int format; in selectConfigForNativeWindow() local
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DToRGBFilter.java61 public FrameFormat getConvertedFormat(FrameFormat format) { in getConvertedFormat()
68 public void createProgram(FilterContext context, FrameFormat format) { in createProgram()
DToRGBAFilter.java61 public FrameFormat getConvertedFormat(FrameFormat format) { in getConvertedFormat()
68 public void createProgram(FilterContext context, FrameFormat format) { in createProgram()
DImageStitcher.java75 private FrameFormat calcOutputFormatForInput(FrameFormat format) { in calcOutputFormatForInput()
95 FrameFormat format = input.getFormat(); in process() local
/frameworks/av/media/mtp/
DMtpServer.cpp275 uint64_t size, MtpObjectFormat format, int fd) { in addEditObject()
537 MtpObjectFormat format = mRequest.getParameter(1); in doGetObjectPropsSupported() local
548 MtpObjectFormat format = mRequest.getParameter(2); // 0 for all formats in doGetObjectHandles() local
565 MtpObjectFormat format = mRequest.getParameter(2); // 0 for all formats in doGetNumObjects() local
664 uint32_t format = mRequest.getParameter(2); in doGetObjectPropList() local
721 MtpObjectFormat format; in doGetObject() local
784 MtpObjectFormat format; in doGetPartialObject() local
830 MtpObjectFormat format; in doSendObjectInfo() local
840 MtpObjectFormat format = mData.getUInt16(); in doSendObjectInfo() local
1047 MtpObjectFormat format = mRequest.getParameter(2); in doDeleteObject() local
[all …]
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp171 uint32_t format; member in Rectangle
242 uint32_t format; member
435 const struct hwcTestGraphicFormat *format; in main() local
638 uint32_t maxOverlays(uint32_t format, bool allowOverlap) in maxOverlays()
674 list<uint32_t> supportedTransforms(uint32_t format) in supportedTransforms()
699 list<uint32_t> supportedBlends(uint32_t format) in supportedBlends()
724 uint32_t dfMinWidth(uint32_t format) in dfMinWidth()
748 uint32_t dfMinHeight(uint32_t format) in dfMinHeight()
772 uint32_t dfMaxWidth(uint32_t format) in dfMaxWidth()
796 uint32_t dfMaxHeight(uint32_t format) in dfMaxHeight()
[all …]
/frameworks/native/libs/ui/
DPixelFormat.cpp78 ssize_t bytesPerPixel(PixelFormat format) in bytesPerPixel()
85 ssize_t bitsPerPixel(PixelFormat format) in bitsPerPixel()
92 status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info) in getPixelFormatInfo()
/frameworks/base/graphics/java/android/graphics/
DYuvImage.java79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage()
199 private int[] calculateStrides(int width, int format) { in calculateStrides()
238 int format, int width, int height, int[] offsets, int[] strides, in nativeCompressToJpeg()
DPixelFormat.java89 public static native void getPixelFormatInfo(int format, PixelFormat info); in getPixelFormatInfo()
90 public static boolean formatHasAlpha(int format) { in formatHasAlpha()
/frameworks/compile/libbcc/runtime/lib/
Deprintf.c26 void __eprintf(const char* format, const char* assertion_expression, in __eprintf()
/frameworks/native/libs/gui/
DIGraphicBufferAlloc.cpp46 PixelFormat format, uint32_t usage, status_t* error) { in createGraphicBuffer()
93 PixelFormat format = data.readInt32(); in onTransact() local
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java259 private int beginSendObject(String path, int format, int parent, in beginSendObject()
305 private void endSendObject(String path, int handle, int format, boolean succeeded) { in endSendObject()
340 private Cursor createObjectQuery(int storageID, int format, int parent) throws RemoteException { in createObjectQuery()
439 private int[] getObjectList(int storageID, int format, int parent) { in getObjectList()
465 private int getNumObjects(int storageID, int format, int parent) { in getNumObjects()
635 private int[] getSupportedObjectProperties(int format) { in getSupportedObjectProperties()
668 private MtpPropertyList getObjectPropertyList(long handle, int format, long property, in getObjectPropertyList()
908 int format = 0; in deleteFile() local
/frameworks/base/core/java/com/android/internal/view/
DRootViewSurfaceTaker.java10 void setSurfaceFormat(int format); in setSurfaceFormat()

12345678910