Home
last modified time | relevance | path

Searched refs:encodeDebugDumpRequest (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/host/common/include/chre_host/
H A Dhost_protocol_host.h165 static void encodeDebugDumpRequest(flatbuffers::FlatBufferBuilder &builder);
/aosp12/system/chre/host/common/
H A Dhost_protocol_host.cc133 void HostProtocolHost::encodeDebugDumpRequest(FlatBufferBuilder &builder) { in encodeDebugDumpRequest() function in android::chre::HostProtocolHost
/aosp12/system/chre/host/hal_generic/common/
H A Dgeneric_context_hub_base.h117 HostProtocolHost::encodeDebugDumpRequest(builder); in debug()