/aosp12/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
H A D | UsbHid.java | 45 public void generateDescriptor(ByteBuffer buffer) { in generateDescriptor() 100 public void generateReport(ByteBuffer buffer, Contact[] contacts, int contactCount) { in generateReport()
|
/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | SimpleLog.h | 108 char buffer[kMaxStringLength]; in logv() local 135 void logs(int64_t nowNs, U&& buffer) in logs()
|
/aosp12/frameworks/av/media/libdatasource/ |
H A D | DataURISource.cpp | 36 sp<ABuffer> buffer; in Create() local 88 DataURISource::DataURISource(const sp<ABuffer> &buffer) in DataURISource()
|
/aosp12/frameworks/minikin/tests/unittest/ |
H A D | FontLanguageListCacheTest.cpp | 64 TEST(LocaleListCacheTest, buffer) { in TEST() argument 72 std::vector<uint8_t> buffer(fakeWriter.size()); in TEST() local
|
/ohos5.0/foundation/arkui/napi/test/fuzztest/runactor_fuzzer/ |
H A D | runactor_fuzzer.cpp | 37 void RunActor(uint8_t* buffer, size_t bufferSize, const char* descriptor, char* entryPoint) in RunActor() 76 uint8_t* buffer = const_cast<uint8_t*>(data); in RunActorFuzzTest() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
H A D | frame_retainer.h | 30 SerialBuffer *buffer = nullptr; member 37 SerialBuffer *buffer = nullptr; member
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_api11_sample.cpp | 69 sptr<SurfaceBuffer> buffer; in OnBufferAvailable() local 191 bool VDecAPI11Sample::MdCompare(unsigned char buffer[], int len, const char *source[]) in MdCompare() 495 auto buffer = signal_->inBufferQueue_.front(); in InputFuncTest() local 513 int32_t VDecAPI11Sample::PushData(uint32_t index, OH_AVBuffer *buffer) in PushData() 556 int32_t VDecAPI11Sample::CheckAndReturnBufferSize(OH_AVBuffer *buffer) in CheckAndReturnBufferSize() 565 uint32_t VDecAPI11Sample::SendData(uint32_t bufferSize, uint32_t index, OH_AVBuffer *buffer) in SendData() 718 OH_AVBuffer *buffer = signal_->outBufferQueue_.front(); in OutputFuncTest() local 743 void VDecAPI11Sample::ProcessOutputData(OH_AVBuffer *buffer, uint32_t index, int32_t size) in ProcessOutputData() 798 void VDecAPI11Sample::SetEOS(uint32_t index, OH_AVBuffer *buffer) in SetEOS()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_client_producer.cpp | 177 GSError BufferClientProducer::GetLastFlushedBufferCommon(sptr<SurfaceBuffer>& buffer, in GetLastFlushedBufferCommon() 208 GSError BufferClientProducer::GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer, in GetLastFlushedBuffer() 282 GSError BufferClientProducer::AttachBufferToQueue(sptr<SurfaceBuffer> buffer) in AttachBufferToQueue() 296 GSError BufferClientProducer::DetachBufferFromQueue(sptr<SurfaceBuffer> buffer) in DetachBufferFromQueue() 305 GSError BufferClientProducer::AttachBuffer(sptr<SurfaceBuffer>& buffer) in AttachBuffer() 310 GSError BufferClientProducer::AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut) in AttachBuffer() 320 GSError BufferClientProducer::DetachBuffer(sptr<SurfaceBuffer>& buffer) in DetachBuffer() 720 GSError BufferClientProducer::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence>… in AcquireLastFlushedBuffer() 741 GSError BufferClientProducer::AttachAndFlushBuffer(sptr<SurfaceBuffer>& buffer, sptr<BufferExtraDat… in AttachAndFlushBuffer()
|
/aosp12/hardware/google/easel/amber/camera/libhdrplusclient/ |
H A D | HdrPlusClientUtils.cpp | 32 const pbcamera::StreamBuffer &buffer) { in getRgb() 81 const pbcamera::StreamBuffer &buffer) { in writePpm() 121 const pbcamera::StreamBuffer &buffer, float *diffRatio) { in comparePpm()
|
/aosp12/frameworks/av/media/libaaudio/src/client/ |
H A D | AudioStreamInternalCapture.cpp | 67 aaudio_result_t AudioStreamInternalCapture::read(void *buffer, int32_t numFrames, in read() 74 aaudio_result_t AudioStreamInternalCapture::processDataNow(void *buffer, int32_t numFrames, in processDataNow() 168 aaudio_result_t AudioStreamInternalCapture::readNowWithConversion(void *buffer, in readNowWithConversion()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/ |
H A D | image_load.cpp | 64 bool ImageLoad::UncompressImageInZip(ImageInfo& imageInfo, uint8_t* buffer, uint32_t size) in UncompressImageInZip() 172 bool ImageLoad::UnZip2ImageInfo(ImageInfo& imageInfo, uint8_t* buffer, uint32_t size) in UnZip2ImageInfo() 188 uint8_t* buffer = reinterpret_cast<uint8_t*>(UIMalloc(size)); in GetImageInfo() local
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/ |
H A D | softbus_adapter.cpp | 81 int32_t SoftbusAdapter::SendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer) in SendSoftbusEvent() 96 int32_t SoftbusAdapter::DealSendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer, const int32_… in DealSendSoftbusEvent() 123 int32_t SoftbusAdapter::RetrySendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer, const int32… in RetrySendSoftbusEvent()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/ |
H A D | fork_node.cpp | 118 static void CopyBufferToForkBuffer(std::shared_ptr<IBuffer>& buffer, std::shared_ptr<IBuffer>& fork… in CopyBufferToForkBuffer() 144 void ForkNode::DeliverBuffer(std::shared_ptr<IBuffer>& buffer) in DeliverBuffer() 249 std::shared_ptr<IBuffer> buffer = nullptr; in DrainForkBufferPool() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | interface_test.cpp | 214 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(bufferSize)); variable 235 uint8_t *buffer = nullptr; variable 254 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(bufferSize)); variable
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | BitUtils.java | 114 public static int getUint8(ByteBuffer buffer, int position) { in getUint8() 118 public static int getUint16(ByteBuffer buffer, int position) { in getUint16() 122 public static long getUint32(ByteBuffer buffer, int position) { in getUint32() 126 public static void put(ByteBuffer buffer, int position, byte[] bytes) { in put()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | decoder_surface_filter_unit_test.cpp | 68 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) override {} in OnInputBufferAvailable() 70 void OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) override in OnOutputBufferAvailable() 112 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() 130 void OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnOutputBufferAvailable()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_surface_handler.h | 73 sptr<SurfaceBuffer> buffer = nullptr; member 107 void SetHoldBuffer(std::shared_ptr<SurfaceBufferEntry> buffer) in SetHoldBuffer() 118 const sptr<SurfaceBuffer>& buffer, in SetBuffer() 172 void SetBufferSizeChanged(const sptr<SurfaceBuffer>& buffer) in SetBufferSizeChanged()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/ |
H A D | port.cpp | 76 ErrorCode InPort::PushData(const std::shared_ptr<EffectBuffer> &buffer, std::shared_ptr<EffectConte… in PushData() 158 ErrorCode OutPort::PushData(const std::shared_ptr<EffectBuffer> &buffer, std::shared_ptr<EffectCont… in PushData() 190 ErrorCode EmptyInPort::PushData(const std::shared_ptr<EffectBuffer> &buffer, std::shared_ptr<Effect… in PushData() 218 ErrorCode EmptyOutPort::PushData(const std::shared_ptr<EffectBuffer> &buffer, std::shared_ptr<Effec… in PushData()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
H A D | MarshalQueryableString.java | 48 public void marshal(String value, ByteBuffer buffer) { in marshal() 63 public String unmarshal(ByteBuffer buffer) { in unmarshal()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
H A D | language_model_dict_content_global_counters.h | 31 explicit LanguageModelDictContentGlobalCounters(const ReadWriteByteArrayView buffer) in LanguageModelDictContentGlobalCounters() 92 static int readValue(const BufferWithExtendableBuffer &buffer, const int index) { in readValue()
|
/aosp12/frameworks/av/media/bufferpool/2.0/ |
H A D | Connection.cpp | 35 Buffer buffer = {}; in fetch() local 46 Buffer buffer = {}; in fetch() local
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
H A D | NdefPushProtocol.java | 67 ByteArrayInputStream buffer = new ByteArrayInputStream(data); in NdefPushProtocol() local 149 ByteArrayOutputStream buffer = new ByteArrayOutputStream(1024); in toByteArray() local
|
/aosp12/frameworks/base/obex/javax/obex/ |
H A D | PrivateOutputStream.java | 92 public void write(byte[] buffer) throws IOException { in write() 97 public synchronized void write(byte[] buffer, int offset, int count) throws IOException { in write()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/ |
H A D | matrix44_test.cpp | 129 std::array<scalar, 16> buffer = {200, 150, 80, 60, 200, 150, 80, 60, variable 144 std::array<scalar, 16> buffer = {20.9f, 15.8f, 80.8f, 60.6f, 2.4f, 99.9f, 60.5f, 60.1f, variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_utils.h | 80 inline int32_t HdiFillThisBuffer(T* component, U* buffer) in HdiFillThisBuffer() 86 inline int32_t HdiEmptyThisBuffer(T* component, U* buffer) in HdiEmptyThisBuffer()
|