Home
last modified time | relevance | path

Searched refs:ImpulseEnd (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libpdx/fuzz/
Dmessage_fuzzer.cpp75 message.ImpulseEnd(); in LLVMFuzzerTestOneInput()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h305 const std::uint8_t* ImpulseEnd() const;
/frameworks/native/libs/vr/libpdx/
Dservice.cpp72 const std::uint8_t* Message::ImpulseEnd() const { in ImpulseEnd() function in android::pdx::Message
/frameworks/native/libs/vr/libpdx_uds/
Dservice_framework_tests.cpp111 std::copy(message.ImpulseBegin(), message.ImpulseEnd(), in HandleImpulse()