Searched defs:savePacket (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/hardware/google/aemu/host-common/ | ||
D | MediaSnapshotState.cpp | 34 bool MediaSnapshotState::savePacket(std::vector<uint8_t> data, uint64_t pts) { in savePacket() function in android::emulation::MediaSnapshotState |
D | MediaSnapshotHelper.cpp | 35 void MediaSnapshotHelper::savePacket(const uint8_t* frame, in savePacket() function in android::emulation::MediaSnapshotHelper |
/aosp_15_r20/external/pigweed/pw_rpc/ts/ | ||
H A D | client_test.ts | 51 function savePacket(packetBytes: Uint8Array): void { function |