Home
last modified time | relevance | path

Searched defs:AllocateMessageState (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/fuzz/
Dhelpers.h279 void* AllocateMessageState() { return nullptr; } in AllocateMessageState() function
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp209 void* Endpoint::AllocateMessageState() { return new MessageState; } in AllocateMessageState() function in android::pdx::uds::Endpoint