/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | FakeWifiLog.java | 25 public LogMessage err(String format) { in err() 30 public LogMessage warn(String format) { in warn() 35 public LogMessage info(String format) { in info() 40 public LogMessage trace(String format) { in trace() 45 public LogMessage trace(String format, int numFramesToIgnore) { in trace() 50 public LogMessage dump(String format) { in dump()
|
D | WifiLog.java | 85 LogMessage err(@CompileTimeConstant @NonNull String format); in err() 97 LogMessage warn(@CompileTimeConstant @NonNull String format); in warn() 109 LogMessage info(@CompileTimeConstant @NonNull String format); in info() 122 LogMessage trace(@CompileTimeConstant @NonNull String format); in trace() 136 LogMessage trace(@NonNull String format, int numFramesToIgnore); in trace() 146 LogMessage dump(@CompileTimeConstant @NonNull String format); in dump()
|
D | LogcatLog.java | 54 public LogMessage err(String format) { in err() 59 public LogMessage warn(String format) { in warn() 64 public LogMessage info(String format) { in info() 69 public LogMessage trace(String format) { in trace() 79 public LogMessage trace(String format, int numFramesToIgnore) { in trace() 89 public LogMessage dump(String format) { in dump() 151 RealLogMessage(int logLevel, String tag, String format) { in RealLogMessage() 155 RealLogMessage(int logLevel, String tag, String format, String prefix) { in RealLogMessage()
|
/frameworks/av/media/libstagefright/ |
D | BufferImpl.cpp | 34 SharedMemoryBuffer::SharedMemoryBuffer(const sp<AMessage> &format, const sp<IMemory> &mem) in SharedMemoryBuffer() 39 SharedMemoryBuffer::SharedMemoryBuffer(const sp<AMessage> &format, const sp<TMemory> &mem) in SharedMemoryBuffer() 46 SecureBuffer::SecureBuffer(const sp<AMessage> &format, const void *ptr, size_t size) in SecureBuffer() 52 const sp<AMessage> &format, const sp<NativeHandle> &handle, size_t size) in SecureBuffer()
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | Log.java | 30 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/base/telecomm/java/android/telecom/ |
D | Log.java | 83 public static void d(String prefix, String format, Object... args) { in d() 92 public static void d(Object objectPrefix, String format, Object... args) { in d() 102 public static void i(String prefix, String format, Object... args) { in i() 108 public static void i(Object objectPrefix, String format, Object... args) { in i() 114 public static void v(String prefix, String format, Object... args) { in v() 123 public static void v(Object objectPrefix, String format, Object... args) { in v() 133 public static void w(String prefix, String format, Object... args) { in w() 139 public static void w(Object objectPrefix, String format, Object... args) { in w() 145 public static void e(String prefix, Throwable tr, String format, Object... args) { in e() 151 public static void e(Object objectPrefix, Throwable tr, String format, Object... args) { in e() [all …]
|
/frameworks/base/tools/bit/ |
D | print.cpp | 59 print_status(const char* format, ...) in print_status() 91 print_error(const char* format, ...) in print_error() 105 print_warning(const char* format, ...) in print_warning() 119 print_info(const char* format, ...) in print_info() 133 print_one_line(const char* format, ...) in print_one_line()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | SimpleFrame.java | 35 SimpleFrame(FrameFormat format, FrameManager frameManager) { in SimpleFrame() 42 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE); in wrapObject() local 48 private void initWithFormat(FrameFormat format) { in initWithFormat() 132 MutableFrameFormat format = getFormat().mutableCopy(); in setFormatObjectClass() local 142 FrameFormat format = getFormat(); in setGenericObjectValue() local
|
D | SimpleFrameManager.java | 37 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()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | StreamConfigurationMap.java | 411 public Size[] getInputSizes(final int format) { in getInputSizes() 439 public boolean isOutputSupportedFor(int format) { in isOutputSupportedFor() 592 public boolean isOutputSupportedFor(Size size, int format) { in isOutputSupportedFor() 670 public Size[] getOutputSizes(int format) { in getOutputSizes() 855 public Size[] getHighResolutionOutputSizes(int format) { in getHighResolutionOutputSizes() 899 public long getOutputMinFrameDuration(int format, Size size) { in getOutputMinFrameDuration() 1046 public long getOutputStallDuration(int format, Size size) { in getOutputStallDuration() 1146 private int checkArgumentFormatSupported(int format, boolean output) { in checkArgumentFormatSupported() 1197 static int checkArgumentFormatInternal(int format) { in checkArgumentFormatInternal() 1233 static int checkArgumentFormat(int format) { in checkArgumentFormat() [all …]
|
D | RecommendedStreamConfigurationMap.java | 266 public @Nullable Set<Size> getInputSizes(@Format int format) { in getInputSizes() 288 public boolean isOutputSupportedFor(@Format int format) { in isOutputSupportedFor() 304 public @Nullable Set<Size> getOutputSizes(@Format int format) { in getOutputSizes() 388 public @Nullable Set<Size> getHighResolutionOutputSizes(@Format int format) { in getHighResolutionOutputSizes() 408 public @IntRange(from = 0) long getOutputMinFrameDuration(@Format int format, in getOutputMinFrameDuration() 426 public @IntRange(from = 0) long getOutputStallDuration(@Format int format, @NonNull Size size) { in getOutputStallDuration()
|
/frameworks/av/media/libmedia/ |
D | MediaCodecBuffer.cpp | 27 MediaCodecBuffer::MediaCodecBuffer(const sp<AMessage> &format, const sp<ABuffer> &buffer) in MediaCodecBuffer() 63 sp<AMessage> MediaCodecBuffer::format() { in format() function in android::MediaCodecBuffer 67 void MediaCodecBuffer::setFormat(const sp<AMessage> &format) { in setFormat()
|
/frameworks/native/libs/ui/ |
D | PixelFormat.cpp | 23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() 42 uint32_t bitsPerPixel(PixelFormat format) { in bitsPerPixel()
|
/frameworks/av/media/libnbaio/ |
D | NBAIO.cpp | 25 size_t Format_frameSize(const NBAIO_Format& format) in Format_frameSize() 32 unsigned Format_sampleRate(const NBAIO_Format& format) in Format_sampleRate() 40 unsigned Format_channelCount(const NBAIO_Format& format) in Format_channelCount() 49 audio_format_t format) in Format_from_SR_C() 158 bool Format_isValid(const NBAIO_Format& format) in Format_isValid()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
D | DecoderUtil.java | 25 public static boolean isAudioFormat(MediaFormat format) { in isAudioFormat() 29 public static boolean isVideoFormat(MediaFormat format) { in isVideoFormat()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 106 const sp<AMessage> &format, const std::shared_ptr<C2Buffer> &buffer) in DummyContainerBuffer() 130 const sp<AMessage> &format, const std::shared_ptr<C2LinearBlock> &block) { in Allocate() 151 const sp<AMessage> &format, in LinearBlockBuffer() 163 const sp<AMessage> &format, const std::shared_ptr<C2Buffer> &buffer) { in Allocate() 177 const sp<AMessage> &format, in ConstLinearBlockBuffer() 499 const sp<AMessage> &format, in Allocate() 536 const sp<AMessage> &format, in GraphicBlockBuffer() 561 const sp<AMessage> &format, in GraphicMetadataBuffer() 612 const sp<AMessage> &format, in Allocate() 657 const sp<AMessage> &format, in AllocateEmpty() [all …]
|
/frameworks/base/graphics/java/android/graphics/ |
D | PixelFormat.java | 106 public static void getPixelFormatInfo(@Format int format, PixelFormat info) { in getPixelFormatInfo() 150 public static boolean formatHasAlpha(@Format int format) { in formatHasAlpha() 179 public static boolean isPublicFormat(@Format int format) { in isPublicFormat() 196 public static String formatToString(@Format int format) { in formatToString()
|
/frameworks/av/media/ndk/ |
D | NdkMediaFormat.cpp | 52 void AMediaFormat_clear(AMediaFormat *format) { in AMediaFormat_clear() 149 bool AMediaFormat_getInt32(AMediaFormat* format, const char *name, int32_t *out) { in AMediaFormat_getInt32() 154 bool AMediaFormat_getInt64(AMediaFormat* format, const char *name, int64_t *out) { in AMediaFormat_getInt64() 159 bool AMediaFormat_getFloat(AMediaFormat* format, const char *name, float *out) { in AMediaFormat_getFloat() 164 bool AMediaFormat_getDouble(AMediaFormat* format, const char *name, double *out) { in AMediaFormat_getDouble() 169 bool AMediaFormat_getSize(AMediaFormat* format, const char *name, size_t *out) { in AMediaFormat_getSize() 174 bool AMediaFormat_getRect(AMediaFormat* format, const char *name, in AMediaFormat_getRect() 180 bool AMediaFormat_getBuffer(AMediaFormat* format, const char *name, void** data, size_t *outsize) { in AMediaFormat_getBuffer() 211 void AMediaFormat_setInt32(AMediaFormat* format, const char *name, int32_t value) { in AMediaFormat_setInt32() 216 void AMediaFormat_setInt64(AMediaFormat* format, const char *name, int64_t value) { in AMediaFormat_setInt64() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | ResponseData.java | 43 public abstract void format(ByteArrayOutputStream buf); in format() method in ResponseData 66 public void format(ByteArrayOutputStream buf) { in format() method in SelectItemResponseData 105 public void format(ByteArrayOutputStream buf) { in format() method in GetInkeyInputResponseData 189 public void format(ByteArrayOutputStream buf) { in format() method in LanguageResponseData 227 public void format(ByteArrayOutputStream buf) { in format() method in DTTZResponseData
|
/frameworks/native/libs/vr/libbufferhub/ |
D | ion_buffer.cpp | 20 IonBuffer::IonBuffer(uint32_t width, uint32_t height, uint32_t format, in IonBuffer() 27 uint32_t stride, uint32_t format, uint64_t usage) in IonBuffer() 32 uint32_t layer_count, uint32_t stride, uint32_t format, in IonBuffer() 75 uint32_t format, uint64_t usage) { in Alloc() 92 uint32_t layer_count, uint32_t stride, uint32_t format, in Reset() 102 uint32_t layer_count, uint32_t stride, uint32_t format, in Import() 124 uint32_t layer_count, uint32_t stride, uint32_t format, in Import()
|
/frameworks/av/include/media/nbaio/ |
D | NBAIO.h | 128 virtual NBAIO_Format format() const { return mNegotiated ? mFormat : Format_Invalid; } in format() function 131 NBAIO_Port(const NBAIO_Format& format) : mNegotiated(false), mFormat(format), in NBAIO_Port() 226 NBAIO_Sink(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0) in NBAIO_Port() argument 324 NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0) in NBAIO_Port() argument
|
/frameworks/av/media/libnbaio/include_mono/media/nbaio/ |
D | NBAIO.h | 128 virtual NBAIO_Format format() const { return mNegotiated ? mFormat : Format_Invalid; } in format() function 131 NBAIO_Port(const NBAIO_Format& format) : mNegotiated(false), mFormat(format), in NBAIO_Port() 226 NBAIO_Sink(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0) in NBAIO_Port() argument 324 NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0) in NBAIO_Port() argument
|
/frameworks/base/media/java/android/media/ |
D | AudioMixPortConfig.java | 32 AudioMixPortConfig(AudioMixPort mixPort, int samplingRate, int channelMask, int format, in AudioMixPortConfig() 34 super((AudioPort)mixPort, samplingRate, channelMask, format, gain); in AudioMixPortConfig() local
|
D | AudioDevicePortConfig.java | 33 int format, AudioGainConfig gain) { in AudioDevicePortConfig() 34 super((AudioPort)devicePort, samplingRate, channelMask, format, gain); in AudioDevicePortConfig() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | LoggingPrintStream.java | 171 public PrintStream format(String format, Object... args) { in format() method in LoggingPrintStream 176 public PrintStream printf(String format, Object... args) { in printf() 181 public PrintStream printf(Locale l, String format, Object... args) { in printf() 188 public synchronized PrintStream format( in format() method in LoggingPrintStream 189 Locale l, String format, Object... args) { in format()
|