/aosp12/frameworks/av/media/libstagefright/bqhelper/ |
H A D | GraphicBufferSource.cpp | 534 std::shared_ptr<AcquiredBuffer> buffer = mSubmittedCodecBuffers.valueAt(cbi); in onInputBufferEmptied() local 900 std::shared_ptr<AcquiredBuffer> buffer = item.mBuffer; in submitBuffer_l() local 966 std::shared_ptr<CachedBuffer> buffer; in acquireBuffer_l() local 986 [frameNum, this](AcquiredBuffer *buffer){ in acquireBuffer_l() 1032 VideoBuffer buffer; in onFrameAvailable() local 1049 void GraphicBufferSource::onBufferAcquired_l(const VideoBuffer &buffer) { in onBufferAcquired_l() 1110 const std::shared_ptr<CachedBuffer>& buffer = mBufferSlots.valueAt(bsi); in discardBufferAtSlotIndex_l() local
|
/aosp12/frameworks/native/libs/gui/ |
H A D | Surface.cpp | 379 ANativeWindowBuffer** buffer, int* fenceFd) { in hook_dequeueBuffer() 399 ANativeWindowBuffer* buffer, int fenceFd) { in hook_cancelBuffer() 418 ANativeWindowBuffer* buffer, int fenceFd) { in hook_queueBuffer() 437 ANativeWindowBuffer** buffer) { in hook_dequeueBuffer_DEPRECATED() 458 ANativeWindowBuffer* buffer) { in hook_cancelBuffer_DEPRECATED() 464 ANativeWindowBuffer* buffer) { in hook_lockBuffer_DEPRECATED() 470 ANativeWindowBuffer* buffer) { in hook_queueBuffer_DEPRECATED() 912 int Surface::cancelBuffer(android_native_buffer_t* buffer, in cancelBuffer() 1789 AHardwareBuffer** buffer = va_arg(args, AHardwareBuffer**); in dispatchGetLastQueuedBuffer() local 1955 sp<GraphicBuffer> buffer(nullptr); in detachNextBuffer() local [all …]
|
/aosp12/hardware/interfaces/bluetooth/audio/utils/session/ |
H A D | BluetoothAudioSessionControl_2_1.h | 137 const void* buffer, size_t bytes) { in OutWritePcmData() 147 static size_t InReadPcmData(const SessionType_2_1& session_type, void* buffer, in InReadPcmData()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
H A D | DictDecoder.java | 146 ByteBuffer buffer = null; in getDictionaryBuffer() local 202 ByteBuffer buffer = null; in getDictionaryBuffer() local
|
/aosp12/frameworks/base/libs/usb/tests/accessorytest/ |
H A D | usb.c | 49 char buffer[16384]; in read_thread() local 68 char buffer[16384]; in write_thread() local
|
/aosp14/frameworks/base/libs/usb/tests/accessorytest/ |
H A D | usb.c | 49 char buffer[16384]; in read_thread() local 68 char buffer[16384]; in write_thread() local
|
/aosp12/frameworks/av/media/bufferpool/2.0/ |
H A D | ClientManager.cpp | 344 native_handle_t **handle, std::shared_ptr<BufferPoolData> *buffer) { in allocate() 374 native_handle_t **handle, std::shared_ptr<BufferPoolData> *buffer) { in receive() 403 ConnectionId receiverId, const std::shared_ptr<BufferPoolData> &buffer, in postSend() 531 native_handle_t **handle, std::shared_ptr<BufferPoolData> *buffer) { in allocate() 541 native_handle_t **handle, std::shared_ptr<BufferPoolData> *buffer) { in receive() 550 ConnectionId receiverId, const std::shared_ptr<BufferPoolData> &buffer, in postSend()
|
/aosp12/frameworks/av/media/extractors/flac/ |
H A D | FLACExtractor.cpp | 235 const FLAC__StreamDecoder * /* decoder */, FLAC__byte buffer[], in read_callback() 270 const FLAC__int32 * const buffer[], void *client_data) in write_callback() 292 FLAC__byte buffer[], size_t *bytes) in readCallback() 344 const FLAC__Frame *frame, const FLAC__int32 * const buffer[]) in writeCallback() 617 MediaBufferHelper *buffer; in readBuffer() local 710 MediaBufferHelper *buffer; in read() local
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | UidProcStatsCollector.cpp | 114 std::string buffer; in readPidStatFile() local 130 std::string buffer; in readKeyValueFile() local 195 std::string buffer; in toString() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | FontListParserTest.java | 377 ByteArrayInputStream buffer = new ByteArrayInputStream( in readFamilies() local 388 ByteArrayInputStream buffer = new ByteArrayInputStream( in readFamily() local 398 ByteArrayInputStream buffer = new ByteArrayInputStream( in readNamedFamily() local
|
/aosp12/system/core/init/ |
H A D | proto_utils.h | 32 char buffer[kBufferSize] = {}; in ReadMessage() local
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | ClientCache.h | 67 std::shared_ptr<renderengine::ExternalTexture> buffer; member
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
H A D | ver4_patricia_trie_node_reader.h | 36 explicit Ver4PatriciaTrieNodeReader(const BufferWithExtendableBuffer *const buffer) in Ver4PatriciaTrieNodeReader()
|
/aosp12/art/libelffile/stream/ |
H A D | file_output_stream.cc | 28 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/ |
H A D | AppTransitionAnimationSpecCompat.java | 31 public AppTransitionAnimationSpecCompat(int taskId, Bitmap buffer, Rect rect) { in AppTransitionAnimationSpecCompat()
|
/aosp12/frameworks/base/tests/CoreTests/android/core/ |
H A D | HttpHeaderTest.java | 50 CharArrayBuffer buffer = new CharArrayBuffer(64); in testCacheControl() local
|
/aosp12/frameworks/av/media/libnbaio/ |
H A D | LibsndfileSink.cpp | 37 ssize_t LibsndfileSink::write(const void *buffer, size_t count) in write()
|
/aosp12/frameworks/minikin/tests/unittest/ |
H A D | FontTest.cpp | 30 std::vector<uint8_t> buffer = writeToBuffer<Font, writeFreeTypeMinikinFontForTest>(*original); in TEST() local
|
/aosp14/frameworks/base/tests/CoreTests/android/core/ |
H A D | HttpHeaderTest.java | 50 CharArrayBuffer buffer = new CharArrayBuffer(64); in testCacheControl() local
|
/aosp14/system/core/init/ |
H A D | proto_utils.h | 32 char buffer[kBufferSize] = {}; in ReadMessage() local
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/ |
H A D | AppTransitionAnimationSpecCompat.java | 31 public AppTransitionAnimationSpecCompat(int taskId, Bitmap buffer, Rect rect) { in AppTransitionAnimationSpecCompat()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
H A D | LogBufferFactory.kt | 35 val buffer = LogBuffer(name, adjustMaxSize(maxSize), logcatEchoTracker, systrace) regex
|
/aosp12/packages/modules/StatsD/statsd/tests/e2e/ |
H A D | CountMetric_e2e_test.cpp | 217 vector<uint8_t> buffer; in TEST() local 400 vector<uint8_t> buffer; in TEST() local 580 vector<uint8_t> buffer; in TEST() local 809 vector<uint8_t> buffer; in TEST() local 942 vector<uint8_t> buffer; in TEST() local
|
/aosp12/frameworks/base/core/java/android/util/apk/ |
H A D | VerityBuilder.java | 231 public void consume(ByteBuffer buffer) throws DigestException { in consume() 415 private static ByteBuffer generateApkVerityHeader(ByteBuffer buffer, long fileSize, in generateApkVerityHeader() 445 private static ByteBuffer generateApkVerityExtensions(ByteBuffer buffer, in generateApkVerityExtensions() 548 private static ByteBuffer slice(ByteBuffer buffer, int begin, int end) { in slice() 557 private static void skip(ByteBuffer buffer, int bytes) { in skip()
|
/aosp12/frameworks/compile/mclinker/lib/Target/X86/ |
H A D | X86LDBackend.cpp | 170 unsigned char* buffer = pRegion.begin(); in emitSectionData() local 471 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin()); in emitGOTSectionData() local 494 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin()); in emitGOTPLTSectionData() local 656 uint64_t* buffer = reinterpret_cast<uint64_t*>(pRegion.begin()); in emitGOTSectionData() local 679 uint64_t* buffer = reinterpret_cast<uint64_t*>(pRegion.begin()); in emitGOTPLTSectionData() local
|