Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 25 of 99) sorted by relevance

1234

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A Dqemu_pipe.cpp69 int qemu_pipe_frame_send(int fd, const void* buff, size_t len) { in qemu_pipe_frame_send()
83 int qemu_pipe_frame_recv(int fd, void* buff, size_t len) { in qemu_pipe_frame_recv()
/aosp12/system/chre/core/
H A Ddebug_dump_manager.cc98 const auto &buff = mDebugDump.getBuffers()[i]; in sendFrameworkDebugDumps() local
115 const auto &buff = mDebugDump.getBuffers()[i]; in sendNanoappDebugDumps() local
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
H A DphNxpExtns_MifareStd.cpp1087 static NFCSTATUS nativeNfcExtns_doTransceive(uint8_t* buff, uint16_t buffSz) { in nativeNfcExtns_doTransceive()
1302 NFCSTATUS Mfc_RecvPacket(uint8_t* buff, uint8_t buffSz) { in Mfc_RecvPacket()
1383 phNciNfc_TransceiveInfo_t tTranscvInfo, uint8_t* buff, uint16_t* buffSz) in phNciNfc_MfCreateXchgDataHdr()
1410 phNciNfc_TransceiveInfo_t tTranscvInfo, uint8_t bBlockAddr, uint8_t* buff, in phNciNfc_MfCreateAuthCmdHdr()
1467 uint8_t* buff, uint16_t* buffSz) { in phNciNfc_SendMfReq()
1856 uint8_t* buff = NULL; in phFriNfc_ExtnsTransceive() local
/aosp12/hardware/nxp/nfc/snxxx/halimpl/mifare/
H A DNxpMfcReader.cc203 uint8_t buff[mMfcTagCmdIntfData.sendBufLen]; in BuildRawCmd() local
222 uint8_t buff[mMfcTagCmdIntfData.sendBufLen]; in BuildIncDecCmd() local
/aosp12/hardware/interfaces/dumpstate/1.1/vts/functional/
H A DVtsHalDumpstateV1_1TargetTest.cpp173 char buff; in TEST_P() local
200 char buff; in TEST_P() local
272 char buff; in TEST_P() local
/aosp12/system/chre/apps/wifi_offload/
H A Dssid.cc26 void Ssid::SetData(const uint8_t *buff, size_t len) { in SetData()
/aosp12/system/media/alsa_utils/
H A Dalsa_logging.c39 char buff[BUFF_SIZE]; in log_pcm_mask() local
/aosp12/system/bt/embdrv/g722/fuzzer/
H A Dg722_enc_fuzzer.cc36 std::vector<uint8_t> buff; in LLVMFuzzerTestOneInput() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenInternalAudioRecorder.java216 private void scaleValues(short[] buff, int len, float scale) { in scaleValues()
243 ByteBuffer buff = mCodec.getInputBuffer(bufferIndex); in encode() local
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DDisplayUseCase.cpp201 mDisplay->getTargetBuffer([&tgtBuffer](const BufferDesc& buff) { tgtBuffer = buff; }); in streamFrame()
/aosp12/system/sepolicy/tools/
H A Dversion_policy.c35 char *buff = NULL; in read_cil_file() local
/aosp12/hardware/google/pixel/perfstatsd/
H A Dperfstatsd.cpp57 char buff[20]; in getHistory() local
/aosp12/hardware/interfaces/automotive/evs/1.0/default/
H A DEvsCamera.cpp423 BufferDesc buff = {}; in generateFrames() local
477 void EvsCamera::fillTestFrame(const BufferDesc& buff) { in fillTestFrame()
/aosp12/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteCursorTest.java78 StringBuilder buff = new StringBuilder(); in testFillWindow() local
/aosp12/hardware/interfaces/dumpstate/1.0/vts/functional/
H A DVtsHalDumpstateV1_0TargetTest.cpp77 char buff; in TEST_P() local
/aosp12/system/nfc/src/nfc/tags/
H A Drw_t5t.cc482 uint8_t flags, xx, buff[I93_MAX_BLOCK_LENGH]; in rw_t5t_sm_update_ndef() local
/aosp12/hardware/interfaces/automotive/can/1.0/tools/configurator/
H A Dcanprototools.cpp39 char buff[n]; in readString() local
/aosp12/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
H A DHalDisplayFuzzer.cpp83 halDisplay->getTargetBuffer([](const BufferDesc_1_0& buff) {}); in LLVMFuzzerTestOneInput()
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp133 static bool GenerateSegmentMethod(const char *buff, int blen, int bitwidth, in GenerateSegmentMethod()
185 char *buff = new char[SEG_SIZE]; in GenerateJavaCodeAccessorMethodForBitwidth() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dplugin_pdf.c76 char *buff; in _print_page() local
/aosp12/art/test/1963-add-to-dex-classloader-in-memory/src/art/
H A DTest1963.java239 public static native void addToClassLoaderNative(ClassLoader loader, ByteBuffer buff); in addToClassLoaderNative()
/aosp12/packages/apps/Nfc/nci/jni/
H A DHciEventManager.cpp156 uint8_t* buff = eventData->rcvd_evt.p_evt_buf; in nfaHciCallback() local
/aosp12/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp69 char *buff; in doCtrlCommand() local
152 std::string buff = android::base::StringPrintf(" tag=0x%" PRIx64 " (uid=%u)", full_tag, uid); in checkTag() local
/aosp12/hardware/interfaces/automotive/evs/1.0/vts/functional/
H A DFrameHandler.cpp149 mDisplay->getTargetBuffer([&tgtBuffer](const BufferDesc& buff) { in deliverFrame()
/aosp12/packages/services/Car/cpp/computepipe/runner/debug_display_manager/
H A DEvsDisplayManager.cpp131 evsDisplay->getTargetBuffer([&tgtBuffer](const BufferDesc& buff) { in threadFn()

1234