Home
last modified time | relevance | path

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

1234567891011

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DLog.java30 public void debug(String format, Object... args) { in debug()
37 public void debugNoln(String format, Object... args) { in debugNoln()
44 public void info(String format, Object... args) { in info()
49 public void error(String format, Object... args) { in error()
54 public void exception(Throwable t, String format, Object... args) { in exception()
/frameworks/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 e(Throwable tr, String format, Object... args) { in e()
50 public static void wtf(String format, Object... args) { in wtf()
54 public static void wtf(Throwable tr, String format, Object... args) { in wtf()
62 private static String buildMessage(String format, Object... args) { in buildMessage()
/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/av/include/media/nbaio/
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()
217 NBAIO_Sink(NBAIO_Format format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0) { } in NBAIO_Port() argument
304 NBAIO_Source(NBAIO_Format format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0) { } in NBAIO_Port() argument
/frameworks/opt/telephony/src/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
171 public void format(ByteArrayOutputStream buf) { in format() method in LanguageResponseData
209 public void format(ByteArrayOutputStream buf) { in format() method in DTTZResponseData
/frameworks/av/media/libnbaio/
DNBAIO.cpp25 size_t Format_frameSize(NBAIO_Format format) in Format_frameSize()
30 size_t Format_frameBitShift(NBAIO_Format format) in Format_frameBitShift()
54 unsigned Format_sampleRate(NBAIO_Format format) in Format_sampleRate()
81 unsigned Format_channelCount(NBAIO_Format format) in Format_channelCount()
98 NBAIO_Format format; in Format_from_SR_C() local
/frameworks/av/media/libstagefright/
DMediaMuxer.cpp38 MediaMuxer::MediaMuxer(const char *path, OutputFormat format) in MediaMuxer()
48 MediaMuxer::MediaMuxer(int fd, OutputFormat format) in MediaMuxer()
66 ssize_t MediaMuxer::addTrack(const sp<AMessage> &format) { in addTrack()
/frameworks/base/core/java/com/android/internal/os/
DLoggingPrintStream.java168 public PrintStream format(String format, Object... args) { in format() argument
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/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/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()
/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
722 MtpObjectFormat format; in doGetObject() local
785 MtpObjectFormat format; in doGetPartialObject() local
831 MtpObjectFormat format; in doSendObjectInfo() local
841 MtpObjectFormat format = mData.getUInt16(); in doSendObjectInfo() local
1048 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/base/libs/hwui/
DPixelBuffer.cpp49 CpuPixelBuffer::CpuPixelBuffer(GLenum format, uint32_t width, uint32_t height): in CpuPixelBuffer()
100 GpuPixelBuffer::GpuPixelBuffer(GLenum format, uint32_t width, uint32_t height): in GpuPixelBuffer()
149 PixelBuffer* PixelBuffer::create(GLenum format, uint32_t width, uint32_t height, BufferType type) { in create()
DPixelBuffer.h149 static uint32_t formatSize(GLenum format) { in formatSize()
164 PixelBuffer(GLenum format, uint32_t width, uint32_t height): in PixelBuffer()
/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/mclinker/lib/LD/
DDiagnostic.cpp30 void Diagnostic::format(std::string& pOutStr) const in format() function in Diagnostic
70 void Diagnostic::format(const char* pBegin, const char* pEnd, in format() function in Diagnostic
/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/av/services/camera/libcameraservice/camera3/
DCamera3OutputStream.cpp36 uint32_t width, uint32_t height, int format) : in Camera3OutputStream()
50 uint32_t width, uint32_t height, size_t maxSize, int format) : in Camera3OutputStream()
70 int format) : in Camera3OutputStream()

1234567891011