Home
last modified time | relevance | path

Searched defs:packet (Results 1 – 8 of 8) sorted by relevance

/aosp14/system/core/debuggerd/tombstoned/
H A Dtombstoned_client.cpp52 TombstonedCrashPacket packet = {}; in tombstoned_connect() local
101 TombstonedCrashPacket packet = {}; in tombstoned_notify_completion() local
/aosp14/system/core/libappfuse/tests/
H A DFuseBufferTest.cc45 FuseRequest* const packet = reinterpret_cast<FuseRequest*>(buffer); in TestReadInvalidLength() local
58 FuseRequest* const packet = reinterpret_cast<FuseRequest*>(buffer); in TestWriteInvalidLength() local
/aosp14/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDecoderTest.java75 void decodePacket(byte[] packet) throws IOException { in decodePacket()
/aosp14/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp437 MtpDataPacket& packet) { in getObjectPropertyValue()
536 static bool readLongValue(int type, MtpDataPacket& packet, jlong& longValue) { in readLongValue()
595 MtpDataPacket& packet) { in setObjectPropertyValue()
625 MtpDataPacket& packet) { in getDevicePropertyValue()
691 MtpDataPacket& packet) { in setDevicePropertyValue()
727 MtpDataPacket& packet) { in getObjectPropertyList()
/aosp14/system/core/libnetutils/
H A Dpacket.c161 } packet; in receive_packet() local
/aosp14/system/core/debuggerd/
H A Dprotocol.h57 } packet; member
H A Ddebuggerd_test.cpp1808 TombstonedCrashPacket packet = {}; in TEST() local
/aosp14/system/core/trusty/utils/rpmb_dev/
H A Drpmb_dev.c81 static int rpmb_mac(struct rpmb_key key, struct rpmb_packet* packet, size_t packet_count, in rpmb_mac()