Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/host/common/include/chre_host/
H A Dhost_protocol_host.h128 static void encodeDebugConfiguration(flatbuffers::FlatBufferBuilder &builder);
/aosp_15_r20/system/chre/host/common/
H A Dhost_protocol_host.cc103 void HostProtocolHost::encodeDebugConfiguration(FlatBufferBuilder &builder) { in encodeDebugConfiguration() function in android::chre::HostProtocolHost
/aosp_15_r20/system/chre/host/hal_generic/common/
H A Dhal_chre_socket_connection.cc96 HostProtocolHost::encodeDebugConfiguration(builder); in sendDebugConfiguration()